hledger/hledger-lib/Hledger
Simon Michael d1769d9d62 journal: allow journal entries with no postings
We now parse, and also print, posting-less journal entries, as I
proposed on the lists.

These are not real General Journal entries/transactions, but here is my
rationale:

- Ledger and beancount parse them
- if we parse them, we should print them
- they provide a natural way to record and report non-transaction events
- most of all, they permit more gradual introduction and learning of the concepts.
  Eg a beginner can keep a simple journal even before learning about accounts and postings.
2015-06-11 10:16:46 -07:00
..
Data fix simple aliases that match the whole account name 2015-05-28 10:40:48 -07:00
Read journal: allow journal entries with no postings 2015-06-11 10:16:46 -07:00
Reports query: drop the empty: query term 2015-05-21 16:44:11 -07:00
Utils drop regexpr dependency 2015-05-17 08:32:45 -07:00
Data.hs strip trailing whitespace from all Haskell files 2014-10-14 18:48:24 -07:00
Query.hs query: drop the empty: query term 2015-05-21 16:44:11 -07:00
Read.hs read multiple files: internals 2015-05-28 10:40:48 -07:00
Reports.hs split up Hledger.Reports 2014-03-19 17:31:18 -07:00
Utils.hs fix a Control.Monad.Error warning (#239) 2015-03-29 16:12:05 -07:00