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

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


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

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

Modified Files:
	gncEmployee.c gncEmployee.h gncInvoice.c gncInvoice.h 
	gncOrder.c gncOrder.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