Re: Python list all invoices

2014-11-11 Thread Christoph Holtermann
Hi Tom, just what you have already put into gnucash has been sufficient, Thanks ! My script now lists all invoices: https://github.com/c-holtermann/gnucash/commit/765d73f9037adb69fd4bfa7ae229d8e2fb876336 kind regards, Christoph Am 10.11.2014 um 20:57 schrieb Tom Lofts: > Hi Christoph, > > While

Re: Python list all invoices

2014-11-11 Thread Christoph Holtermann
Hello Tom, thanks. That seems to be exactly what I've been looking for. If I get it right for the REST API you have made accessible (parts?) of the query framework. I'll give it a try and also have a look at your unpublished work. regards, Christoph Holtermann Am 10.11.2014 um 20:57 schrieb Tom

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