mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-26 20:02:27 +03:00
3357c27390
Since 1.29, we unconditionally run part of the --infer-cost logic to identify redundant costs/equity postings. This was too strict, raising an error whenever it could not find postings matching the equity postings. Now we do this (and also the explicit --infer-costs operation) as a best effort, leaving transactions unchanged if we can't detect matching postings. This is consistent with --infer-equity, --infer-market-prices, -B and -V. |
||
---|---|---|
.. | ||
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.