|
GnuCash 2.4.99
|
Exports an invoice to lco-file for use with LaTeX. More...
Go to the source code of this file.
Data Structures | |
| class | latex_invoices::Usage |
Functions | |
| def | latex_invoices::get_all_lots |
| def | latex_invoices::get_all_invoices_from_lots |
| def | latex_invoices::invoice_to_lco |
| def | latex_invoices::main |
Exports an invoice to lco-file for use with LaTeX.
Additional files:
Usage :
latex_invoice file://testfile
will create file data.lco.
latex --output-format=pdf Invoice.tex
should run latex on file Invoice.tex and result in Invoice.pdf. Invoice.tex includes data.lco.
Additional information :
Credits to and ideas from
To Do:
Definition in file latex_invoices.py.
1.7.4