gnucash maint: Multiple changes pushed

Christopher Lam clam at code.gnucash.org
Sun Nov 3 08:43:45 EST 2019


Updated	 via  https://github.com/Gnucash/gnucash/commit/535632b0 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/32a34035 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/be4e4524 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/977b1fcf (commit)
	from  https://github.com/Gnucash/gnucash/commit/0abc09cc (commit)



commit 535632b02515d0bbca3ba01ef2f2bfb7f0edf442
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sun Nov 3 18:41:54 2019 +0800

    Bug 787295 - Allow UI jump from Business accounts to their relevant invoice/bill/voucher
    
    This enables UI jump via Transaction or Right-click menu to open the
    invoice for editing.

commit 32a340350d2239c2e71408f69a2d4a4b11bf2cfb
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sun Nov 3 13:41:29 2019 +0800

    Bug 797468 - Receivable Aging report - phantom company with negative total
    
    usability fix - warn if no documents were selected

commit be4e4524242031b7575178e4a5900a39f5fdfe8a
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sun Nov 3 11:47:08 2019 +0800

    with-output-to-file -> call-with-output-file

commit 977b1fcf9d38bf7e29b23abfb66690427138b090
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sun Nov 3 11:38:23 2019 +0800

    [qif-guess-map] with-output-to-file -> call-with-output-file
    
    with-output-to-file will redirect stdout to file.
    call-with-output-file is better because it accepts a port for it. thus
    stdout remains available to log tracefile.



Summary of changes:
 gnucash/gnome/dialog-payment.c                     |   8 ++
 gnucash/gnome/gnc-plugin-page-register.c           |  75 ++++++++++++++
 gnucash/import-export/qif-imp/qif-guess-map.scm    | 110 ++++++++++-----------
 gnucash/report/report-system/test/test-extras.scm  |   6 +-
 .../report/report-system/test/test-report-html.scm |   6 +-
 gnucash/report/report-system/trep-engine.scm       |   6 +-
 gnucash/ui/gnc-plugin-page-register-ui.xml         |   4 +
 7 files changed, 149 insertions(+), 66 deletions(-)



More information about the gnucash-patches mailing list