gnucash maint: Multiple changes pushed

Christopher Lam clam at code.gnucash.org
Fri Jul 12 23:08:13 EDT 2019


Updated	 via  https://github.com/Gnucash/gnucash/commit/105f5396 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/89749a1b (commit)
	 via  https://github.com/Gnucash/gnucash/commit/ec28835d (commit)
	 via  https://github.com/Gnucash/gnucash/commit/c05ba641 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/43c8b16b (commit)
	 via  https://github.com/Gnucash/gnucash/commit/1ad4ae30 (commit)
	from  https://github.com/Gnucash/gnucash/commit/6c4ae890 (commit)



commit 105f5396fc27cc0cd6f69511523bf03cda2cf935
Merge: 1ad4ae30b 89749a1b6
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sat Jul 13 10:50:16 2019 +0800

    Merge branch 'maint-budget-ytd-upgrade' into maint

commit 89749a1b63dfe5987e88871fd5e7c62c9c953977
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sat Jul 13 10:11:42 2019 +0800

    [test-budget] add tests for envelope budgeting

commit ec28835d78d7f8915aea830d5f299c0101cea04a
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Wed Jul 3 21:51:25 2019 +0800

    [budget] upgrade to support envelope budgeting
    
    merges ideas from Phil Longstaff's ytd-budget.scm report. differences
    from non-envelope budget:
    
    * envelope budgeting accumulates bgt/act/diff amounts from period=0
      e.g. selecting periods 2 to 4 means amounts must accumulate from
      period 0 to 1 (not shown) and accumulated amounts 2 to 4 (shown).
    * total column must encompass all periods from 0 to maxperiod

commit c05ba6415f55cb7114ed523e55494aa4c212a4da
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sat Jul 13 10:27:05 2019 +0800

    [budget] compact functions in options-generator

commit 43c8b16ba53d24dc24bf76b1726f0a3daba0c747
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sat Jul 13 10:18:44 2019 +0800

    [budget] remove unused options
    
    these options are unused
    
    * general/price-source
    * general/show-full-names?

commit 1ad4ae30be3aea7122a410a3d8371695cfb3b85a
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Fri Jul 12 21:54:24 2019 +0800

    [owner-report] fix html to be parsable by sxml
    
    in preparation for tests



Summary of changes:
 gnucash/report/business-reports/owner-report.scm   |   6 +-
 gnucash/report/standard-reports/budget.scm         | 125 +++++++++++----------
 .../report/standard-reports/test/test-budget.scm   |   7 ++
 3 files changed, 73 insertions(+), 65 deletions(-)



More information about the gnucash-patches mailing list