mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-26 20:02:27 +03:00
644635b918
Eg "1,000" (with , as a thousands separator and no decimal digits) is now displayed with a decimal mark: "1,000.". "1 000" (where space is a thousands separator) is less ambiguous, but we do the same thing (eg "1 000.") for consistency, and also to help disambiguate when forgetting to quote a numeric commodity symbol (eg "1234 0" where 1234 is a symbol that should have been in double quotes). |
||
---|---|---|
.. | ||
Hledger | ||
other/ledger-parse | ||
test | ||
Text | ||
.date.m4 | ||
.ghci | ||
.version | ||
.version.m4 | ||
CHANGES.md | ||
hledger-lib.cabal | ||
Hledger.hs | ||
LICENSE | ||
package.yaml | ||
README.md | ||
Setup.hs |
hledger-lib
A reusable library containing hledger's core functionality. This is used by most hledger* packages so that they support the same common file formats, command line options, reports etc.
See also: the project README and home page.