gnucash master: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Fri May 29 20:15:27 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash/commit/30450e4d (commit)
	 via  https://github.com/Gnucash/gnucash/commit/3884e24e (commit)
	 via  https://github.com/Gnucash/gnucash/commit/1e9b5a57 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/c23ca6fb (commit)
	 via  https://github.com/Gnucash/gnucash/commit/caac8501 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/b34913fe (commit)
	from  https://github.com/Gnucash/gnucash/commit/1ea284d8 (commit)



commit 30450e4d8748f4a56ec59d755441980153c133a6
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Fri May 29 17:13:59 2020 -0700

    Check all known report templates instead of just custom reports.
    
    Allows users to run any report from the command-line.

commit 3884e24eb93de20ec4acc9706077e120412540ea
Author: John Ralls <jralls at ceridwen.us>
Date:   Fri May 29 17:11:38 2020 -0700

    Convert args passed to run reports to const std::string&.

commit 1e9b5a57070e2f9f05eef07afc3fe176225468d2
Author: John Ralls <jralls at ceridwen.us>
Date:   Fri May 29 16:03:25 2020 -0700

    gnucash-cli: Actually run the report.

commit c23ca6fb12d18bc4e8298e834fa13086fcbee990
Author: John Ralls <jralls at ceridwen.us>
Date:   Fri May 29 16:00:52 2020 -0700

    Make run-report member variable names consistent.

commit caac8501047ef6997cbc4fe7d7cdb8a2505e9d6c
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Fri May 29 23:49:59 2020 +0800

    instead of saved-reports only, dump in-menu? reports alphabetically
    
    @derekatkins request

commit b34913feda395910587dbe26058978821da5e9b5
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Fri May 29 20:13:54 2020 +0800

    [cli-reports] run reports from cli



Summary of changes:
 gnucash/gnucash-cli.cpp        |  37 ++++++++++++++-
 gnucash/gnucash-commands.cpp   | 101 +++++++++++++++++++++++++++++++++++++++++
 gnucash/gnucash-commands.hpp   |   4 ++
 gnucash/report/report-core.scm |  67 +++++++++++++++++++++++++++
 4 files changed, 207 insertions(+), 2 deletions(-)



More information about the gnucash-patches mailing list