Re: [Almost OT] Interfacing with GNUCash

2015-03-02 Thread Mike Bonner
Ah, didn't know it was abandonware, Sounds like waiting till you can use the c api is probably the best way, unless you know enough c (I don't) to write an intermediate executable that you can shell to. I did see some php stuff too, but suspect it never got off the ground. On Mon, Mar 2, 2015 at

Re: [Almost OT] Interfacing with GNUCash

2015-03-02 Thread Peter W A Wood
Hi again Mike. I found this - https://github.com/loftx/gnucash-rest/blob/master/gnucash_core_c.py - but it appears to have been abandoned. However, it might come in handy with working out how to use the C API> Best regards

Re: [Almost OT] Interfacing with GNUCash

2015-03-02 Thread Peter W A Wood
Many thanks Mike. You did better than I via Google. I found some reference to the C API but it seemed very vague. If it is a case of using the C API, I hope that we’ll be able to access it directly from LC 8 or 9. Best regards Peter > On 3 Mar 2015, at 08:20, Mike Bonner wrote: > > Hmm, ju

Re: [Almost OT] Interfacing with GNUCash

2015-03-02 Thread Mike Bonner
Hmm, just read something that seems to indicate gnucash has a rest api. If I can find a useful link I'll pop it in here. On Mon, Mar 2, 2015 at 5:19 PM, Mike Bonner wrote: > I went looking for the API, and most of the pertinent sections are > non-links, in a list of links. There IS some info o

Re: [Almost OT] Interfacing with GNUCash

2015-03-02 Thread Mike Bonner
I went looking for the API, and most of the pertinent sections are non-links, in a list of links. There IS some info on interfacing python, and c also. For now, unless you want to build an external, python is probably the way to go, using shell calls from lc. Google gnucash api and see if theres

Re: [Almost OT] Interfacing with GNUCash

2015-03-02 Thread Peter W A Wood
> On 3 Mar 2015, at 00:24, Richard Gaskin wrote: > > I haven't, but I'm curious: why GNUCash? It is more than sufficient for me to keep my company accounts, it works well on Mac and the price can’t be beaten. I haven’t encountered any problems with it but my use of it is very basic. Regards

Re: [Almost OT] Interfacing with GNUCash

2015-03-02 Thread Richard Gaskin
Peter W A Wood wrote: > Has anybody written a LiveCode script which posts transactions > directly into the GNUCash accounting system (or similar)? > > I know that GNUCash stores its data in SQLite so there is the option > to write the data directly to the GNUCash database but I was > wondering if

[Almost OT] Interfacing with GNUCash

2015-02-28 Thread Peter W A Wood
Has anybody written a LiveCode script which posts transactions directly into the GNUCash accounting system (or similar)? I know that GNUCash stores its data in SQLite so there is the option to write the data directly to the GNUCash database but I was wondering if anybody knows a better way. Re