gnucash maint: Multiple changes pushed

Christopher Lam clam at code.gnucash.org
Fri May 6 08:17:30 EDT 2022


Updated	 via  https://github.com/Gnucash/gnucash/commit/2b198dbc (commit)
	 via  https://github.com/Gnucash/gnucash/commit/19803ba9 (commit)
	from  https://github.com/Gnucash/gnucash/commit/674b49bd (commit)



commit 2b198dbce44e763f56e776f0d39ed77351e1e5f1
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Thu May 5 22:41:00 2022 +0800

    [assistant-stock-transaction] avoid resetting txn_types unnecessarily.
    
    UX improvement.
    
    Previously the txn_types dropdown list would be regenerated whenever
    the GtkAssistant reaches the page PAGE_TRANSACTION_TYPE. This means
    selecting "Sell", pressing "Next", then "Previous" would reset the
    type to "Buy".
    
    This commit will store the date at which the txn_types was set; it
    will avoid resetting txn_types unless the date is changed.

commit 19803ba9d0f89543667fa1a1c6188205b9e93556
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Fri May 6 09:01:35 2022 +0800

    [assistant-stock-transsaction] skip checking txn_date for empty stock acct



Summary of changes:
 gnucash/gnome/assistant-stock-transaction.cpp | 37 +++++++++++++++++----------
 1 file changed, 24 insertions(+), 13 deletions(-)



More information about the gnucash-patches mailing list