InvoiceGenerator icon indicating copy to clipboard operation
InvoiceGenerator copied to clipboard

Library to generate PDF invoices.

Results 13 InvoiceGenerator issues
Sort by recently updated
recently updated
newest added

An image will be helpful for people to have an idea what kind of invoice can be generated.

```` TypeError: patchedDrawPath() takes 2 positional arguments but 4 were given File "django/core/handlers/exception.py", line 34, in inner response = get_response(request) File "django/core/handlers/base.py", line 115, in _get_response response = self.process_exception_by_middleware(e, request)...

I want to assign numbers to each of my invoice pdf. Anyone guide me to change the top text Invoice num: into any other thing

I've modified the $LANG variable several times but the output PDF is always the same. Have you implemented any functionality related to this? Maybe I can add more languages like...

Hi! How to change DIČ and IČ to VAT and TIN? The os.environ["INVOICE_LANG"] = "en" doesn't help.

Hi! Big email is looked like this ![изображение](https://user-images.githubusercontent.com/30621622/65686241-93aa1d80-e06c-11e9-9b8e-69ead4c7edf5.png) How to fix it?

## Scenario The current version can't work with Python 3.12 for two reasons: 1. The `gettext.translation` function signature has changed and thus use the `class_` parameter instead of `codeset`; 2....

C:\keysbilling\Lib\site-packages\InvoiceGenerator\conf.py ``` # row 10 get_gettext(lang): # bla bla t = gettext.translation( # bla bla codeset='utf8', # bla bla ) ``` gettext.translation Changed in version 3.11: codeset parameter is removed....