gutopmc Posted July 31 Share Posted July 31 Estou preenchendo conforme exemplo abaixo, mas no xml só sai o xtexto e da a mensagem falta de informação na transmissão. Alguma dica? with DMNFe.ACBrNFe1.NotasFiscais.Items[dmnfe.ACBrNFe1.NotasFiscais.Count-1].NFe.pag.Add do //PAGAMENTOS apenas para NFC-e begin tPag := fpPagamentoInstantaneo; vPag := cdFatura.FieldByName('VLRTICKET').AsFloat; end; with DMNFe.ACBrNFe1.NotasFiscais.Items[dmnfe.ACBrNFe1.NotasFiscais.Count-1].NFe.InfAdic.obsCont.Add do begin xCampo := 'tPix'; xTexto := '0'; end; with DMNFe.ACBrNFe1.NotasFiscais.Items[dmnfe.ACBrNFe1.NotasFiscais.Count-1].NFe.InfAdic.obsCont.Add do begin xCampo := 'idPIX'; xTexto := cdpix.FieldByName('ID').AsString; end; Link to comment Share on other sites More sharing options...
Moderadores BigWings Posted July 31 Moderadores Share Posted July 31 Testei pelo programa exemplo e gerou normal: Lendo os fontes nem tem como gerar o obsCont sem o atributo xCampo, mesmo que esteja vazio. BigWingsAjude o Projeto ACBr crescer - Assine o SAC Link to comment Share on other sites More sharing options...
Moderadores André Ferreira de Moraes Posted August 1 Moderadores Share Posted August 1 Provavelmente o erro ocorre por não informar o campo cAut André Ferreira de Moraes | Analista de Sistemas www.djsystem.com.br | www.djpdv.com.br www.tefhouse.com.br | www.xpos.com.br Link to comment Share on other sites More sharing options...
gutopmc Posted August 2 Author Share Posted August 2 Bom dia! Esse campo caut é informado aonde? Link to comment Share on other sites More sharing options...
Moderadores Juliomar Marchetti Posted August 2 Moderadores Share Posted August 2 24 minutos atrás, gutopmc disse: Bom dia! Esse campo caut é informado aonde? https://www.nfe.fazenda.gov.br/portal/exibirArquivo.aspx?conteudo=eWTd1q6pRMM= Juliomar Marchetti skype: juliomar telegram: juliomar e-mail: [email protected] http://www.juliomarmarchetti.com.br Link to comment Share on other sites More sharing options...
gutopmc Posted August 2 Author Share Posted August 2 (edited) Tentei da forma abaixo e não gerou as tags caut,idTermPag,CNPJReceb with DMNFe.ACBrNFe1.NotasFiscais.Items[dmnfe.ACBrNFe1.NotasFiscais.Count-1].NFe.pag.Add do //PAGAMENTOS apenas para NFC-e begin tPag := fpPagamentoInstantaneo; vPag := cdFatura.FieldByName('VLRTICKET').AsFloat; cAut:= cdpix.FieldByName('ID').AsString; CNPJReceb:=DMNFe.cdEmitente.FieldByName('CNPJ').AsString; idTermPag:='caixa'; end; Edited August 2 by gutopmc Link to comment Share on other sites More sharing options...
Moderadores BigWings Posted August 2 Moderadores Share Posted August 2 6 minutos atrás, gutopmc disse: Tentei da forma abaixo e não gerou as tags caut,idTermPag,CNPJReceb Faltou informar a tpIntegra. BigWingsAjude o Projeto ACBr crescer - Assine o SAC Link to comment Share on other sites More sharing options...
gutopmc Posted August 2 Author Share Posted August 2 20 minutos atrás, BigWings disse: Faltou informar a tpIntegra. Agora gerou as tags porem da rejeição no envio de que esta faltando informações <pag> - <detPag> <tPag>17</tPag> <vPag>18.67</vPag> - <card> <tpIntegra>1</tpIntegra> <cAut>a6c5046179264a58a0863d9914436080</cAut> <CNPJReceb>00000000000000</CNPJReceb> {tirei o cnpj} <idTermPag>caixa</idTermPag> </card> </detPag> </pag> Link to comment Share on other sites More sharing options...
Moderadores Juliomar Marchetti Posted August 2 Moderadores Share Posted August 2 48 minutos atrás, gutopmc disse: Tentei da forma abaixo e não gerou as tags caut,idTermPag,CNPJReceb with DMNFe.ACBrNFe1.NotasFiscais.Items[dmnfe.ACBrNFe1.NotasFiscais.Count-1].NFe.pag.Add do //PAGAMENTOS apenas para NFC-e begin tPag := fpPagamentoInstantaneo; vPag := cdFatura.FieldByName('VLRTICKET').AsFloat; cAut:= cdpix.FieldByName('ID').AsString; CNPJReceb:=DMNFe.cdEmitente.FieldByName('CNPJ').AsString; idTermPag:='caixa'; end; ACBr todo atualizado e rodado o instalador? Juliomar Marchetti skype: juliomar telegram: juliomar e-mail: [email protected] http://www.juliomarmarchetti.com.br Link to comment Share on other sites More sharing options...
gutopmc Posted August 2 Author Share Posted August 2 9 minutos atrás, Juliomar Marchetti disse: ACBr todo atualizado e rodado o instalador? Gerou as tags conforme enviei no post anterior ao seu, só que continua rejeitando o envio Link to comment Share on other sites More sharing options...
Moderadores Juliomar Marchetti Posted August 2 Moderadores Share Posted August 2 53 minutos atrás, gutopmc disse: Gerou as tags conforme enviei no post anterior ao seu, só que continua rejeitando o envio verifica então baseado no manual o que está sem informar para o seu caso Juliomar Marchetti skype: juliomar telegram: juliomar e-mail: [email protected] http://www.juliomarmarchetti.com.br Link to comment Share on other sites More sharing options...
Solution gutopmc Posted August 2 Author Solution Share Posted August 2 Resolvido! Preenchi a tags tband com 99 e a cnpj com o cnpj do banco e transmitiu! Link to comment Share on other sites More sharing options...
Moderadores Juliomar Marchetti Posted August 2 Moderadores Share Posted August 2 1 hora atrás, gutopmc disse: Resolvido! Preenchi a tags tband com 99 e a cnpj com o cnpj do banco e transmitiu! mas não é PIX? se integrado 17 se não 20 99 é qualquer outra venda. Juliomar Marchetti skype: juliomar telegram: juliomar e-mail: [email protected] http://www.juliomarmarchetti.com.br Link to comment Share on other sites More sharing options...
gutopmc Posted August 7 Author Share Posted August 7 Em 02/08/2024 at 15:30, Juliomar Marchetti disse: mas não é PIX? se integrado 17 se não 20 99 é qualquer outra venda. Isso seria no tpag, que estou enviando 17 Link to comment Share on other sites More sharing options...
Moderadores Juliomar Marchetti Posted August 8 Moderadores Share Posted August 8 se 17 ele é integrado certo Juliomar Marchetti skype: juliomar telegram: juliomar e-mail: [email protected] http://www.juliomarmarchetti.com.br Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now