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

Derek Atkins warlord@linas.org
Thu, 16 May 2002 17:45:55 -0500 (CDT)


Date:	Thursday May 16, 2002 @ 17:45
Author:	warlord

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

Modified Files:
	Makefile.am business-gnome.scm business-utils.c 
	business-utils.h dialog-date-close.c dialog-invoice.c 
	gw-business-gnome-spec.scm 
Added Files:
	dialog-payment.c dialog-payment.h payment.glade 
Log Message:
gncInvoice: add function to return the Type string, based on the Owner..
            returns "Invoice" or "Bill"
            add this type to the list of accessible parameters
gncOwner:   add GetCommodity() interface

Refactor some common code out of dialog-date-close and dialog-invoice
into business-utils so that the payment dialog can use it too.

Add Payment Dialog, glade file, C and header, and link it into scheme