You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
763 B
20 lines
763 B
<envEvento xmlns="http://www.portalfiscal.inf.br/nfe" versao="1.00">
|
|
<idLote>{{ obj.lote }}</idLote>
|
|
<evento xmlns="http://www.portalfiscal.inf.br/nfe" versao="1.00">
|
|
<infEvento Id="{{ obj.id }}">
|
|
<cOrgao>{{ obj.orgao }}</cOrgao>
|
|
<tpAmb>{{ obj.ambiente }}</tpAmb>
|
|
<CNPJ>{{ obj.cnpj }}</CNPJ>
|
|
<chNFe>{{ obj.chave_nfe }}</chNFe>
|
|
<dhEvento>{{ obj.data_hora_evento }}</dhEvento>
|
|
<tpEvento>110111</tpEvento>
|
|
<nSeqEvento>{{ obj.numero_evento }}</nSeqEvento>
|
|
<verEvento>1.00</verEvento>
|
|
<detEvento versao="1.00">
|
|
<descEvento>Cancelamento</descEvento>
|
|
<nProt>{{ obj.protocolo }}</nProt>
|
|
<xJust>{{obj.justificativa }}</xJust>
|
|
</detEvento>
|
|
</infEvento>
|
|
</evento>
|
|
</envEvento>
|