gnucash stable: Bug 799734 - mapped OFX income account not listed
Robert Fewell
bobit at code.gnucash.org
Fri Mar 13 06:29:34 EDT 2026
Updated via https://github.com/Gnucash/gnucash/commit/62af7f0d (commit)
from https://github.com/Gnucash/gnucash/commit/8538dcf9 (commit)
commit 62af7f0d6d479dffcaebfcecd4a8af13aa49fc88
Author: Robert Fewell <14uBobIT at gmail.com>
Date: Mon Feb 16 16:50:58 2026 +0000
Bug 799734 - mapped OFX income account not listed
Change the Import Map Editor to look for the KVP slot
"ofx/associated-income-account" so it can be listed. The account
reference stored is a GUID so add a function to retrieve that so the
existing gnc_account_delete_map_entry function can be used to remove it.
Summary of changes:
gnucash/gnome/dialog-imap-editor.c | 150 ++++++++++++++++++++-----------
libgnucash/engine/Account.cpp | 14 +++
libgnucash/engine/Account.h | 5 ++
libgnucash/engine/test/utest-Account.cpp | 25 ++++++
4 files changed, 144 insertions(+), 50 deletions(-)
More information about the gnucash-patches
mailing list