gnucash maint: Multiple changes pushed

Christopher Lam clam at code.gnucash.org
Sun Jan 12 00:33:01 EST 2020


Updated	 via  https://github.com/Gnucash/gnucash/commit/e3b926bd (commit)
	 via  https://github.com/Gnucash/gnucash/commit/0787b4e2 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/d9b585c3 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/baba7f0d (commit)
	from  https://github.com/Gnucash/gnucash/commit/c8eb3b37 (commit)



commit e3b926bdfa87341bc7f32e5b50b78820f80cabc0
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sun Jan 12 08:52:12 2020 +0800

    [new-owner-report] reuse string

commit 0787b4e24fcf06e0c4631e9b9a5c585436c7534c
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sun Jan 12 08:41:24 2020 +0800

    [new-owner-report] splits->desc will show 1 memo per line

commit d9b585c3969fa2aa678727b4f5e4b8433d7f417e
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sat Jan 11 04:52:08 2020 +0800

    [category-barchart] simplify report definitions
    
    instead of list-accessors, use (ice-9 match) to assign names to list
    items. remove ugly 'tip-and-rev' hack.
    
    also remove hidden option 'reverse-balance?' and pass it as an
    argument to the renderer.

commit baba7f0debde9a3d6323ec1c8e0148e1968cc74e
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Fri Jan 10 23:34:23 2020 +0800

    [income-gst-statement] no need to reverse report amounts
    
    this report handles reversal of income amounts and shouldn't
    re-reverse according to originating split's account type.
    
    also friendly-fn should be #f instead of (lambda (a) "") because the
    former is handled specifically in trep-engine's add-subheading to
    display a blank cell.



Summary of changes:
 .../report/business-reports/new-owner-report.scm   |  8 ++-
 .../report/standard-reports/category-barchart.scm  | 59 +++++++++-------------
 .../standard-reports/income-gst-statement.scm      | 41 +++++----------
 3 files changed, 45 insertions(+), 63 deletions(-)



More information about the gnucash-patches mailing list