gnucash maint: Multiple changes pushed

Christopher Lam clam at code.gnucash.org
Tue Feb 26 05:24:25 EST 2019


Updated	 via  https://github.com/Gnucash/gnucash/commit/d980bb50 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/0ce6999f (commit)
	 via  https://github.com/Gnucash/gnucash/commit/5cdc5158 (commit)
	from  https://github.com/Gnucash/gnucash/commit/316a22a2 (commit)



commit d980bb50f7353a16cc4d144be89b140e55eab1d6
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Tue Feb 26 14:00:15 2019 +0800

    [report] display gnc-error-dialog only when UI is running
    
    This is preparation work for creating report.scm tests.

commit 0ce6999ff6267ec3d6800e8ecdbab27405fff408
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Fri Feb 8 14:25:02 2019 +0800

    [html-utilities] compact (gnc:html-make-exchangerates)
    
    and also right-align the commodities, as originally planned.

commit 5cdc5158858a6d835b83c0952f4b5acdd85086a9
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sat Feb 23 22:58:54 2019 +0800

    [transaction] html anchor should target split
    
    Previous would create html anchor to target the transaction containing
    the report split.
    
    This would mean the anchor would link the correct transaction, but
    would always link to the first account in the transaction. This change
    will ensure that the account containing the exact report split is
    opened.



Summary of changes:
 gnucash/report/report-system/html-utilities.scm | 65 +++++++------------------
 gnucash/report/report-system/report.scm         | 18 ++++---
 gnucash/report/standard-reports/transaction.scm |  4 +-
 3 files changed, 30 insertions(+), 57 deletions(-)



More information about the gnucash-patches mailing list