6 ms·
https://github.com/Gnucash/gnucash/pull/1794 https://github.com/Gnucash/gnucash/pull/1794 Note the full API may be accessible via a cli interface. The above w
by fatcow 3y ago
https://github.com/Gnucash/gnucash/pull/1794 https://github.com/Gnucash/gnucash/pull/1794
Note the full API may be accessible via a cli interface.
The above work will be merged hopefully soon.
- GorsyGentle 3y agoI wonder how full it'll be. The python bindings aren't complete. For instance it's impossible to add scheduled transactions. Which I'd investigating doing for tax depreciation on assets. I did eventually find the scheme functions and looked at adding the necessary functions. But not gonna lie Lisp is rough when you've never worked with it before.
- fatcow 3y agoYou could and should discuss on the mailing lists. Agree scheduled transactions are not visible from bindings, and it could be a feature request. If you wanted to so depreciation of assets you could easily do your own calculations via scheme or python.