better Transaction doc

This commit is contained in:
Simon Michael 2009-04-04 22:09:30 +00:00
parent 7d1c01ec8a
commit 7e6df61889

View File

@ -1,9 +1,10 @@
{-| {-|
A compound data type for efficiency. A 'Transaction' is a 'Posting' with A compound data type for efficiency. A 'Transaction' is a 'Posting' with
its parent 'LedgerTransaction' \'s date and description attached. These its parent 'LedgerTransaction' \'s date and description attached. The
are what we mostly work with when doing reports, and this name is pretty \"transaction\" term is pretty ingrained in the code, docs and with users,
ingrained. so we've kept it. These are what we work with most of the time when doing
reports.
-} -}