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

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


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

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

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