r18537 - gnucash/trunk/src/gnome/glade - Bug #605415: Relax limit on scheduled days in the future

Christian Stimming cstim at code.gnucash.org
Tue Dec 29 15:20:37 EST 2009


Author: cstim
Date: 2009-12-29 15:20:36 -0500 (Tue, 29 Dec 2009)
New Revision: 18537
Trac: http://svn.gnucash.org/trac/changeset/18537

Modified:
   gnucash/trunk/src/gnome/glade/sched-xact.glade
Log:
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.

Modified: gnucash/trunk/src/gnome/glade/sched-xact.glade
===================================================================
--- gnucash/trunk/src/gnome/glade/sched-xact.glade	2009-12-29 20:13:25 UTC (rev 18536)
+++ gnucash/trunk/src/gnome/glade/sched-xact.glade	2009-12-29 20:20:36 UTC (rev 18537)
@@ -306,7 +306,7 @@
 				  <property name="update_policy">GTK_UPDATE_ALWAYS</property>
 				  <property name="snap_to_ticks">True</property>
 				  <property name="wrap">False</property>
-				  <property name="adjustment">0 0 365 1 30 30</property>
+				  <property name="adjustment">0 0 731 1 30 30</property>
 				</widget>
 				<packing>
 				  <property name="padding">0</property>
@@ -389,7 +389,7 @@
 				  <property name="update_policy">GTK_UPDATE_ALWAYS</property>
 				  <property name="snap_to_ticks">True</property>
 				  <property name="wrap">False</property>
-				  <property name="adjustment">0 0 365 1 30 30</property>
+				  <property name="adjustment">0 0 731 1 30 30</property>
 				</widget>
 				<packing>
 				  <property name="padding">0</property>
@@ -1317,7 +1317,7 @@
 		      <property name="update_policy">GTK_UPDATE_ALWAYS</property>
 		      <property name="snap_to_ticks">True</property>
 		      <property name="wrap">False</property>
-		      <property name="adjustment">1 1 365 1 10 10</property>
+		      <property name="adjustment">1 1 731 1 10 10</property>
 		    </widget>
 		    <packing>
 		      <property name="padding">0</property>



More information about the gnucash-changes mailing list