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

Derek Atkins warlord@linas.org
Sat, 24 Nov 2001 23:34:29 -0600 (CST)


Date:	Saturday November 24, 2001 @ 23:34
Author:	warlord

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

Modified Files:
	gncAddress.c gncAddress.h gncBusiness.c gncBusiness.h 
	gncCustomer.c gncCustomer.h gncCustomerP.h gncEmployee.c 
	gncEmployee.h gncEmployeeP.h gncEntry.c gncEntry.h gncEntryP.h 
	gncInvoice.c gncInvoice.h gncInvoiceP.h gncJob.c gncJob.h 
	gncJobP.h gncOrder.c gncOrder.h gncOrderP.h gncVendor.c 
	gncVendor.h gncVendorP.h gw-business-core-spec.scm 
Log Message:
 * Remove the "GncBusiness" object type in preparation to move
   structure registration (GncBusinessObject) into "gncCore" in the
   engine.

 * Change all the Business Objects to take a GNCBook instead of
   GncBusiness; use the GNCEntityTable in the Book for GUID storage.

 * Use xaccGUIDNew() instead of guid_new().

 * Move the object storage tables into the GNCBook via get/set_data.