gnucash maint: Multiple changes pushed

Christopher Lam clam at code.gnucash.org
Thu Jul 1 03:59:30 EDT 2021


Updated	 via  https://github.com/Gnucash/gnucash/commit/074d5837 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/e8189382 (commit)
	from  https://github.com/Gnucash/gnucash/commit/2e6ff097 (commit)



commit 074d5837b2fb88351dc084c1aea678743a546b04
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Thu Jul 1 12:55:50 2021 +0800

    [lot-viewer] add more empty cells
    
    otherwise table borders don't get drawn

commit e8189382c1f69092552d55a86edf702937727368
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Thu Jul 1 11:35:30 2021 +0800

    [new-owner-report] Refactor paymnent txn handling
    
    359cc5cad contained inefficiency -- the remaining APAR splits were
    scanned >1 times - first to identify and sum the txn-split amounts,
    second to look for the next non-txn split. This commit will
    simultaneously sum the txn split amounts, and collect the non-txn
    splits for processing by the next lp iteration.



Summary of changes:
 gnucash/report/reports/standard/lot-viewer.scm       |  4 ++--
 gnucash/report/reports/standard/new-owner-report.scm | 14 +++++++++-----
 2 files changed, 11 insertions(+), 7 deletions(-)



More information about the gnucash-patches mailing list