gnucash maint: Multiple changes pushed

Christopher Lam clam at code.gnucash.org
Wed Sep 4 12:02:08 EDT 2019


Updated	 via  https://github.com/Gnucash/gnucash/commit/af238ee4 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/e386a2a7 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/2ac8cb2f (commit)
	 via  https://github.com/Gnucash/gnucash/commit/d0d6a824 (commit)
	from  https://github.com/Gnucash/gnucash/commit/78d4d60b (commit)



commit af238ee4708013828b5ebe5592c6b4cd2719c21d
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Wed Sep 4 22:25:37 2019 +0800

    [income-gst-statement] fix "tax payable" reuse existing string

commit e386a2a77d83dd219afc08a5a191baa927ff5538
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sun Sep 1 13:37:08 2019 +0800

    [report-utilities] deprecate gnc:acccounts-get-all-subaccounts
    
    * this function has a typo in name
    * all uses of accounts-get-all-subaccounts were followed by appending
    the result to the original accounts list. we have already rewritten to
    use the better function in previous commit. this is now obsolete.
    * inline its last use, omit sorting. list is sorted anyway afterwards.

commit 2ac8cb2f79bdff1e2f811b37e635d388c6f297f1
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Tue Sep 3 07:06:05 2019 +0800

    [reports] use more efficient gnc:accounts-and-all-descendants
    
    All uses of gnc:acccounts-get-all-subaccounts were immediately
    followed by appending the result to the original accounts list. Use
    gnc:accounts-and-all-descendants instead which is more efficient.

commit d0d6a824f4a6f1e425304939935e45edca4d36c6
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sun Sep 1 14:04:17 2019 +0800

    [reports] remove dead code - terse-period? always true



Summary of changes:
 gnucash/report/report-system/report-system.scm           |  2 +-
 gnucash/report/report-system/report-utilities.scm        |  4 ++--
 gnucash/report/standard-reports/average-balance.scm      |  8 +++-----
 gnucash/report/standard-reports/budget.scm               |  8 +++-----
 gnucash/report/standard-reports/cash-flow.scm            |  8 +++-----
 gnucash/report/standard-reports/category-barchart.scm    |  4 +---
 gnucash/report/standard-reports/daily-reports.scm        |  6 ++----
 gnucash/report/standard-reports/equity-statement.scm     |  9 +--------
 gnucash/report/standard-reports/income-gst-statement.scm |  2 +-
 gnucash/report/standard-reports/income-statement.scm     | 12 ++----------
 gnucash/report/standard-reports/net-charts.scm           |  4 +---
 gnucash/report/standard-reports/portfolio.scm            |  5 ++---
 gnucash/report/standard-reports/trial-balance.scm        |  9 +--------
 13 files changed, 23 insertions(+), 58 deletions(-)



More information about the gnucash-patches mailing list