gnucash master: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Mon Jun 8 16:14:38 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash/commit/15938d07 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/b84ad7ab (commit)
	 via  https://github.com/Gnucash/gnucash/commit/8ec0b876 (commit)
	from  https://github.com/Gnucash/gnucash/commit/cb69b806 (commit)



commit 15938d0790afa70ecbe48cdf24799d7ebaaf9f7c
Author: John Ralls <jralls at ceridwen.us>
Date:   Mon Jun 8 13:14:20 2020 -0700

    Improve comments explaining exposed generators.

commit b84ad7ab7e2a705fabc9fbe5711cfa7d14ec6db2
Author: John Ralls <jralls at ceridwen.us>
Date:   Mon Jun 8 13:12:10 2020 -0700

    Extract cash-flow-calc-money-in-out to its own module.
    
    It's used by two reports so this simplifies the dependency graph.

commit 8ec0b876004cbd2bdb9890243853fa6f76ed296e
Author: John Ralls <jralls at ceridwen.us>
Date:   Mon Jun 8 12:38:09 2020 -0700

    Fix report dependencies that caused Xcode build failure.



Summary of changes:
 gnucash/report/reports/CMakeLists.txt              |  18 ++--
 gnucash/report/reports/cash-flow-calc.scm          | 107 +++++++++++++++++++++
 gnucash/report/reports/standard/cash-flow.scm      |  79 +--------------
 .../report/reports/standard/cashflow-barchart.scm  |   2 +-
 po/POTFILES.in                                     |   1 +
 5 files changed, 119 insertions(+), 88 deletions(-)
 create mode 100644 gnucash/report/reports/cash-flow-calc.scm



More information about the gnucash-patches mailing list