gnucash master: Multiple changes pushed

Christopher Lam clam at code.gnucash.org
Sun Oct 27 11:52:52 EDT 2019


Updated	 via  https://github.com/Gnucash/gnucash/commit/02e86a4c (commit)
	 via  https://github.com/Gnucash/gnucash/commit/d8937234 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/f4a90843 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/0ef11d16 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/6eab852f (commit)
	 via  https://github.com/Gnucash/gnucash/commit/eb929fd6 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/77855a7e (commit)
	 via  https://github.com/Gnucash/gnucash/commit/0aad7778 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/2dd2f0dc (commit)
	 via  https://github.com/Gnucash/gnucash/commit/7ec1596e (commit)
	 via  https://github.com/Gnucash/gnucash/commit/dc831084 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/b2fcfbd3 (commit)
	from  https://github.com/Gnucash/gnucash/commit/5f6aa6ed (commit)



commit 02e86a4c6af25e43b16ee3106d01e5f89f8f9c8a
Merge: 5f6aa6ed4 d89372347
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sun Oct 27 22:03:55 2019 +0800

    Merge branch 'maint'

commit d893723479e9c63a9288fe56834d78a3b65ffe64
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sun Oct 27 15:33:12 2019 +0800

    [new-owner-report] combined job/owner reports

commit f4a90843034e09cd4c968f0090a33a3e3da34705
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sun Oct 27 15:46:19 2019 +0800

    [new-aging] upgrade owner-splits->aging-list to report-utilities
    
    it can be reused by new-owner-report

commit 0ef11d16e168450682bb218d0a5fcf42dbeae275
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sun Oct 27 14:11:13 2019 +0800

    [new-aging] new receivable/payable aging reports

commit 6eab852f1cb780ba4046871410168fe4f0ee375f
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sun Oct 27 11:21:19 2019 +0800

    [report-utilities] fix dangling ) in eb929fd6d

commit eb929fd6d3020a274562e9860e344239cc2645ce
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sun Oct 27 11:05:19 2019 +0800

    [report-utilities] gnc:strify add invoice->str, refine owner->str

commit 77855a7ed641cd4fb94e0803c09e5eada546a99c
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sat Oct 26 23:04:06 2019 +0800

    [report-utilities] add owner printers

commit 0aad77787044d010e5bdefec3d5e2663aadc8179
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Fri Oct 25 23:27:57 2019 +0800

    [stylesheets] homogenize easy/fancy/footer
    
    * with these reordering of functions, easy == fancy
    * also footer = easy|fancy + footer

commit 2dd2f0dc65f7efed804851aac3c9a6e1e94e0d82
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Fri Oct 25 23:10:48 2019 +0800

    [stylesheets] replace raw <center> with style attribute

commit 7ec1596e9c305bd96022606031730142c85fd8ac
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Fri Oct 25 22:56:57 2019 +0800

    [stylesheets] replace raw <div> for headpixmap with html-table-cell

commit dc8310843b2dfe9bd56e38cb0adf315bbb9b7020
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Fri Oct 25 22:34:41 2019 +0800

    [stylesheets] remove unnecessary N_ in option section/name

commit b2fcfbd3c6c82c0da77ee781f91ebc84e35080c3
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Fri Oct 25 18:27:47 2019 +0800

    Bug 797326 - Enhancement: budget's Estimate tool should ignore Closing Entries
    
    Addendum to 8b8c957ed -- if budgeted amounts exclude closing entries,
    actual amounts should also exclude closing entries.
    
    Amend documentation, modify budget test to add a closing entry which
    will be ignored.



Summary of changes:
 gnucash/report/report-utilities.scm                |  84 ++
 gnucash/report/reports/CMakeLists.txt              |   2 +
 gnucash/report/reports/standard/new-aging.scm      | 315 ++++++++
 .../report/reports/standard/new-owner-report.scm   | 889 +++++++++++++++++++++
 gnucash/report/stylesheets/easy.scm                |  91 +--
 gnucash/report/stylesheets/fancy.scm               |  98 +--
 gnucash/report/stylesheets/footer.scm              |  85 +-
 gnucash/report/stylesheets/head-or-tail.scm        | 209 ++---
 libgnucash/engine/Recurrence.c                     |   2 +-
 libgnucash/engine/Recurrence.h                     |   3 +-
 libgnucash/engine/gnc-budget.h                     |   4 +
 libgnucash/engine/test/test-engine-extras.scm      |   5 +-
 po/POTFILES.in                                     |   2 +
 13 files changed, 1487 insertions(+), 302 deletions(-)
 create mode 100644 gnucash/report/reports/standard/new-aging.scm
 create mode 100644 gnucash/report/reports/standard/new-owner-report.scm



More information about the gnucash-patches mailing list