hledger/hledger
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
..
app tools: fix warnings in simplebench 2014-10-19 09:34:46 -07:00
bench lib, app, web, ui: rename readJournalFile[s]WithOpts to readJournalFile, same for tryReader[s]WithOpts 2018-04-17 15:25:02 -07:00
embeddedfiles ;api, ci: drop old embedded doc symlinks, should fix CI 2020-04-20 18:25:08 -07:00
Hledger lib: clarify zero-checking function names 2020-05-29 18:57:22 -07:00
test ;ci: use --pedantic for all; fix a warning with unit test suites 2020-03-07 14:43:50 -08:00
.ghci tools: .ghci for each package, sets shorter prompt 2016-04-15 16:06:45 -07:00
.version bump to dev version 2020-03-07 15:06:18 -08:00
CHANGES.md ;changelogs 2020-04-19 14:45:07 -07:00
defs.m4 ;regen manuals 2020-05-25 17:49:01 -07:00
hledger.1 ;regen manuals 2020-05-25 17:49:01 -07:00
hledger.cabal ;regen cabal files with latest stack/hpack (2.3.1/0.33.0) 2020-05-02 17:31:35 -07:00
hledger.info ;regen manuals 2020-05-25 17:49:01 -07:00
hledger.m4.md update and clean up valuation docs (#1239) 2020-05-25 17:45:31 -07:00
hledger.txt ;regen manuals 2020-05-25 17:49:01 -07:00
LICENSE packagegeddon.. split off web/chart/vty, move hledger to a subdir 2010-09-09 22:54:34 +00:00
package.yaml ;doc: more tweaks to package readmes, hackage descriptions 2020-03-22 10:49:02 -07:00
README.md ;doc: more tweaks to package readmes, hackage descriptions 2020-03-22 10:49:02 -07:00
Setup.hs Revert "remove Setup.hs files again, fixing a yesod devel warning" 2014-05-24 13:39:09 -07:00

hledger

The command-line interface for the hledger accounting system. Its basic function is to read a plain text file describing financial transactions and produce useful reports.

See also: the project README and home page.