From 1d7c3ea829ea9cba3a2661d1226df5ff331178e6 Mon Sep 17 00:00:00 2001 From: Linas Vepstas Date: Sun, 26 May 2002 05:15:48 +0000 Subject: [PATCH] update lot status git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6916 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/doc/books.txt | 6 +++--- src/doc/lots.txt | 12 ++++++++---- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/src/doc/books.txt b/src/doc/books.txt index 90b090ea11..c3b5c20c74 100644 --- a/src/doc/books.txt +++ b/src/doc/books.txt @@ -40,9 +40,9 @@ Notes" at bottom for the current status. Note that the correct handling of depreciation, capital gains and other similar accounting concepts requires that 'lots' be supported by the engine, and in turn, handled correctly by the 'books' -infrastructure. Currently, 'lots' are *not* supported by the engine, -and this causes the book implementation to be broken in a certain -fundamental sense. See 'lots.txt' for details. +infrastructure. Currently, 'lots' are incompletely supported by +the engine, and this causes the book implementation to be broken in +a certain fundamental sense. See 'lots.txt' for details. Possible Solutions diff --git a/src/doc/lots.txt b/src/doc/lots.txt index 904681b361..77fc86fe44 100644 --- a/src/doc/lots.txt +++ b/src/doc/lots.txt @@ -48,8 +48,8 @@ Billing Example: ---------------- Normally, there is a one-to-one correspondence between bills and lots: there is one lot per bill, and one bill per lot. (Note: this -may not be how gnucash invoices are currently implemented; this is a -propsed implementation.) +is not how gnucash invoices are currently implemented; this is a +proposed implementation.) For example: @@ -104,6 +104,7 @@ modified to treat inventory accounts in a special way, e.g. by not listing them in account lists, and providing an alternate management GUI. + Capital Gains: -------------- In the United States, gains on stock investments are taxed at different @@ -191,7 +192,10 @@ account, but this is a painful process.) Status ====== -Implementation barely started. See src/engine/gnc-lot.h for the public API. -Neither XML nor Postgres backends support this so far. +Core support for Lots in the engine is complete (but untested). +See src/engine/gnc-lot.h for the public API. +FIFO's have not been started. +The XML backend support for lot is complete (but untested). +The Postgres backend does not yet support lots. -------------------------- end of file ------------------------------