hledger/hledger-lib/Hledger/Data
Dmitry Astapov 7acb5d45aa lib: make month names in period expressions case-insensitive
Currently only lower-case account names are supported, both on the
command line, and in the journal (in periodic transactions):

This works:
$ hledger balance -p nov

This does not:
$ hledger balance -p Nov

First transaction will parse, second will not:
```
cat every-month.journal                                                                                                                                ~/devel/haskell/darcs-get/hledger/examples
~ aug to sep
    assets
    expenses    $1

~ Aug to Sep
    assets
    expenses    $2
```

$../bin/hledger-budget bal -f every-month.journal
hledger-budget: Failed to parse "Aug to Sep": date parse error ()

This commit fixes both cases.
2017-11-26 00:25:08 +00:00
..
Account.hs lib: more compact debug output for Accounts 2017-09-29 18:50:18 -10:00
AccountName.hs Escape account names (#499) 2017-01-30 09:17:18 -08:00
Amount.hs Add Support for Rewriting Multipler Postings Into Different Commodities (#557) 2017-05-30 07:30:15 -07:00
AutoTransaction.hs Update AutoTransaction.hs 2017-06-07 12:56:43 +02:00
Commodity.hs Add Support for Rewriting Multipler Postings Into Different Commodities (#557) 2017-05-30 07:30:15 -07:00
Dates.hs lib: make month names in period expressions case-insensitive 2017-11-26 00:25:08 +00:00
Journal.hs Rewrite of BalanceAssertion type to track its source position. 2017-10-16 13:25:03 -07:00
Ledger.hs lib: Added a new transaction to samplejournal. 2017-07-15 08:02:03 +01:00
MarketPrice.hs Added a simple 'showMarketPrice' function to show market price directives in a journal-compatible way (#505) 2017-02-03 18:20:00 -08:00
Period.hs ui: --watch: track date only when a standard period is in effect 2016-12-07 15:19:36 -08:00
Posting.hs lib: pivot -> journalPivot, drop implicit tags notion (#598, #608) 2017-09-05 10:48:35 -07:00
RawOptions.hs lib: optserror -> usageError, consolidate with other error functions (#529) 2017-03-29 08:00:51 -07:00
StringFormat.hs cli: refactor: move commands to a subdirectory, reinstate test command 2017-09-12 10:04:36 -07:00
Timeclock.hs lib: textification: descriptions & codes 2016-05-24 19:00:58 -07:00
Transaction.hs Rewrite of BalanceAssertion type to track its source position. 2017-10-16 13:25:03 -07:00
Types.hs Rewrite of BalanceAssertion type to track its source position. 2017-10-16 13:25:03 -07:00