hledger/hledger-lib/Hledger/Read
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
..
Common.hs journal: also parse Ledger-style "virtual posting costs" - (@), (@@) 2020-04-08 20:22:03 -07:00
CsvReader.hs csv: Increase maximum number of postings in CSV reader from 9 to 99. 2020-04-26 14:52:02 -07:00
JournalReader.hs don't let case of file extension break file format detection (#1225) 2020-04-15 11:31:28 -07:00
LedgerReader.hs.disabled lib: Fix compile errors in tests 2018-08-14 16:05:06 +01:00
TimeclockReader.hs ;lib: update emacs code-folding config 2020-03-28 17:09:47 -07:00
TimedotReader.hs ;lib: update emacs code-folding config 2020-03-28 17:09:47 -07:00