implement standing orders via HBCI
Standing Orders (German: Daueraufträge) are not supported by GnuCash at the moment. But the underling libary AqBanking has support for it. It would be nice to have this feature in GnuCash.
See Bugtracker for reference and more information: https://bugzilla.gnome.org/show_bug.cgi?id=642123
13
votes
Simon
shared this idea
-
Admincstim (Core Developer, GnuCash) commented
Implementation note: A few days ago, I added an optional plugin using C++/gtkmm, which makes implementing the GUI probably much easier. So if you start to look into how to do this yourself, I suggest you should read how to do it in the C++ wrapper "gtkmm" instead of plain C/gtk.