SET FOREIGN_KEY_CHECKS=0;
INSERT INTO `cfop_grupo` (`Id`, `VendaNFCeForaUF_CFOP_Id`, `VendaNFCeDentroUF_CFOP_Id`, `RetornoConsertoDentroUF_CFOP_Id`, `RetornoConsertoForaUF_CFOP_Id`, `BonificacaoDentroUF_CFOP_Id`, `BonificacaoForaUF_CFOP_Id`, `RetornoDepositoForaUF_CFOP_Id`, `RetornoDepositoDentroUF_CFOP_Id`, `RemessaConsertoForaUF_CFOP_Id`, `RemessaConsertoDentroUF_CFOP_Id`, `DevolveVendaForaUF_CFOP_Id`, `DevolveVendaDentroUF_CFOP_Id`, `DevolveCompraDentroUF_CFOP_Id`, `DevolveCompraForaUF_CFOP_Id`, `VendaForaUF_CFOP_Id`, `VendaDentroUF_CFOP_Id`, `CompraForaUF_CFOP_Id`, `CompraDentroUF_CFOP_Id`, `Descricao`) VALUES
(1,387,250,NULL,NULL,NULL,NULL,0,0,NULL,NULL,133,19,277,416,504,250,387,2,'CFOPs COMPRA E VENDA COMUM'),
(2,0,0,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,330,468,NULL,NULL,180,68,'CFOPs COMPRA E VENDA MATERIAL DE USO E CONSUMO'),
(3,0,0,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,327,465,463,325,175,63,'CFOPs COMPRA E VENDA DE IMOBILIZADO'),
(4,387,250,NULL,NULL,NULL,NULL,0,0,NULL,NULL,167,53,314,453,448,309,161,47,'CFOPs COMPRA E VENDA COM SUBSTITUICAO TRIBUTÁRIA'),
(5,309,309,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,309,NULL,309,'VENDA DE MERC ADQUIRIDA');
COMMIT;