hledger/hledger-lib/Hledger
Simon Michael c39e424642 basic querying by amount: "amt:<0", "amt:=100", etc.
The syntax is "amt:ON", where O is "<", "=" or ">" and N is a number.
For simple (single-commodity) amounts, this matches if the amount's quantity has the specified relationship to N.
For multi-commodity amounts, it always matches.
If parsing fails, an error is raised.
This has not been tested for floating-point precision.
2013-03-20 16:36:00 +00:00
..
Data reg: --related/-r flag to show other postings in the transaction 2012-12-22 00:24:38 +00:00
Read export journal file code parser 2013-02-24 21:07:54 +00:00
Utils make the utf8 IO compatibiity layer build on GHC 6.12.3, 7.0.4, 7.2.2, 7.4.1 2012-03-29 20:40:31 +00:00
Data.hs query cleanups 2012-05-17 16:02:22 +00:00
Query.hs basic querying by amount: "amt:<0", "amt:=100", etc. 2013-03-20 16:36:00 +00:00
Read.hs export journal file code parser, part 2 - missed a bit >:| 2013-02-25 19:35:51 +00:00
Reports.hs register: date display refinements 2013-02-14 21:12:35 +00:00
Utils.hs words' on an empty string should return empty list 2013-02-24 20:04:28 +00:00