gnucash maint: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Sun Mar 15 15:49:34 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash/commit/d825d74c (commit)
	 via  https://github.com/Gnucash/gnucash/commit/b8504b78 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/64874df0 (commit)
	from  https://github.com/Gnucash/gnucash/commit/9865a996 (commit)



commit d825d74c861c25ceee381f4bd5edd1c337ead3ab
Merge: 9865a9966 b8504b782
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Mar 15 12:41:38 2020 -0700

    Merge Peter Zimmer's 'pkzw_bug797631' into maint.

commit b8504b7829cd44b5a1e84c1bb7fc4159c78c0dec
Author: Dr. Peter Zimmerer <pkzw at web.de>
Date:   Sun Mar 15 18:24:07 2020 +0100

    Bug 797631 - Superfluous account selection dialog on first online retrieval
    
    The online id, which is needed to find a GnuCash account for a transaction
    or the balance retrieved from an online account, is already assigned to each
    matched GnuCash account within the Online Banking Setup tool.
    The online id is removed from the GnuCash account if it is no longer matched
    with an AqBanking account.

commit 64874df0ff3a08794e2cce0c094e5ef2b26cea41
Author: Dr. Peter Zimmerer <pkzw at web.de>
Date:   Sun Mar 15 18:23:38 2020 +0100

    Rename function create_online_id and make it externally callable
    
    The function is renamed to gnc_ab_create_online_id.
    It shall be callable from the Online Banking Setup tool in order
    to (re-)calculate the online id for changed account matches



Summary of changes:
 gnucash/import-export/aqb/assistant-ab-initial.c | 16 +++++++++++++++-
 gnucash/import-export/aqb/gnc-ab-utils.c         |  9 ++++-----
 gnucash/import-export/aqb/gnc-ab-utils.h         | 11 +++++++++++
 3 files changed, 30 insertions(+), 6 deletions(-)



More information about the gnucash-patches mailing list