gnucash stable: Multiple changes pushed

Christopher Lam clam at code.gnucash.org
Sat Apr 22 02:18:35 EDT 2023


Updated	 via  https://github.com/Gnucash/gnucash/commit/dee27223 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/761d7f29 (commit)
	from  https://github.com/Gnucash/gnucash/commit/b3899f77 (commit)



commit dee272233fc183351f21f3bb8e686eab93363f16
Merge: b3899f77a1 761d7f29a5
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sat Apr 22 14:02:34 2023 +0800

    Merge Vincent Dawans branch 'bug765920' of into stable #1604

commit 761d7f29a561f247cff3ff68376fd9e4d8648e39
Author: Vincent Dawans <dawansv at gmail.com>
Date:   Tue Apr 11 21:49:27 2023 -0700

    Bug 765920 - Running balance not accurate when sorted different ways
    
    - Renamed option to "Account Balance" to avoid confusion with running
      total.
    - Added helper function to ensure running balance and balance forward
      are only shown when transaction are grouped by account and sorted as
      in register. In that case column heading remains "Running Balance"
      and balance forward is shown. Otherwwise column heading is renamed
      "Account Balance" and balance forward is not shown.
    - Also added missing code for Common Currency conversion.



Summary of changes:
 .../reports/standard/test/test-transaction.scm     | 27 +++++++-
 gnucash/report/trep-engine.scm                     | 78 +++++++++++++++++++---
 libgnucash/engine/gnc-optiondb.cpp                 |  2 +
 3 files changed, 95 insertions(+), 12 deletions(-)



More information about the gnucash-patches mailing list