gnucash maint: Multiple changes pushed

Christopher Lam clam at code.gnucash.org
Sat Mar 16 07:28:29 EDT 2019


Updated	 via  https://github.com/Gnucash/gnucash/commit/dd64cec2 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/e9b91f16 (commit)
	from  https://github.com/Gnucash/gnucash/commit/12a46e62 (commit)



commit dd64cec273904faada3f8f566dc43a2eebaf1b32
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sat Mar 16 16:50:46 2019 +0800

    [average-balance] set chart-title instead of document-title
    
    previous setting would set document-title which adds an <h1> element
    and prevents the chart from fitting into the canvas viewport set 100%
    width x height.

commit e9b91f16ebc086bf25fb9b55bfaab9e80895db7c
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sat Mar 16 17:24:49 2019 +0800

    [daily-reports] simplify amount/weekday algorithm
    
    This commit removes the need for analyze-splits, and counts all
    split-amounts directly into the daily-totals list.
    
    Because we're not using analyze-splits, there's no need for startbal
    anymore.



Summary of changes:
 .../report/standard-reports/average-balance.scm    |   2 +-
 gnucash/report/standard-reports/daily-reports.scm  | 211 ++-------------------
 2 files changed, 21 insertions(+), 192 deletions(-)



More information about the gnucash-patches mailing list