Re: [GNC-dev] [GNC] ofxtools - a Python OFX library

2019-05-31 Thread Christopher Singley
On 5/31/19 12:47 PM, John Ralls wrote: On May 31, 2019, at 8:51 AM, Christopher Singley wrote: On 5/31/19 9:58 AM, John Ralls wrote: The GnuCash API documentation is generated by Doxygen. Some parts are documented better than others. It's built nightly and may be found at

Re: [GNC-dev] [GNC] ofxtools - a Python OFX library

2019-05-31 Thread Christopher Singley
On 5/31/19 9:58 AM, John Ralls wrote: The GnuCash API documentation is generated by Doxygen. Some parts are documented better than others. It's built nightly and may be found at https://code.gnucash.org/docs/MAINT. Regards, John Ralls If I want to find, say, gnc_account_imap_find_account(), th

Re: [GNC-dev] [GNC] ofxtools - a Python OFX library

2019-05-31 Thread Christopher Singley
Is it a good experience keeping GnuCash books in a SQL backend? There's much better Python tooling if you can make the interface at SQL. Looks like there's piecash, a SQLAlchemy frontend for GnuCash. This looks promising.  It's got good docs, too. Is the piecash documentation correct that the

Re: [GNC-dev] [GNC] ofxtools - a Python OFX library

2019-05-31 Thread Christopher Singley
On 5/30/19 10:23 PM, Christopher Lam wrote: Not sure how  it works internally. Perfect matches whereby fitid=online_id are hidden. I'd prefer not to hide, but just grayed out... Because it's disconcerting downloading an ofx and find that the import list is very sparse. Unmatched ofx txns attem

Re: [GNC-dev] [GNC] ofxtools - a Python OFX library

2019-05-30 Thread Christopher Singley
On 5/30/19 6:53 PM, Christopher Lam wrote: Thanks, a terminal/keyboard based ui would be an acceptable compromise to get the functionality right; other devs could then convert to C using the python templates. Unfortunately my python is now very rusty compared to my scheme. Anyone is very welc

Re: [GNC-dev] [GNC] ofxtools - a Python OFX library

2019-05-30 Thread Christopher Singley
On 5/30/19 8:49 AM, Christopher Lam wrote: Hi Csingley I've experimented with your ofxtools and it works well on my bank datafile. Glad to hear it. I've this idea brewing that's quite difficult to do, but would greatly multiply the usability of the current OFX importer. Here's gist of curr