18 ms·
We use reportlab (https://pypi.python.org/pypi/reportlab https://pypi.python.org/pypi/reportlab) for invoice generation. Once you decide upon the template it's
by vivekchand19 12y ago
We use reportlab (https://pypi.python.org/pypi/reportlab https://pypi.python.org/pypi/reportlab) for invoice generation. Once you decide upon the template it's very easy to use.
- Loic 12y agoUsing it too, you can easily create templates in the "TRML" file format including headers/footers etc. It supports table breaking in the middle with repeating headers, this is really useful when you generate invoices or tables of data.