gnucash maint: Multiple changes pushed

Christopher Lam clam at code.gnucash.org
Mon Oct 7 09:32:28 EDT 2019


Updated	 via  https://github.com/Gnucash/gnucash/commit/2d996926 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/9d0d3fd3 (commit)
	from  https://github.com/Gnucash/gnucash/commit/b00a95c0 (commit)



commit 2d9969262112efa35a14f3fb3ed9627985a57579
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Mon Oct 7 21:03:37 2019 +0800

    [budget] bug 759005 we don't need style-tag "-neg" anymore

commit 9d0d3fd3be45015a1dbf2800a049eb40361fd09f
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Mon Oct 7 20:16:06 2019 +0800

    Bug 759005 - Print negatives in red
    
    Fixes display of negative monetary-amounts so that they are rendered
    according to style-sheet option.
    
    Note this commit fixes via <td> renderer -- if it has a single datum, and
    has a negative monetary amount, then its tag gets "-neg" appended.
    
    If a gnc:monetary is renderer *outside* html-table-cell, it will not
    be rendered as red (in default stylesheet).



Summary of changes:
 gnucash/report/report-system/html-table.scm        | 33 +++++++++++++---------
 .../report/report-system/test/test-report-html.scm | 25 ++++++++++++++++
 gnucash/report/standard-reports/budget.scm         |  9 +++---
 3 files changed, 48 insertions(+), 19 deletions(-)



More information about the gnucash-patches mailing list