gnucash maint: Multiple changes pushed

Christopher Lam clam at code.gnucash.org
Tue Aug 18 19:27:35 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash/commit/98c8b233 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/cbbca470 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/2fd2b7bb (commit)
	 via  https://github.com/Gnucash/gnucash/commit/5bf57260 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/17c0c42e (commit)
	 via  https://github.com/Gnucash/gnucash/commit/6c4edf94 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/4aafa175 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/5e034056 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/9ec5c86f (commit)
	from  https://github.com/Gnucash/gnucash/commit/ef2db1ed (commit)



commit 98c8b23351a3fd266f47f9ea67474b4bc4229ede
Merge: cbbca4701 2fd2b7bb6
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Wed Aug 19 07:19:42 2020 +0800

    Merge branch 'maint-797852-bis' into maint #776

commit cbbca4701306b2bb85bef7af9020b93e5dab6af6
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Tue Aug 18 21:12:23 2020 +0800

    [test-engine-extras] Use more efficient gnc:list-flatten

commit 2fd2b7bb64e07de4f4319b47b4c1e291af6f0a48
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Tue Aug 18 22:27:03 2020 +0800

    Bug 797852 - Error in Accounts Payable Aging re cut off dates
    
    Finally the proper fix in aging-report.
    
    The aging-report must consider only activity in the report period
    specified. If an invoice is paid after the report period, it is
    considered unpaid.

commit 5bf57260aee182717023801c21cbc5f57fe941c7
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sat Aug 15 16:19:59 2020 +0800

    [business-urls] link to owner report with enddate

commit 17c0c42e0ba008a2677c15003ae87c50e4c0d828
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sat Aug 15 15:52:02 2020 +0800

    [dialog-invoice] gnc_business_call_owner_report_with_enddate

commit 6c4edf94cee82a557eb27c265898e600439ea086
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Mon Aug 17 22:35:53 2020 +0800

    [aging] call owner-report-text with end-date

commit 4aafa1752f6204fb35d7037dca7dd76e207bf428
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sat Aug 15 15:51:44 2020 +0800

    [new-aging] create owner report with end-date

commit 5e0340560a90648da0a1685df84856e2c5d4e7bf
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sat Aug 15 16:19:37 2020 +0800

    [html-utilities] gnc:owner-report-text can accepts enddate

commit 9ec5c86f55894a1b9467432d5d21e0b45cd0a57b
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sat Aug 15 15:51:40 2020 +0800

    [new-owner-report][api] owner-report-create-with-enddate
    
    similar to owner-report-create, accepts enddate argument



Summary of changes:
 bindings/guile/test/test-engine-extras.scm         |  7 ++---
 gnucash/gnome/business-urls.c                      | 10 +++++--
 gnucash/gnome/dialog-invoice.c                     | 14 +++++++++-
 gnucash/gnome/dialog-invoice.h                     |  5 ++++
 gnucash/report/html-utilities.scm                  |  3 +-
 gnucash/report/report-utilities.scm                |  8 +++++-
 gnucash/report/reports/aging.scm                   |  2 +-
 gnucash/report/reports/reports.scm                 |  5 +++-
 gnucash/report/reports/standard/new-aging.scm      |  6 ++--
 .../report/reports/standard/new-owner-report.scm   | 32 ++++++++++++----------
 .../test/test-standard-category-report.scm         | 11 +-------
 11 files changed, 64 insertions(+), 39 deletions(-)



More information about the gnucash-patches mailing list