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

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


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

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

Modified Files:
	business-chooser.c business-chooser.h dialog-customer.c 
	dialog-customer.h dialog-employee.c dialog-employee.h 
	dialog-job-select.c dialog-job-select.h dialog-job.c 
	dialog-job.h dialog-vendor.c dialog-vendor.h 
	gw-business-gnome-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.