From 72b635170e3e4277e7a27187cd94fdcfee09c164 Mon Sep 17 00:00:00 2001 From: Caio Magri Date: Wed, 29 Aug 2018 15:13:16 -0300 Subject: [PATCH] =?UTF-8?q?[IMP]=20Add=20campos=20para=20dedu=C3=A7=C3=B5e?= =?UTF-8?q?s=20e=20referentes=20a=20contru=C3=A7=C3=A3o=20civil?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pytrustnfe/nfse/paulistana/templates/EnvioLoteRPS.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/pytrustnfe/nfse/paulistana/templates/EnvioLoteRPS.xml b/pytrustnfe/nfse/paulistana/templates/EnvioLoteRPS.xml index 42a341f..1b1006d 100644 --- a/pytrustnfe/nfse/paulistana/templates/EnvioLoteRPS.xml +++ b/pytrustnfe/nfse/paulistana/templates/EnvioLoteRPS.xml @@ -55,19 +55,36 @@ {{ rps.tomador.uf }} {{ rps.tomador.cep }} + {{ rps.descricao|normalize|escape }} + {% if rps.valor_carga_tributaria -%} {{ rps.valor_carga_tributaria }} {% endif %} + {% if rps.percentual_carga_tributaria -%} {{ rps.percentual_carga_tributaria }} {% endif %} + {% if rps.fonte_carga_tributaria -%} {{ rps.fonte_carga_tributaria }} {% endif %} + + {% if rps.codigo_cei -%} + {{ rps.codigo_cei }} + {% endif %} + + {% if rps.matricula_obra -%} + {{ rps.matricula_obra }} + {% endif %} + {% if rps.municipio_prestacao -%} {{ rps.municipio_prestacao }} {% endif %} + + {% if rps.num_encapsulamento -%} + {{ rps.num_encapsulamento }} + {% endif %} {% endfor %}