hledger/hledger-lib/Hledger/Reports
Simon Michael 660ba7e1d9 lib: clarify zero-checking function names
isZeroAmount                -> amountLooksZero
isReallyZeroAmount          -> amountIsZero
isZeroMixedAmount           -> mixedAmountLooksZero
isReallyZeroMixedAmount     -> mixedAmountIsZero
isReallyZeroMixedAmountCost dropped
2020-05-29 18:57:22 -07:00
..
AccountTransactionsReport.hs ui: B and V keys toggle display of cost, value 2019-11-21 17:33:04 -08:00
BalanceReport.hs lib: clarify zero-checking function names 2020-05-29 18:57:22 -07:00
BudgetReport.hs lib: clarify zero-checking function names 2020-05-29 18:57:22 -07:00
EntriesReport.hs ;tests: use "test" alias for testCase everywhere 2019-11-28 15:33:33 -08:00
MultiBalanceReport.hs lib: clarify zero-checking function names 2020-05-29 18:57:22 -07:00
PostingsReport.hs lib: clarify zero-checking function names 2020-05-29 18:57:22 -07:00
ReportOptions.hs ;add then and t to --value's error message 2020-02-10 12:40:02 -08:00
ReportTypes.hs bs,cf,is,bal,print,reg: support json output format 2020-02-24 17:49:53 -08:00
TransactionsReport.hs Use nubSort instead of nub . sort. 2020-01-04 08:31:10 -08:00