Implementation of scheduled online transactions
I would like to see in GnuCash the possibility of transfering money at a given date instead of immediatly, using HBCI protocol.
-
heinz sachsenweger commented
here is an example of project that do what i wish, but using QT4.
http://schmufu.dyndns.org/dokuwiki/ab_transfer:start
whould it be possible to integrate this code, but with gtk+ instead of QT4 in GnuCash?
-
heinz sachsenweger commented
Whould it be possible to change the topic to "Implementation of scheduled online transactions" instead of "Implementation of HKTUE in money Transfer"?
-
Admincstim (Core Developer, GnuCash) commented
Note: It is not sufficient to add the HKTUE job. Instead, the list of scheduled online transactions needs to be queried, displayed, edited, deleted, i.e. a full CRUD (Create, Update, Delete) implementation for the scheduled online transactions. The HKTUE is only the "Create" part, but this is not sufficient.