mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-26 20:02:27 +03:00
c1c28aea3f
Equity conversion postings and cost amounts were being matched up too exactly, causing valid entries with redundant conversion postings and costs to be rejected. Now the amounts are compared with the precision (number of decimal places) used in the conversion posting's amount. Eg, here the first posting's 209.60495 GEL cost is recognised as a match for the third posting's -209.60 GEL, using the latter's two digit precision: 2023-01-01 Assets -84.01 USD @ 2.495 GEL ; 209.60495 GEL Equity:Conversion 84.01 USD Equity:Conversion -209.60 GEL Assets 209.60 GEL |
||
---|---|---|
.. | ||
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.