gnucash maint: Multiple changes pushed

Christopher Lam clam at code.gnucash.org
Mon Dec 2 09:29:33 EST 2019


Updated	 via  https://github.com/Gnucash/gnucash/commit/7833c598 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/7ad4c4af (commit)
	 via  https://github.com/Gnucash/gnucash/commit/8bf54ebf (commit)
	 via  https://github.com/Gnucash/gnucash/commit/ab20071d (commit)
	 via  https://github.com/Gnucash/gnucash/commit/2333b6db (commit)
	 via  https://github.com/Gnucash/gnucash/commit/3ee434ed (commit)
	 via  https://github.com/Gnucash/gnucash/commit/4aa17ef6 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/a52d60f4 (commit)
	from  https://github.com/Gnucash/gnucash/commit/df1f033f (commit)



commit 7833c59896b2d2705084732407277778ebb8ed85
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Mon Dec 2 16:38:25 2019 +0800

    Bug 724219 - Customer Summary includes Closing Entries when reporting across the end of year

commit 7ad4c4afbdd50dec5751f93d5e25bea39c806e25
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Mon Dec 2 18:19:28 2019 +0800

    [html-acct-table] compact gnc:html-acct-table-get-cell

commit 8bf54ebfc1c2da11bb1c16c41ed12d1e5ae2b2c8
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Mon Dec 2 08:50:56 2019 +0800

    [html-acct-table] compact traverse-accounts!
    
    * convert for-each to named-let
    * allows reduction of set! calls

commit ab20071d828c6541cebb233954cd748b32b1f2ba
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Mon Dec 2 08:26:01 2019 +0800

    [report-utilities] strify hash-table to Hash(kvp-list)
    
    Hash tables are strified to "Hash()" "Hash(key=value,...)"

commit 2333b6db271ad50bf5a3c5825990647b73077913
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sun Dec 1 23:10:22 2019 +0800

    [reports] avoid "<br/>" literal: use gnc:multiline-to-html-text

commit 3ee434edf6658fde0d79bceb0516e7789b6cd230
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sun Dec 1 22:17:37 2019 +0800

    [new-aging] use gnc:html-markup-ol

commit 4aa17ef65bb0bd1cec3be632fc8af54769169431
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sun Dec 1 22:17:19 2019 +0800

    [html-text][API] gnc:html-markup-ol, gnc:multiline-to-html-text
    
    * (gnc:html-markup-ol lst)
    
      creates an ordered list
    
    * gnc:multiline-to-html-text: creates html-text with <br/> elements
    
      "line1\nline2\nline3" ->
      (gnc:make-html-text "line1" (gnc:html-markup-br)
                          "line2" (gnc:html-markup-br)
                          "line3")

commit a52d60f48e738ee4c91bfa03887dea1014f104fa
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sun Dec 1 22:30:45 2019 +0800

    [business-reports] compact gnc:owner-report-text



Summary of changes:
 .../report/business-reports/business-reports.scm   |  34 +-
 .../report/business-reports/customer-summary.scm   |  15 +-
 gnucash/report/business-reports/invoice.scm        |  10 +-
 gnucash/report/business-reports/job-report.scm     |  36 +-
 gnucash/report/business-reports/new-aging.scm      |   6 +-
 gnucash/report/business-reports/owner-report.scm   |  39 +--
 gnucash/report/report-system/html-acct-table.scm   | 373 +++++++++------------
 gnucash/report/report-system/html-text.scm         |   3 +
 gnucash/report/report-system/report-system.scm     |   2 +
 gnucash/report/report-system/report-utilities.scm  |  31 +-
 .../report-system/test/test-report-utilities.scm   |  10 +
 11 files changed, 227 insertions(+), 332 deletions(-)



More information about the gnucash-patches mailing list