regianenas
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
2 deletions
-
pytrustnfe/nfse/paulistana/templates/EnvioLoteRPS.xml
-
setup.py
|
|
|
@ -6,7 +6,7 @@ |
|
|
|
<transacao>false</transacao> |
|
|
|
<dtInicio>{{ nfse.data_inicio }}</dtInicio> |
|
|
|
<dtFim>{{ nfse.data_fim }}</dtFim> |
|
|
|
<QtdRPS>1</QtdRPS> |
|
|
|
<QtdRPS>{{ nfse.lista_rps|lenght }}</QtdRPS> |
|
|
|
<ValorTotalServicos>{{ nfse.total_servicos }}</ValorTotalServicos> |
|
|
|
<ValorTotalDeducoes>{{ nfse.total_deducoes }}</ValorTotalDeducoes> |
|
|
|
</Cabecalho> |
|
|
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
# coding=utf-8 |
|
|
|
from setuptools import setup, find_packages |
|
|
|
|
|
|
|
VERSION = "1.0.1.post1" |
|
|
|
VERSION = "1.0.1.post2" |
|
|
|
|
|
|
|
setup( |
|
|
|
name="pytrustnfe", |
|
|
|
|