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

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


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

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

Modified Files:
	gncEntryLedger.h gncEntryLedgerControl.c 
	gncEntryLedgerLayout.c gncEntryLedgerLoad.c 
	gncEntryLedgerModel.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.