gnucash maint: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Sat Apr 25 17:47:27 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash/commit/63232f38 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/e0e7cf7d (commit)
	from  https://github.com/Gnucash/gnucash/commit/31daba15 (commit)



commit 63232f388f15e4a895bfa75e71c781e4cb96b696
Merge: 31daba151 e0e7cf7df
Author: John Ralls <jralls at ceridwen.us>
Date:   Sat Apr 25 14:40:57 2020 -0700

    Merge Jean Laroche's 'Fix-3-SX-Problems' into maint
    
    https://github.com/Gnucash/gnucash/pull/690

commit e0e7cf7dfb0d34ca8cbbb891474b614bca2fe081
Author: jean <you at example.com>
Date:   Mon Apr 13 14:02:03 2020 -0700

    Fix 3 problems with the scheduled transactions calculations
    
    This fixes 3 bugs:
    - Set a monthly recurrence on the 10th with a start date on the 20th of this month.
    The editor correctly shows the next occurrence to be on the 10th of the following month.
    The schedule transaction summary dialog incorrectly shows the next occurrence to be on the 10th of this month
    (before the start date!)
    - Set a monthly recurrence on the 19th, with a start date on the 20th of this month. The editor's
    calendar marks incorrectly show the next occurrence to be on the 19th of this month (before the start date).
    - Set a monthly recurrence on the 18th, with a start date on the 20th and an end date on the 17 of the following
    month. The calendar should show no mark, but fails to erase the marks that were present.



Summary of changes:
 gnucash/gnome-utils/gnc-dense-cal.c                | 11 +++++++----
 gnucash/gnome/dialog-sx-editor.c                   |  5 ++---
 gnucash/register/ledger-core/gnc-ledger-display2.c |  1 -
 libgnucash/engine/SchedXaction.c                   |  6 +++---
 4 files changed, 12 insertions(+), 11 deletions(-)



More information about the gnucash-patches mailing list