update lot status

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6916 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Linas Vepstas 2002-05-26 05:15:48 +00:00
parent be8c5855d8
commit 1d7c3ea829
2 changed files with 11 additions and 7 deletions

View File

@ -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

View File

@ -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 ------------------------------