gnucash master: Multiple changes pushed

Christopher Lam clam at code.gnucash.org
Fri Sep 16 11:15:56 EDT 2022


Updated	 via  https://github.com/Gnucash/gnucash/commit/58c1a518 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/42a22eef (commit)
	from  https://github.com/Gnucash/gnucash/commit/8e6c07db (commit)



commit 58c1a518971c39a7c9521e370153047db3b44b24
Merge: 8e6c07db1 42a22eef0
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Fri Sep 16 23:15:24 2022 +0800

    Merge branch 'master-budget-changes' #1238

commit 42a22eef0f4ae9aed4d83c391e65fa5b761e729d
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Thu Jan 6 22:08:49 2022 +0800

    [gnc-budget-view.c] gbv_get_accumulated_budget_amount returns unreversed amount
    
    Previously it would return an appropriately signed amount for
    display. However it is also used when accumulating amounts therefore
    needs to be sign-reversed again.
    
    This function will now return, for the particular account and period,
    an unreversed accumulated budget amount. The sign reversal now takes
    place only for display using xaccSPrintAmount in #L1112



Summary of changes:
 gnucash/gnome/gnc-budget-view.c | 13 ++++---------
 1 file changed, 4 insertions(+), 9 deletions(-)



More information about the gnucash-patches mailing list