gnucash maint: Multiple changes pushed
Christopher Lam
clam at code.gnucash.org
Thu Jul 4 09:52:59 EDT 2019
Updated via https://github.com/Gnucash/gnucash/commit/bc1bcc71 (commit)
via https://github.com/Gnucash/gnucash/commit/75ab45ac (commit)
via https://github.com/Gnucash/gnucash/commit/6f217165 (commit)
via https://github.com/Gnucash/gnucash/commit/3a927ce2 (commit)
from https://github.com/Gnucash/gnucash/commit/f82058e0 (commit)
commit bc1bcc718e509344bbda485c7475b4645d48cb9c
Author: Christopher Lam <christopher.lck at gmail.com>
Date: Wed Jul 3 19:35:58 2019 +0800
[average-balance] show progress reports before chart generation
This change adds progress reports to be more responsive on large
datafiles. It is probably marginally slower.
commit 75ab45ac3c6589496bd04d8c6070bb7c9c60daab
Author: Christopher Lam <christopher.lck at gmail.com>
Date: Tue Jul 2 20:35:23 2019 +0800
[balsheet-pnl] change definition of maxindent
previous would find deepest account; it should really find deepest
selected account.
commit 6f217165c4b90f34dcede27c6c1f236191bec7e0
Author: Christopher Lam <christopher.lck at gmail.com>
Date: Sat Jun 29 23:33:09 2019 +0800
[owner-report] fix code to set date to 'today'
code sets date-option to today. it fails to set the default-value. the
date will reset when user click 'reset options', and this commit
ensures the 'today' date remains the default date.
commit 3a927ce2ac88380746da6ed073aa692240a9e118
Author: Christopher Lam <christopher.lck at gmail.com>
Date: Sat Jun 29 14:18:59 2019 +0800
[customer-summary] fix no-owner sorting of entries
Previous 9ed0174cb would place any entry with customername == "No
Customer" last, including genuine customers with this particular
name. This commit modifies to test on presence of owner-report-url to
detect owner/no-owner entries. This is reliable for this report.
Summary of changes:
.../report/business-reports/customer-summary.scm | 10 ++++----
gnucash/report/business-reports/owner-report.scm | 7 +++---
.../report/standard-reports/average-balance.scm | 27 +++++++++++++++++++---
gnucash/report/standard-reports/balsheet-pnl.scm | 2 +-
4 files changed, 33 insertions(+), 13 deletions(-)
More information about the gnucash-patches
mailing list