gnucash maint: Multiple changes pushed

Robert Fewell bobit at code.gnucash.org
Thu Jan 27 07:04:55 EST 2022


Updated	 via  https://github.com/Gnucash/gnucash/commit/1f178816 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/8a0d4af1 (commit)
	from  https://github.com/Gnucash/gnucash/commit/85be581e (commit)



commit 1f178816138645a683173e6f5b0fe3ca5f6ddb7d
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Tue Jan 25 16:47:32 2022 +0000

    Prevent template accounts being excluded multiple times
    
    Use a hash table to record the template accounts that have been
    excluded so they are not added multiple times.

commit 8a0d4af1288ef39d42d9e513f78914132f5c9b48
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Tue Jan 25 16:46:35 2022 +0000

    Bug 741674 - Newly created Scheduled Transactions appear in existing search windows
    
    When a search is done from the 'find' on the accounts page, the search
    is across all accounts and is displayed in SEARCH_LEDGER. If one of
    these transactions is used for the basis of a scheduled transaction,
    the created scheduled transaction is displayed with today's date in the
    existing search results and also the general ledger with the transfer
    accounts being displayed with GUID's of the template accounts.
    
    Fixed by excluding template accounts from the SEARCH_LEDGER and the GL.



Summary of changes:
 gnucash/gnome/dialog-find-transactions.c          | 30 +---------
 gnucash/register/ledger-core/gnc-ledger-display.c | 70 ++++++++++++++++++-----
 2 files changed, 57 insertions(+), 43 deletions(-)



More information about the gnucash-patches mailing list