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

Derek Atkins warlord@linas.org
Sun, 20 Jan 2002 20:26:57 -0600 (CST)


Date:	Sunday January 20, 2002 @ 20:26
Author:	warlord

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

Modified Files:
	gncEntry.c gncEntry.h gw-business-core-spec.scm 
Log Message:
- Add a "date-close" dialog that basically asks for confimation
  of closing and sets the close-date (for when you close out an
  order to post an invoice).

- Refactor the Entry Value computation so that it is possible to
  compute the values in real-time (although it's not used at the
  moment)

- Change the Order Entry UI to make it a but clearer.

- change the EntryLedger to allow RO and RW entries for Invoices and
  Orders.

- Implement closing an Order; Opening (editing/viewing) a closed should be
  a read-only operation.