GnuCash  2.6.99
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions
latex_invoices.py File Reference

Exports an invoice to lco-file for use with LaTeX, see Python invoice export. More...

Go to the source code of this file.

Data Structures

class  latex_invoices.Usage
 

Functions

def latex_invoices.invoice_to_lco
 
def latex_invoices.main
 

Detailed Description

Exports an invoice to lco-file for use with LaTeX, see Python invoice export.

Author
Christoph Holtermann (c.holtermann (at) gmx.de)
Date
May 2011

The output file can be imported into KOMA-Script-letters. This works primarily for germany. Internationalization welcome!

Additional files:

Usage :

1 latex_invoice -l -f -n INVOICE_NUMBER file://testfile

will create file data.lco.

1 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.