CVS update: gnucash/src/business/business-core

Derek Atkins warlord@linas.org
Thu, 11 Jul 2002 10:11:28 -0500 (CDT)


Date:	Thursday July 11, 2002 @ 10:11
Author:	warlord

Update of /home/cvs/cvsroot/gnucash/src/business/business-core
In directory www.linas.org:/tmp/cvs-serv31378/src/business/business-core

Modified Files:
	gncEntry.c gncEntry.h gncInvoice.c 
Log Message:
	* change gncEntry->account into gncEntry->invAccount and
	  gncEntry->billAccount.  Change the register so that Bills use
	  the BillAccount and Invoices use the InvoiceAccount.  This
	  allows the same Entry to have both an "expense" and "income"
	  account to offset each other.