gnucash maint: Multiple changes pushed

Christopher Lam clam at code.gnucash.org
Wed Oct 9 09:15:39 EDT 2019


Updated	 via  https://github.com/Gnucash/gnucash/commit/662d29d6 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/ef3bc616 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/8a46daeb (commit)
	 via  https://github.com/Gnucash/gnucash/commit/6370b0f7 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/ca5f5871 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/1abda45c (commit)
	 via  https://github.com/Gnucash/gnucash/commit/d45f0621 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/49e65130 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/3a2c85f5 (commit)
	from  https://github.com/Gnucash/gnucash/commit/f4794d51 (commit)



commit 662d29d664d6834b66caf7c9a24a9543d8571d13
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Wed Oct 9 20:42:26 2019 +0800

    [average-balance] show monetaries instead of numbers in data table
    
    instead of numbers, show monetary amounts, rounded to SCU

commit ef3bc616b2dafbd2ef9886b12e603e9e37bee565
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Tue Oct 8 22:01:45 2019 +0800

    [html-table] refactor and dedupe row/col modifiers
    
    * dedupe gnc:html-table-set-cell/tag!
    * dedupe gnc:html-table-set-cell!
    * create internal fn gnc:html-table-set-cell-datum! for above fns

commit 8a46daeb8c67ed4a6900d15dc8c916665f698d61
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Wed Oct 9 05:49:53 2019 +0800

    [html-table] convert to srfi-2 and-let*

commit 6370b0f7ee4399fe223a269e95bf4283a9f7d773
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Wed Oct 9 20:27:18 2019 +0800

    [html-table] html-table-cell negative amount does not apply to <td>
    
    Only number-cell and total-number-cell have negative-amount styles.

commit ca5f587156ed28aa40f76d81aefc325c89be1974
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Wed Oct 9 20:14:08 2019 +0800

    [html-table] compact gnc:html-table-render

commit 1abda45cf62d4fea18aefa1877749f78b673e9f9
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Wed Oct 9 20:13:17 2019 +0800

    [html-table] compact gnc:html-table-append-column!

commit d45f06215f1f1d10cb360148f74f0385d76cb62e
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Wed Oct 9 20:12:59 2019 +0800

    [html-table] compact gnc:html-table-prepend-row!

commit 49e651304261b04e79401487e97cd8d124baedd3
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Wed Oct 9 20:12:28 2019 +0800

    [html-table] compact functions, define vars in formals

commit 3a2c85f577ed580d39a51abbbf043fe7155001c6
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Tue Oct 8 22:59:31 2019 +0800

    [html-table] deprecate gnc:html-table-remove-last-row!
    
    this function is unused in code.



Summary of changes:
 gnucash/report/report-system/html-table.scm        | 563 ++++++++-------------
 .../report/report-system/test/test-report-html.scm |   5 +-
 .../report/standard-reports/average-balance.scm    |  12 +-
 .../standard-reports/test/test-average-balance.scm |  16 +-
 4 files changed, 226 insertions(+), 370 deletions(-)



More information about the gnucash-patches mailing list