Browse Source

Adição do ICMSUFDest

tags/0.1.5
martini97 9 years ago
parent
commit
8cd61d35bf
  1. 18
      pytrustnfe/nfe/templates/NfeAutorizacao.xml

18
pytrustnfe/nfe/templates/NfeAutorizacao.xml

@ -587,16 +587,18 @@
<indIncentivo>{{ imposto.ISSQN.vDeducao }}</indIncentivo> <indIncentivo>{{ imposto.ISSQN.vDeducao }}</indIncentivo>
</ISSQN> </ISSQN>
{% endif %} {% endif %}
{% if imposto.ICMSUFDest is defined %}
<ICMSUFDest> <ICMSUFDest>
<vBCUFDest>0.00</vBCUFDest>
<pFCPUFDest>0.00</pFCPUFDest>
<pICMSUFDest>0.00</pICMSUFDest>
<pICMSInter>12.00</pICMSInter>
<pICMSInterPart>40</pICMSInterPart>
<vFCPUFDest>0.00</vFCPUFDest>
<vICMSUFDest>0.00</vICMSUFDest>
<vICMSUFRemet>0.00</vICMSUFRemet>
<vBCUFDest>{{ imposto.ICMSUFDest.vBCUFDest }}</vBCUFDest>
<pFCPUFDest>{{ imposto.ICMSUFDest.pFCPUFDest }}</pFCPUFDest>
<pICMSUFDest>{{ imposto.ICMSUFDest.pICMSInter }}</pICMSUFDest>
<pICMSInter>{{ imposto.ICMSUFDest.pICMSInter }}</pICMSInter>
<pICMSInterPart>{{ imposto.ICMSUFDest.pICMSInterPart }}</pICMSInterPart>
<vFCPUFDest>{{ imposto.ICMSUFDest.vFCPUFDest }}</vFCPUFDest>
<vICMSUFDest>{{ imposto.ICMSUFDest.vICMSUFDest }}</vICMSUFDest>
<vICMSUFRemet>{{ imposto.ICMSUFDest.vICMSUFRemet }}</vICMSUFRemet>
</ICMSUFDest> </ICMSUFDest>
{% endif %}
{% endwith %} {% endwith %}
</imposto> </imposto>
{% if det.impostoDevol is defined %} {% if det.impostoDevol is defined %}

Loading…
Cancel
Save