gnucash stable: Multiple changes pushed
Christopher Lam
clam at code.gnucash.org
Thu Jan 15 17:32:27 EST 2026
Updated via https://github.com/Gnucash/gnucash/commit/cad455e3 (commit)
via https://github.com/Gnucash/gnucash/commit/4cc37b3f (commit)
via https://github.com/Gnucash/gnucash/commit/d72f8de8 (commit)
via https://github.com/Gnucash/gnucash/commit/334b015c (commit)
from https://github.com/Gnucash/gnucash/commit/bab04728 (commit)
commit cad455e3c0f6f364eda95199c9ce19eb25d4418f
Merge: bab04728f4 4cc37b3f06
Author: Christopher Lam <christopher.lck at gmail.com>
Date: Fri Jan 16 06:31:42 2026 +0800
Merge branch 'account-col-earliest-date' into stable #2168
commit 4cc37b3f06a5bc922afab37644ac49633b0679e1
Author: Christopher Lam <christopher.lck at gmail.com>
Date: Mon Jan 12 22:13:46 2026 +0800
Account tab can show/sort by Earliest Date column
Allows the user to display / sort by account's earliest split
date. This usually reflect the account opening date.
commit d72f8de89ab1895fc3e506e206e88b497a611d27
Author: Christopher Lam <christopher.lck at gmail.com>
Date: Mon Jan 12 22:30:21 2026 +0800
[balance-forecast.scm] use gnc-account-get-earliest-date
commit 334b015c195c7547f694551260a0de0163540781
Author: Christopher Lam <christopher.lck at gmail.com>
Date: Mon Jan 12 22:09:14 2026 +0800
[Account.h] gnc_account_get_earliest_date
Returns posted date of earliest split, or INT64_MAX if the account has
no splits.
This may reflect the opening date of the account.
Summary of changes:
gnucash/gnome-utils/gnc-tree-model-account.c | 8 ++++++++
gnucash/gnome-utils/gnc-tree-model-account.h | 1 +
gnucash/gnome-utils/gnc-tree-view-account.c | 20 ++++++++++++++++++++
gnucash/report/reports/standard/balance-forecast.scm | 2 +-
libgnucash/engine/Account.cpp | 8 ++++++++
libgnucash/engine/Account.h | 9 +++++++++
6 files changed, 47 insertions(+), 1 deletion(-)
More information about the gnucash-patches
mailing list