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

Derek Atkins warlord@linas.org
Wed, 27 Feb 2002 23:10:04 -0600 (CST)


Date:	Wednesday February 27, 2002 @ 23:10
Author:	warlord

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

Modified Files:
	gncEntry.c gncEntry.h gncInvoice.c gncOrder.c 
Log Message:
srfi-19: Fix date->string to work with guile-1.4/slib-2d2
gncEntry: add date_entered for better sorting
	  change SetDate methods from "Timespec*" to "Timespec"
	  update entry ledger to use new function calls

Fix a comparison bug in Entry/Invoice/Order.  Compares now
work correctly.

Updated invoice report; use date->string to print today's date;
flags to print notes.  Added more flexibility in what gets printed.