docs: update LedgerPosting haddock

This commit is contained in:
Simon Michael 2009-12-19 01:17:28 +00:00
parent 42e5382673
commit de48b8ce46

View File

@ -1,10 +1,9 @@
{-|
A compound data type for efficiency. A 'LedgerPosting' is a 'Posting' with
its parent 'Transaction' \'s date and description attached. The
\"transaction\" term is pretty ingrained in the code, docs and with users,
so we've kept it. These are what we work with most of the time when doing
reports.
A 'LedgerPosting' is a 'Posting' with its parent 'Transaction' \'s date
and description attached. We flatten Transactions into multiple
LedgerPostings, which most of the time are simpler to work with. (So far,
at least - this is not quite settled.)
-}