mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-27 12:24:43 +03:00
f3c07144a8
This adds the `--commodity-column` option that displays each commodity on a separate line and the commodities themselves as a separate column. The initial design considerations are at simonmichael.hledger.issues.1559 The single-period balance report with `--commodity-column` does not interoperate with custom formats. |
||
---|---|---|
.. | ||
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.