hledger/hledger-lib/Hledger
Vladimir Sorokin 5b88bfb834 csv: Increase maximum number of postings in CSV reader from 9 to 99.
The ordering of journalfieldnames is changed in order to comply with the requirement stated in the comment:
"Names must precede any other name they contain, for the parser".
If left unchanged, "account1" would precede "account11", "account12", and so on, which would break the parsing.
With the new ordering, "account11" precedes "account1".
2020-04-26 14:52:02 -07:00
..
Data period expressions: allow "until", like Ledger (synonym for "to") 2020-04-08 14:26:38 -07:00
Read csv: Increase maximum number of postings in CSV reader from 9 to 99. 2020-04-26 14:52:02 -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: update emacs code-folding config 2020-03-28 17:09:47 -07: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