gnucash maint: Multiple changes pushed

Christopher Lam clam at code.gnucash.org
Sat Sep 7 06:22:56 EDT 2019


Updated	 via  https://github.com/Gnucash/gnucash/commit/a940434e (commit)
	 via  https://github.com/Gnucash/gnucash/commit/656dddc1 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/228e5f47 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/3764a053 (commit)
	from  https://github.com/Gnucash/gnucash/commit/25cc3307 (commit)



commit a940434e5cf383bcd627558f71673b814977442b
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sat Sep 7 15:57:40 2019 +0800

    [taxinvoice] comments were interfering with i18n. remove

commit 656dddc1664d51672833c5ad378fa920de745407
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sat Sep 7 16:30:05 2019 +0800

    [html-acct-table] compact formals definitions
    
    use fewer conditionals, improve readability

commit 228e5f47a83ec7cb8b9834be3abe491438e234e9
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Fri Sep 6 00:19:29 2019 +0800

    Bug 796952 - Report formatting (justify) is broken
    
    Remove the "minus 1" to amount-depth for some accounts with children
    and display-amount is 'immediate-bal. This means amounts are now
    strictly(*) indented according to account depth instead of a weird
    formula if account-has-children and immediate-bal.
    
    (*) when subtotal-mode isn't "canonically tabbed"

commit 3764a053cf0b04944edba6ff8afd5fbdbfa13d24
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Fri Sep 6 00:18:21 2019 +0800

    Revert "Bug 796952 - Report formatting (justify) is broken"
    
    This reverts commit 35ed4cf2, restoring indenting for account
    summary. The next commit will fix the indented amounts to land under
    the 'Balance' header.
    
    This fixes: Bug 797332 - Account Summary Report balance lacks
    indentation



Summary of changes:
 gnucash/report/business-reports/taxinvoice.scm     |   3 -
 gnucash/report/report-system/html-acct-table.scm   | 141 +++++++--------------
 .../report/standard-reports/account-summary.scm    |  32 ++---
 .../standard-reports/test/test-balsheet-pnl.scm    |  74 ++++++-----
 4 files changed, 104 insertions(+), 146 deletions(-)



More information about the gnucash-patches mailing list