r16609 - gnucash/trunk - A reminder of where we need to set the income/expense accounts

Derek Atkins warlord at cvs.gnucash.org
Sun Dec 2 11:51:13 EST 2007


Author: warlord
Date: 2007-12-02 11:51:13 -0500 (Sun, 02 Dec 2007)
New Revision: 16609
Trac: http://svn.gnucash.org/trac/changeset/16609

Modified:
   gnucash/trunk/
   gnucash/trunk/src/gnome/window-reconcile.c
Log:
A reminder of where we need to set the income/expense accounts
for the auto-interest payments during the reconciliation process.



Property changes on: gnucash/trunk
___________________________________________________________________
Name: svk:merge
   - 3889ce50-311e-0410-a464-f059747ec5d1:/local/gnucash/branches/swig-redo:802
3889ce50-311e-0410-a464-f059747ec5d1:/local/gnucash/trunk:1037
57a11ea4-9604-0410-9ed3-97b8803252fd:/gnucash/branches/gobject-engine-dev-warlord:15827
d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/branches/gobject-engine-dev-warlord:14369
d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/branches/gobject-engine-dev-warlord1:14446
d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/trunk:14601
d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/trunk2:15116
d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/trunk3:15248
   + 3889ce50-311e-0410-a464-f059747ec5d1:/local/gnucash/branches/swig-redo:802
3889ce50-311e-0410-a464-f059747ec5d1:/local/gnucash/trunk:1037
57a11ea4-9604-0410-9ed3-97b8803252fd:/gnucash/branches/gobject-engine-dev-warlord:15827
d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/branches/gobject-engine-dev-warlord:14369
d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/branches/gobject-engine-dev-warlord1:14446
d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/trunk:14601
d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/trunk2:15116
d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/trunk3:15249

Modified: gnucash/trunk/src/gnome/window-reconcile.c
===================================================================
--- gnucash/trunk/src/gnome/window-reconcile.c	2007-12-02 16:51:07 UTC (rev 16608)
+++ gnucash/trunk/src/gnome/window-reconcile.c	2007-12-02 16:51:13 UTC (rev 16609)
@@ -453,6 +453,8 @@
 		    			    _("Payment From") );
     gnc_xfer_dialog_set_from_show_button_active( data->xferData, TRUE );
 
+    // XXX: Set "from" account from previous interest payment.
+
     gnc_xfer_dialog_set_to_account_label( data->xferData,
 		    			  _("Reconcile Account") );
     gnc_xfer_dialog_select_to_account( data->xferData, data->account );
@@ -472,6 +474,8 @@
 		    			  _("Payment To") );
     gnc_xfer_dialog_set_to_show_button_active( data->xferData, TRUE );
 
+    // XXX: Set "to" account from previous interest payment.
+
     /* Quickfill based on the reconcile account, which is the "From" acct. */
     gnc_xfer_dialog_quickfill_to_account( data->xferData, FALSE );
   }



More information about the gnucash-changes mailing list