a pythonic way to create your invoices.
first make a config file. a example config is provided (invoice_doe_olsen_inc.json.example
). place your logo called logo.pdf
here /src/img/
. a example logo is provided (logo.pdf.example
).
python3 pythonic_latex_invoice.py --config invoice_doe_olsen_inc.json
will compile to this invoice_doe_olsen_inc.pdf:
commandline pdflatex
is required.
language adjustments can be done direcly in a fork of this repository.
thanks for mkropat for his invoice template, that can be found here: mkropat invoice