Created
January 24, 2019 04:01
-
-
Save Braytiner/1c196710d1aee1eaad2feea57981f4f4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
insert into cstipi (id, descricao, operacao) values | |
(50, '50 – Saída tributada', 1), | |
(51, '51 – Saída tributável com alíquota zero', 1), | |
(52, '52 – Saída isenta', 1), | |
(53, '53 – Saída não tributada', 1), | |
(54, '54 – Saída imune', 1), | |
(55, '55 – Saída com suspensão', 1), | |
(99, '99 – Outras saídas', 1), | |
(00, '00 – Entrada com recuperação de crédito', 0), | |
(01, '01 – Entrada tributada com alíquota zero', 0), | |
(02, '02 – Entrada isenta', 0), | |
(03, '03 – Entrada não tributada', 0), | |
(04, '04 – Entrada imune', 0), | |
(05, '05 – Entrada com suspensão', 0), | |
(49, '49 – Outras entradas', 0); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment