top | item 37955656

(no title)

fatcow | 2 years ago

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.

discuss

order

GorsyGentle|2 years ago

I 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|2 years ago

You 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.