mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-29 05:11:33 +03:00
90c0d40777
Clarify the account transactions report, and don't change original transactions' dates. Show a more accurate date in hledger-ui and hledger-web's account registers when postings have their own dates. This is now called the "transaction register date": the date which is displayed for that transaction in a register for some current account and filter query. It is either the transaction date from the journal ("transaction general date"), or if postings to the current account and matched by the register's filter query have their own dates, the earliest of those dates. |
||
---|---|---|
.. | ||
doc | ||
Hledger | ||
tests | ||
.ghci | ||
CHANGES | ||
future-package.yaml | ||
hledger-lib.cabal | ||
Hledger.hs | ||
LICENSE | ||
README | ||
Setup.hs |
A reusable library containing hledger's core functionality. This is used by most hledger* packages for common data parsing, command line option handling, reporting etc.