gnucash maint: [report-utilities.scm] gnc:budget-account-get-rolledup-net bugfix

Christopher Lam clam at code.gnucash.org
Thu Jan 13 10:45:45 EST 2022


Updated	 via  https://github.com/Gnucash/gnucash/commit/ebfe0a47 (commit)
	from  https://github.com/Gnucash/gnucash/commit/b1176b46 (commit)



commit ebfe0a4716e3bfde6d4da0c69e0d5db34532c4d6
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Thu Jan 13 23:06:15 2022 +0800

    [report-utilities.scm] gnc:budget-account-get-rolledup-net bugfix
    
    This function accepts start-period and end-period, either/both can
    be #f which signifies budget start and end respectively.
    
    If end-period of #f, numperiods was then defined
    as (budget->num_periods + 1) which was incorrect.
    
    Bugfix and refactor to be cleaner.



Summary of changes:
 gnucash/report/report-utilities.scm | 14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)



More information about the gnucash-patches mailing list