From a120ce996ceb27a797a26842ddefed4df34449ca Mon Sep 17 00:00:00 2001 From: Christian Stimming Date: Tue, 29 Dec 2009 20:20:36 +0000 Subject: [PATCH] Bug #605415: Relax limit on scheduled days in the future Patch by James Raehl: Expand scheduled transaction date limit by 366 days Usually, scheduled transactions are limited to 365 days in the future. This patch doubles that limit plus adds a day for leap years. The patch supports a method for separating transactions that are not yet posted at the bank, by assigning an initial date one year in the future. Under this method, scheduled transactions and their reminders are one year in the future, since they have not happened yet. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@18537 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/gnome/glade/sched-xact.glade | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/gnome/glade/sched-xact.glade b/src/gnome/glade/sched-xact.glade index 3c3701e670..a384f4fc6a 100644 --- a/src/gnome/glade/sched-xact.glade +++ b/src/gnome/glade/sched-xact.glade @@ -306,7 +306,7 @@ GTK_UPDATE_ALWAYS True False - 0 0 365 1 30 30 + 0 0 731 1 30 30 0 @@ -389,7 +389,7 @@ GTK_UPDATE_ALWAYS True False - 0 0 365 1 30 30 + 0 0 731 1 30 30 0 @@ -1317,7 +1317,7 @@ Monthly GTK_UPDATE_ALWAYS True False - 1 1 365 1 10 10 + 1 1 731 1 10 10 0