gnucash/src/business/business-core
Derek Atkins 7270c1d5fd - 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.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6621 57a11ea4-9604-0410-9ed3-97b8803252fd
2002-01-21 02:27:02 +00:00
..
test Fix compiler warnings. 2001-12-08 03:17:51 +00:00
.cvsignore * src/business/business-core/.cvsignore: add various things. 2001-11-18 02:59:15 +00:00
business-core.scm Derek Atkins's business accounting patch. 2001-11-17 01:17:06 +00:00
businessmod-core.c Add first-pass at Entry, Order, and Invoice objects 2001-11-22 01:23:07 +00:00
gncAddress.c * Remove the "GncBusiness" object type in preparation to move 2001-11-25 05:34:34 +00:00
gncAddress.h * Remove the "GncBusiness" object type in preparation to move 2001-11-25 05:34:34 +00:00
gncBusiness.c * Remove the "GncBusiness" object type in preparation to move 2001-11-25 05:34:34 +00:00
gncBusiness.h * Remove the "GncBusiness" object type in preparation to move 2001-11-25 05:34:34 +00:00
gncBusinessP.h Derek Atkins's business accounting patch. 2001-11-17 01:17:06 +00:00
gncCustomer.c * Remove the "GncBusiness" object type in preparation to move 2001-11-25 05:34:34 +00:00
gncCustomer.h * Remove the "GncBusiness" object type in preparation to move 2001-11-25 05:34:34 +00:00
gncCustomerP.h * Remove the "GncBusiness" object type in preparation to move 2001-11-25 05:34:34 +00:00
gncEmployee.c * Remove the "GncBusiness" object type in preparation to move 2001-11-25 05:34:34 +00:00
gncEmployee.h * Remove the "GncBusiness" object type in preparation to move 2001-11-25 05:34:34 +00:00
gncEmployeeP.h * Remove the "GncBusiness" object type in preparation to move 2001-11-25 05:34:34 +00:00
gncEntry.c - Add a "date-close" dialog that basically asks for confimation 2002-01-21 02:27:02 +00:00
gncEntry.h - Add a "date-close" dialog that basically asks for confimation 2002-01-21 02:27:02 +00:00
gncEntryP.h * Remove the "GncBusiness" object type in preparation to move 2001-11-25 05:34:34 +00:00
gncInvoice.c Add "GetValue()" method to an Entry and move the value computation 2002-01-13 04:25:55 +00:00
gncInvoice.h Fix compiler warnings. 2001-12-08 03:17:51 +00:00
gncInvoiceP.h * Remove the "GncBusiness" object type in preparation to move 2001-11-25 05:34:34 +00:00
gncJob.c Fix compiler warnings. 2001-12-08 03:17:51 +00:00
gncJob.h * Remove the "GncBusiness" object type in preparation to move 2001-11-25 05:34:34 +00:00
gncJobP.h * Remove the "GncBusiness" object type in preparation to move 2001-11-25 05:34:34 +00:00
gncOrder.c Fix compiler warnings. 2001-12-08 03:17:51 +00:00
gncOrder.h Abstract out the owner of Orders and Invoices into a GncOwner. 2001-12-06 05:46:42 +00:00
gncOrderP.h * Remove the "GncBusiness" object type in preparation to move 2001-11-25 05:34:34 +00:00
gncOwner.c Abstract out the owner of Orders and Invoices into a GncOwner. 2001-12-06 05:46:42 +00:00
gncOwner.h Abstract out the owner of Orders and Invoices into a GncOwner. 2001-12-06 05:46:42 +00:00
gncVendor.c * Remove the "GncBusiness" object type in preparation to move 2001-11-25 05:34:34 +00:00
gncVendor.h * Remove the "GncBusiness" object type in preparation to move 2001-11-25 05:34:34 +00:00
gncVendorP.h * Remove the "GncBusiness" object type in preparation to move 2001-11-25 05:34:34 +00:00
gw-business-core-spec.scm - Add a "date-close" dialog that basically asks for confimation 2002-01-21 02:27:02 +00:00
Makefile.am * src/business/business-core/Makefile.am: fix for new g-wrap. 2002-01-09 21:31:37 +00:00