CVS update: gnucash/src/import-export/ofx

Benoit Gr?goire bock@linas.org
Wed, 13 Nov 2002 00:47:23 -0600 (CST)


Date:	Wednesday November 13, 2002 @ 0:47
Author:	bock

Update of /home/cvs/cvsroot/gnucash/src/import-export/ofx
In directory www.linas.org:/tmp/cvs-serv5044/ofx

Modified Files:
	gnc-ofx-import.c 
Log Message:
2002-11-13  Benoit Grégoire  <bock@step.polymtl.ca>

	* src/import-export/ofx/gnc-ofx-import.c: MAJOR improvement to 
	investment support.  All transactions created from an investment
	account are now already balanced.  Explicitely support Dividend 
	Reinvestment transactions which will now directly create a 
	income account -> stock account transaction, and Income 
	transactions which will directly create a
	income account -> cash account transaction.
	Support memorising the income account association.  Several 
	stock account can use the same income account if desired.
	
	* src/import-export/Transaction-matcher.c: Various bug fixes.

	* src/import-export/Account-matcher.c and
	src/import-export/gnc-generic-import.h: Support a new mode
	of operation for the account matcher to allow selection of
	an account without touching the online_id kvp frame. 
	Currently used for income account selection or creation.

	* src/import-export/generic-import.glade: Set default size 
	to a more reasonable 800x600, since the Auto Shrink trick 
	doesn't work for everyone.