Python list all invoices

2014-11-10 Thread Christoph Holtermann
Dear developers, to get my invoices to LaTeX I went to jinja2 templating engine which works quite fine. src/optional/python-bindings/example_scripts/gncinvoice_jinja.py https://github.com/c-holtermann/gnucash/commit/15a69f120569a174837b467d54a22fb1b4345777 I want to be able to show a list of all

Re: Python list all invoices

2014-11-10 Thread Tom Lofts
Hi Christoph, While the query api isn’t available in Python yet, I’ve made some steps towards this for the REST API I’ve been working on. Some of this code is already available in the latest version of Gnucash, mostly in the Python examples directory at https://github.com/Gnucash/gnucash/blob