hledger/hledger-lib/Hledger
Simon Michael e15eabdf15 csv: ignore amount if any amountN's are assigned; improve error msg
The change for hledger 1.17.1 broke one of my csv rules, where I used
`amount` but then tried to override it with `amountN`s in a
conditional block; the two clashed. Now in that situation any
`amountN`s take precedence, causing `amount` to be ignored entirely.

Also clarified the "too many non-zero amounts" error message a bit.
2020-03-25 18:09:41 -07:00
..
Data Fix Documentation for journalExpenseAccountQuery 2020-03-22 17:17:06 -07:00
Read csv: ignore amount if any amountN's are assigned; improve error msg 2020-03-25 18:09:41 -07:00
Reports bs,cf,is,bal,print,reg: support json output format 2020-02-24 17:49:53 -08:00
Utils lib: debug helpers traceAt, traceAtWith 2020-03-11 19:08:05 -07:00
Data.hs move JSON instances from hledger-web to hledger-lib 2019-12-16 17:17:00 -08:00
Query.hs ;lib: couple of doctests 2020-02-03 10:10:32 -08:00
Read.hs lib: Remove non-law-abiding Monoid instance for Journal. 2020-03-02 12:45:30 -08:00
Reports.hs ;lib: rename MultiBalanceReports.hs -> MultiBalanceReport.hs 2019-06-14 11:45:25 -07:00
Utils.hs lib: Replace some utility functions with library functions. 2020-03-02 12:45:30 -08:00