gnucash stable: Multiple changes pushed
John Ralls
jralls at code.gnucash.org
Sat Sep 6 18:56:20 EDT 2025
Updated via https://github.com/Gnucash/gnucash/commit/58f3390d (commit)
via https://github.com/Gnucash/gnucash/commit/8363cac1 (commit)
via https://github.com/Gnucash/gnucash/commit/02cb1b4d (commit)
via https://github.com/Gnucash/gnucash/commit/8ca65ef2 (commit)
via https://github.com/Gnucash/gnucash/commit/048dfa12 (commit)
via https://github.com/Gnucash/gnucash/commit/c09cdd15 (commit)
via https://github.com/Gnucash/gnucash/commit/0e041af5 (commit)
via https://github.com/Gnucash/gnucash/commit/28aaf380 (commit)
from https://github.com/Gnucash/gnucash/commit/ea179831 (commit)
commit 58f3390dbc3541d9d48d2066b4811e0c9a680f5b
Merge: 8363cac1ae 048dfa1232
Author: John Ralls <jralls at ceridwen.us>
Date: Sat Sep 6 15:51:15 2025 -0700
Merge Sherlock's 'Bug 343711' into stable.
commit 8363cac1ae198c68ebc5ce5f985a83f600281233
Merge: 02cb1b4d50 c09cdd1529
Author: John Ralls <jralls at ceridwen.us>
Date: Sat Sep 6 15:46:35 2025 -0700
Merge Sherlock's 'Bug 799656' into stable.
commit 02cb1b4d50e9256413ee2e6ff2fd2e28ca63dde4
Merge: 8ca65ef2ac 0e041af555
Author: John Ralls <jralls at ceridwen.us>
Date: Sat Sep 6 15:45:01 2025 -0700
Merge Sherlock's 'Bug 799652' into stable.
commit 8ca65ef2ace5e2546f4366e09aec2095a8d35d2b
Merge: ea179831a0 28aaf38002
Author: John Ralls <jralls at ceridwen.us>
Date: Sat Sep 6 15:42:19 2025 -0700
Merge Sherlock's 'Bug 799654' into stable.
commit 048dfa1232a84ba364154e33f3d6d3c2cc4722c3
Author: Sherlock <119709043+agwekixj at users.noreply.github.com>
Date: Thu Sep 4 19:23:48 2025 -0700
Bug 343711 - Splits to Imbalance-USD do not disappear when zero-valued.
To mitigate potential impact, the Imbalance split is only removed when the split transitions to zero value during the commit of the transaction and the split's memo and action have no value.
commit c09cdd1529784825d0c1d7a9ee9daec0928c14ab
Author: Sherlock <119709043+agwekixj at users.noreply.github.com>
Date: Tue Sep 2 13:59:37 2025 -0700
Bug 799656 - Invoice and bills still display prices as fractional amounts with "Force Prices to display as decimals"
gncEntryLedgerModel.c:get_pric_entry() is changed to coerce the forced-decimal amount in to the price's display cell.
gncEntryLedger.c:gnc_entry_ledger_compute_value() is changed to pull the price from the ledger (instead of the cell).
commit 0e041af555bbfd6c3f843d876e985f3c65085c63
Author: Sherlock <119709043+agwekixj at users.noreply.github.com>
Date: Tue Sep 2 11:49:50 2025 -0700
Bug 799652 - Invoice price decimal places
Bug 799652 - Invoice price decimal places
The "+ 2 places" should only be applied when force decimal is enabled.
Update gnc-ui-util.cpp
Update test-balsheet-pnl.scm
Update test-ifrs-cost-basis.scm
Update test-invoice.scm
commit 28aaf38002c05577d261d4586cf572c95e4096fe
Author: Sherlock <119709043+agwekixj at users.noreply.github.com>
Date: Thu Aug 28 18:29:42 2025 -0700
Bug 799654 - Zombie entries in the recently accessed file list.
Summary of changes:
gnucash/gnome-utils/gnc-plugin-file-history.c | 26 +++++++-----------
gnucash/register/ledger-core/gncEntryLedger.c | 7 ++++-
gnucash/register/ledger-core/gncEntryLedgerModel.c | 7 ++++-
.../reports/standard/test/test-balsheet-pnl.scm | 26 +++++++++---------
.../reports/standard/test/test-ifrs-cost-basis.scm | 31 +++++++++++-----------
.../report/reports/standard/test/test-invoice.scm | 14 +++++-----
.../reports/standard/test/test-portfolios.scm | 6 ++---
libgnucash/app-utils/gnc-ui-util.cpp | 4 ++-
libgnucash/engine/Scrub.cpp | 22 ++++++++++++---
libgnucash/engine/test/utest-Split.cpp | 6 ++---
10 files changed, 83 insertions(+), 66 deletions(-)
More information about the gnucash-patches
mailing list