hledger/Ledger
Simon Michael 0f1cbef9a8 namegeddon! conform to new terminology in ledger 3, more or less
This renames RawTransaction -> Posting and Entry -> LedgerTransaction,
plus a bunch more cleanups for consistency.  So while ledger 3 has
transactions containing postings, and so do we when speaking to users,
internally we call ledger 3's transactions LedgerTransaction, and we keep
our old Transaction type as well, because it's useful and used all over
the place. To review:

- ledger 2 had Entrys containing Transactions.

- hledger 0.4 had Entrys containing RawTransactions, and Transactions
  which are a RawTransaction with its parent Entry's info added.
  Transactions are what we most work with when reporting and are
  ubiquitous in the code and docs.

- ledger 3 has Transactions containing Postings.

- hledger 0.5 now has LedgerTransactions containing Postings, with
  Transactions kept as before (a Posting plus it's parent's info).  These
  could be named PartialTransactions or TransactionPostings, but it gets
  too verbose and obscure for devs and users.
2009-04-03 10:58:05 +00:00
..
Account.hs nullamt and nullmixedamt 2008-11-22 17:21:49 +00:00
AccountName.hs tests and bugfix for accountNameTreeFrom 2009-03-15 04:02:04 +00:00
Amount.hs fix haddock error preventing docs update 2008-12-10 05:52:26 +00:00
Commodity.hs commodity cleanup 2008-10-18 19:30:07 +00:00
Dates.hs that parser is not right, breaks hours period selection 2009-01-23 18:10:17 +00:00
Ledger.hs namegeddon! conform to new terminology in ledger 3, more or less 2009-04-03 10:58:05 +00:00
LedgerTransaction.hs namegeddon! conform to new terminology in ledger 3, more or less 2009-04-03 10:58:05 +00:00
Parse.hs namegeddon! conform to new terminology in ledger 3, more or less 2009-04-03 10:58:05 +00:00
Posting.hs namegeddon! conform to new terminology in ledger 3, more or less 2009-04-03 10:58:05 +00:00
RawLedger.hs namegeddon! conform to new terminology in ledger 3, more or less 2009-04-03 10:58:05 +00:00
TimeLog.hs namegeddon! conform to new terminology in ledger 3, more or less 2009-04-03 10:58:05 +00:00
Transaction.hs namegeddon! conform to new terminology in ledger 3, more or less 2009-04-03 10:58:05 +00:00
Types.hs namegeddon! conform to new terminology in ledger 3, more or less 2009-04-03 10:58:05 +00:00
Utils.hs getCurrentLocalTime 2009-01-25 06:47:05 +00:00