VAMOS VER HOJE
LOCCOLETA
INFNF001
INFNFE001
PROCEDURE _0980_010_locColeta()
s_nfe_xml is string=[
[locColeta]
CNPJCPF="#CNPJCPF#"
xNome="#xNome#"
xLgr="#xLgr#"
nro="#nro#"
xCpl="#xCpl#"
xBairro="#xBairro#"
cMun="#cMun#"
xMun="#xMun#"
UF="#UF#"
]
_CNPJCPF is string=""
_xNome is string=""
_xLgr is string=""
_nro is string=""
_xCpl is string=""
_xBairro is string=""
_cMun is string=""
_xMun is string=""
_UF is string=""
s_nfe_xml=Replace(s_nfe_xml,"#CNPJCPF#",_CNPJCPF)
s_nfe_xml=Replace(s_nfe_xml,"#xNome#",_xNome)
s_nfe_xml=Replace(s_nfe_xml,"#xLgr#",_xLgr)
s_nfe_xml=Replace(s_nfe_xml,"#nro#",_nro)
s_nfe_xml=Replace(s_nfe_xml,"#xCpl#",_xCpl)
s_nfe_xml=Replace(s_nfe_xml,"#xBairro#",_xBairro)
s_nfe_xml=Replace(s_nfe_xml,"_cMun",_cMun)
s_nfe_xml=Replace(s_nfe_xml,"#xMun#",_xMun)
s_nfe_xml=Replace(s_nfe_xml,"#UF#",_UF)
RESULT s_nfe_xml
PROCEDURE _0990_010_infNF001()
//001 // PODE TER VARIOS ITENS
s_nfe_xml is string=[
[infNF001]
nRoma="#nRoma#"
nPed="#nPed#"
mod="#mod#"
serie="#serie#"
nDoc="#nDoc#"
dEmi="#dEmi#"
vBC="#vBC#"
vICMS="#vICMS#"
vBCST="#vBCST#"
vST="#vST#"
vProd="#vProd#"
vNF="#vNF#"
nCFOP="#nCFOP#"
nPeso="#nPeso#"
PIN="#PIN#"
CNPJCPF="#CNPJCPF#"
xNome="#xNome#"
xLgr="#xLgr#"
nro="#nro#"
xCpl="#xCpl#"
xBairro="#xBairro#"
cMun="#cMun#"
xMun="#xMun#"
UF="#UF#"
]
_nRoma is string=""
_nPed is string=""
_mod is string=""
_serie is string=""
_nDoc is string=""
_dEmi is string=""
_vBC is string=""
_vICMS is string=""
_vBCST is string=""
_vST is string=""
_vProd is string=""
_vNF is string=""
_nCFOP is string=""
_nPeso is string=""
_PIN is string=""
_CNPJCPF is string=""
_xNome is string=""
_xLgr is string=""
_nro is string=""
_xCpl is string=""
_xBairro is string=""
_cMun is string=""
_xMun is string=""
_UF is string=""
s_nfe_xml=Replace(s_nfe_xml,"#nRoma#",_nRoma)
s_nfe_xml=Replace(s_nfe_xml,"#nPed#",_nPed)
s_nfe_xml=Replace(s_nfe_xml,"#mod#",_mod)
s_nfe_xml=Replace(s_nfe_xml,"#serie#",_serie)
s_nfe_xml=Replace(s_nfe_xml,"#nDoc#",_nDoc)
s_nfe_xml=Replace(s_nfe_xml,"#dEmi#",_dEmi)
s_nfe_xml=Replace(s_nfe_xml,"#vBC#",_vBC)
s_nfe_xml=Replace(s_nfe_xml,"#vICMS#",_vICMS)
s_nfe_xml=Replace(s_nfe_xml,"#vBCST#",_vBCST)
s_nfe_xml=Replace(s_nfe_xml,"#vST#",_vST)
s_nfe_xml=Replace(s_nfe_xml,"#vProd#",_vProd)
s_nfe_xml=Replace(s_nfe_xml,"#vNF#",_vNF)
s_nfe_xml=Replace(s_nfe_xml,"#nCFOP#",_nCFOP)
s_nfe_xml=Replace(s_nfe_xml,"#nPeso#",_nPeso)
s_nfe_xml=Replace(s_nfe_xml,"#PIN#",_PIN)
s_nfe_xml=Replace(s_nfe_xml,"#CNPJCPF#",_CNPJCPF)
s_nfe_xml=Replace(s_nfe_xml,"#xNome#",_xNome)
s_nfe_xml=Replace(s_nfe_xml,"#xLgr#",_xLgr)
s_nfe_xml=Replace(s_nfe_xml,"#nro#",_nro)
s_nfe_xml=Replace(s_nfe_xml,"#xCpl#",_xCpl)
s_nfe_xml=Replace(s_nfe_xml,"#xBairro#",_xBairro)
s_nfe_xml=Replace(s_nfe_xml,"#cMun#",_cMun)
s_nfe_xml=Replace(s_nfe_xml,"#xMun#",_xMun)
s_nfe_xml=Replace(s_nfe_xml,"#UF#",_UF)
RESULT s_nfe_xml
PROCEDURE _1000_010_infNFe001()
s_nfe_xml is string=[
[infNFe001]
chave="#chave#"
PIN="#PIN#"
dPrev="#dPrev#"
]
_chave is string=""
_PIN is string=""
_dPrev is string=""
s_nfe_xml=Replace(s_nfe_xml,"#chave#",_chave)
s_nfe_xml=Replace(s_nfe_xml,"#PIN#",_PIN)
s_nfe_xml=Replace(s_nfe_xml,"#dPrev#",_dPrev)
RESULT s_nfe_xml
ACBR INSTALAR - INICIO - ACBR 001 - AULA 1291
ACBR - COMO CONFIGURAR - ACBR 002 - AULA 1292
STATUS SERVICO - ACBR 003 AULA 1293
DANF ACBR PARTE 1 - ACBR 004 AULA 1294
CADASTRO CONTRIBUINTE ACBR - ACBR 007 AULA 1297
ACBR AJUSTES PROCEDURES - ACBR 008 AULA 1298
NCM DESCRICAO - ACBR 009 AULA 1299
NFE.CRIANFE 1A PARTE ACBR 010 AULA 1300
NFE.CRIARNFE 2A PARTE ACBR 011 AULA 1301
NFE.CRIARNFE 3A PARTE CODE ACBR 012 AULA 1302
NFE.ENVIARNFE ACBR 1A PARTE ACBR 013 AULA 1303
NFE ENVIARNFE ACBR 2A PARTE ACBR 014 AULA 1304
NFE ENVIARNFE ACBR 3A PARTE ACBR 015 AULA 1306
NFE ENVIARNFE ACBR 4A PARTE ACBR 016 AULA 1308
NFE.CancelarNFE WINDEV ACBR 017 AULA 1309
INUTILIZAR ACBR 018 AULA 1310
CARTA CORRECAO - NFe.EnviarEvento - ACBR 019 AULA 1311
LERINI ACBR CONFIGURACAO 020 AULA 1313
TUTORIAL INSTALAÇÃO ACBR http://www.pctoledo.com.br/forum
ANDRE MORAES - http://anfm.blogspot.com.br/2009/09/campos-para-criar-uma-nfe-usando-o.html
PROJETO ACBR MONITOR - https://www.projetoacbr.com.br/acbrmonitor-3
COMO BAIXAR FONTE ACBR - http://www.pctoledo.com.br/forum
FORUM ACBR - https://www.projetoacbr.com.br/forum/files/
http://anfm.blogspot.com.br/
HELP ON-LINE