Hacker News new | ask | show | jobs
by fatcow 966 days 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.

1 comments

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