gnucash stable: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Tue Apr 21 13:53:05 EDT 2026


Updated	 via  https://github.com/Gnucash/gnucash/commit/6eee5402 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/d8cd905e (commit)
	from  https://github.com/Gnucash/gnucash/commit/87a22191 (commit)



commit 6eee5402a48e2abcff6a0722bc22d55340f23f27
Merge: 87a2219146 d8cd905e14
Author: John Ralls <jralls at ceridwen.us>
Date:   Tue Apr 21 10:52:17 2026 -0700

    Merge Sherlock's 'add-sx-run-cmd' into stable.

commit d8cd905e143531d8374404bd778207ed604622a1
Author: Sherlock <119709043+agwekixj at users.noreply.github.com>
Date:   Wed Apr 15 16:52:21 2026 -0700

    Bug 799314 - Add Run command to Schedule Transactions
    
    This patch adds a “Run” command to the “Scheduled Transactions” tab to allow users to select the scheduled transactions to be included in a “Since Last Run…” window.   If there are no instances of a selected transaction triggered by today’s date, the next instance is triggered.



Summary of changes:
 gnucash/gnome/dialog-sx-since-last-run.c     | 131 +++++++++++++++------------
 gnucash/gnome/dialog-sx-since-last-run.h     |  12 ++-
 gnucash/gnome/gnc-plugin-basic-commands.c    |  53 +----------
 gnucash/gnome/gnc-plugin-page-sx-list.cpp    |  43 ++++++++-
 gnucash/ui/gnc-plugin-page-sx-list.ui        |  21 +++++
 libgnucash/app-utils/gnc-sx-instance-model.c |  63 +++++++++++--
 libgnucash/app-utils/gnc-sx-instance-model.h |   9 ++
 7 files changed, 208 insertions(+), 124 deletions(-)



More information about the gnucash-patches mailing list