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

Derek Atkins warlord@linas.org
Mon, 27 May 2002 13:17:32 -0500 (CDT)


Date:	Monday May 27, 2002 @ 13:17
Author:	warlord

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

Modified Files:
	Makefile.am business-gnome.scm 
Added Files:
	business-options.scm 
Log Message:
* Create new options for a few business objects.  This allows you to
  save reports that reference Invoices, Customers, or Vendors and have
  them reload properly.

* Add two new functions to interface Invoices, Customers, and Vendors
  to scheme (RetGUID and LookupDirect)

* fix the way Entry values are computed.  Cache the computed values so
  you're not recomputing the math all the time.  It should also round
  properly, now.

* fix the display of entry values to round to the commodity fraction.