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

Derek Atkins warlord@linas.org
Tue, 19 Feb 2002 12:23:53 -0600 (CST)


Date:	Tuesday February 19, 2002 @ 12:23
Author:	warlord

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

Modified Files:
	Makefile.am business-gnome.scm business-utils.c 
	business-utils.h businessmod-gnome.c dialog-customer.c 
	dialog-customer.h dialog-employee.c dialog-employee.h 
	dialog-invoice.c dialog-invoice.h dialog-job-select.c 
	dialog-job-select.h dialog-job.c dialog-job.h dialog-order.c 
	dialog-order.h dialog-vendor.c dialog-vendor.h 
	gw-business-gnome-spec.scm job.glade 
Removed Files:
	business-chooser.c business-chooser.glade business-chooser.h 
Log Message:
src/gnome-search/ changes:
	Change search-dialog API to provide a start_query and a
		show_start_query for the base limiting query and
		the query to show at dialog start-time.
	add new_item button callback
	change the button-list callback API
	Don't ignore the last criterion while building the query
	create gnc_search_param_prepend() API to build arbitrary paramters

src/business/business-core/ changes:
	Extend some of the available parameters for business objects.
	Add APIs (and paramters) for Orders and Invoices to return
		'closed', 'posted', and 'paid' status.

src/business/business-gnome/ changes:
	Rebuild the Job-Search dialog (more changes to come)
	integrate the gnome-dialog into everything.
	remove the (old) business-chooser dialog; use the search instead

	improve the Extensions menu to show off the business objects