gnucash master: Multiple changes pushed

Christopher Lam clam at code.gnucash.org
Fri May 29 06:37:09 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash/commit/efb9abfb (commit)
	 via  https://github.com/Gnucash/gnucash/commit/6caf7bee (commit)
	 via  https://github.com/Gnucash/gnucash/commit/c6e10295 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/6405c60f (commit)
	 via  https://github.com/Gnucash/gnucash/commit/5fb8d3dc (commit)
	 via  https://github.com/Gnucash/gnucash/commit/858cf174 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/343b018d (commit)
	from  https://github.com/Gnucash/gnucash/commit/6e834940 (commit)



commit efb9abfb4d7b2cf77243b560e14ace8c1ef12867
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Fri May 29 18:18:38 2020 +0800

    deprecate old reports

commit 6caf7beee36f4128bd307dc59c2cb6445a691849
Merge: 6e8349400 c6e102951
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Fri May 29 18:13:57 2020 +0800

    Merge branch 'master-guid-dance' #706
    
    For release notes:
    
    * new reports are now using different options and renderer
    * options and layout are different
    
    * Old reports still accessible via --extras

commit c6e102951099ef1f6ac204e7e395926b9bba8ab9
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Fri May 1 21:33:54 2020 +0800

    [balsheet-pnl] multichoice option uses symbol instead of #f
    
    multichoice is designed to use symbols. use of #f is allowed but not
    recommended according to the documentation.

commit 6405c60f3d33624894ed62628765e0e5e38d9dcd
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sat Apr 25 15:08:09 2020 +0800

    [reports] use new module names

commit 5fb8d3dcdfeca686dbb9df8097d7780a3f085d01
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sat Apr 25 14:05:57 2020 +0800

    balance-sheet/income-statement{-pnl}: swap guids

commit 858cf174730fbb387ce3be3c425399df1f3e0f4a
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sat Apr 25 13:58:52 2020 +0800

    {new-}owner-report: swap guids, hook to new-owner-report

commit 343b018dcac3adfc829a5790d757d38ae2cb9eb1
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sat Apr 25 13:56:08 2020 +0800

    {new-}aging: swap guids, hook to new-aging



Summary of changes:
 gnucash/report/reports/aging.scm                   |  3 +
 gnucash/report/reports/reports.scm                 | 15 ++--
 gnucash/report/reports/standard/balance-sheet.scm  | 10 ++-
 gnucash/report/reports/standard/balsheet-pnl.scm   | 94 +++++++++++-----------
 .../report/reports/standard/customer-summary.scm   |  2 +-
 .../report/reports/standard/income-statement.scm   | 19 +++--
 gnucash/report/reports/standard/job-report.scm     |  6 +-
 gnucash/report/reports/standard/new-aging.scm      | 45 +++++++++--
 .../report/reports/standard/new-owner-report.scm   | 67 ++++++++++++---
 gnucash/report/reports/standard/owner-report.scm   | 68 +++-------------
 gnucash/report/reports/standard/payables.scm       | 27 +------
 gnucash/report/reports/standard/receivables.scm    | 27 +------
 .../reports/standard/test/test-balsheet-pnl.scm    | 10 +--
 .../standard/test/test-new-owner-report.scm        |  2 +-
 .../reports/standard/test/test-owner-report.scm    | 10 +--
 15 files changed, 202 insertions(+), 203 deletions(-)



More information about the gnucash-patches mailing list