gnucash maint: Multiple changes pushed

Christopher Lam clam at code.gnucash.org
Tue Aug 13 06:52:20 EDT 2019


Updated	 via  https://github.com/Gnucash/gnucash/commit/2a6a4e34 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/e15f2610 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/4a4f81b3 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/5e866377 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/d5122c97 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/fab1c8db (commit)
	 via  https://github.com/Gnucash/gnucash/commit/112cf99d (commit)
	 via  https://github.com/Gnucash/gnucash/commit/a42f1211 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/81b20d0a (commit)
	 via  https://github.com/Gnucash/gnucash/commit/0c3f460e (commit)
	from  https://github.com/Gnucash/gnucash/commit/55e196ab (commit)



commit 2a6a4e34d608f227ceff37d5383c73c182289e80
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sun Aug 11 09:06:35 2019 +0800

    [price-quotes] compact commodity-tz-quote-triple->price

commit e15f2610ba712bb26a5885c290d1f2aaede6b510
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sat Aug 10 23:33:00 2019 +0800

    [price-quotes] compact gnc:book-add-quotes

commit 4a4f81b320f814e190ade2e0bf4157597805beba
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Fri Aug 9 21:41:23 2019 +0800

    [price-quotes] compact book->commodity->fq-call-data
    
    make function more readable.

commit 5e8663772aedb490dffc2f533f5f07a20303e423
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Fri Aug 9 22:49:31 2019 +0800

    [price-quotes] compact gnc:fq-get-quotes

commit d5122c97eaef18c30e7d66d269352929b17c4f24
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Fri Aug 9 22:49:04 2019 +0800

    [price-quotes] compact gnc:fq-check-sources
    
    improve locality of vars.

commit fab1c8db3e8f3d13555931e57340349dfa481b6c
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sat Aug 10 23:01:38 2019 +0800

    [price-quotes] show if F::Q not installed, remove dead code

commit 112cf99d2d0c7a68c71d9085ad911eba93337d9a
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Mon Aug 12 20:37:27 2019 +0800

    [test-report-html] add coverage and function test
    
    * function gnc:html-table-add-labeled-amount-line! has full coverage
    test.
    
    * function gnc:make-html-acct-table/env/accts has good coverage
    confirming nothing crashes.

commit a42f1211d885e3db147781ef7e3f43f3a9ef09fa
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Mon Aug 12 21:15:45 2019 +0800

    [html-acct-table] modernise to srfi-9 records

commit 81b20d0a62786811383b8227f8ed476ae909e404
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Mon Aug 12 23:22:44 2019 +0800

    [html-acct-table] timepair -> time64
    
    * fix timepair -> time64 - this is technically dead code.

commit 0c3f460e9fa5c3c354ff5fed64ea781b260ebff7
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Thu Aug 8 23:10:12 2019 +0800

    [invoice] deprecate easy/fancy-invoice creation hooks



Summary of changes:
 gnucash/report/business-reports/invoice.scm        |   4 +
 gnucash/report/report-system/html-acct-table.scm   |  37 +-
 .../report/report-system/test/test-report-html.scm | 106 +++++
 libgnucash/scm/price-quotes.scm                    | 497 +++++++++------------
 4 files changed, 320 insertions(+), 324 deletions(-)



More information about the gnucash-patches mailing list