hledger/hledger-lib/Hledger
Simon Michael fe73f2a6b5 csv: interpolated field names in values are now case insensitive
Field names are supposed to be case insensitive, but a field assignment like

fields  ...,Transaction_Date,...
date %Transaction_Date

was failing, because of the capitalised letters. Fixed now.
2018-07-22 22:26:24 +01:00
..
Data smooth: smoothes out irregular transactions (experimental addon) 2018-07-16 23:36:06 +01:00
Read csv: interpolated field names in values are now case insensitive 2018-07-22 22:26:24 +01:00
Reports lib: Debug: simplify pprint, export ppShow as pshow (api change) 2018-07-16 12:51:50 +01:00
Utils clean up debug helpers (api change) 2018-07-16 15:28:58 +01:00
Data.hs cli: --forecast adds periodic transactions to reports 2017-11-26 14:57:41 +00:00
Query.hs prices: allow filtering by query, clarify docs 2018-07-15 09:21:10 +01:00
Read.hs lib, app, web: remove differences between command line and journal file aliases 2018-04-17 16:09:11 -07:00
Reports.hs budget: use a new first-class BudgetReport for --budget 2018-04-23 18:52:28 -07:00
Utils.hs Use quoteIfNeeded in quoteIfSpaced. Fix escapeDoubleQuotes to escape 2018-04-12 12:04:20 -07:00