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

Derek Atkins warlord@linas.org
Thu, 28 Feb 2002 22:15:02 -0600 (CST)


Date:	Thursday February 28, 2002 @ 22:15
Author:	warlord

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

Modified Files:
	business-gnome.scm customer.glade dialog-customer.c 
	dialog-invoice.c dialog-invoice.h dialog-job-select.c 
	dialog-order.c dialog-order.h dialog-vendor.c 
	gw-business-gnome-spec.scm 
Log Message:
gncCustomer: change terms from gint to string
gncEntry: emit engine events for changes
        emit an event when the order is set: 'owner' modified
gncOrder: add the entry to the order before setting the entry  
business-gnome.scm: change the API for invoice/order find/edit functions
dialog-customer: change terms entry to a GtkEntry; handle as string
	integrate invoice/order API changes
dialog-invoice: change find/edit API; start work for asynchronous UI   
dialog-order: change find/edit API; start work for asynchronous UI   
dialog-vendor: integrate invoice/order API changes
dialog-job-select: integrate invoice/order API changes