Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pytrustnfe/nfe/danfce.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ def _draw_product_table(self, rows, colWidths, rowHeights):
)

w, h = table.wrapOn(self.canvas, 200, 450)
table.drawOn(self.canvas, 0, self.current_height - (h * 1.2))
table.drawOn(self.canvas, 0, self.current_height - h)
self.current_height -= h * 1.1

def totais(self, oXML=None):
Expand Down
1 change: 1 addition & 0 deletions pytrustnfe/nfe/danfe.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ def tagtext(oNode=None, cTag=None):
"1": "Simples Nacional",
"2": "Simples Nacional, excesso sublimite de receita bruta",
"3": "Regime Normal",
"4": "Simples Nacional – Microempreendedor Individual – MEI",
}


Expand Down