mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-28 12:54:07 +03:00
6b349e3123
Income, liability and equity balances, which until now we have always displayed as negative numbers, are now shown as normally positive by these reports. Negative numbers now indicate a contra-balance (eg an overdrawn checking account), a net loss, a negative net worth, etc. This makes these reports more like conventional financial statements, and easier to read and share with normal people. |
||
---|---|---|
.. | ||
Hledger | ||
other/ledger-parse | ||
tests | ||
Text/Megaparsec | ||
.ghci | ||
CHANGES | ||
hledger_csv.5 | ||
hledger_csv.info | ||
hledger_csv.m4.md | ||
hledger_csv.txt | ||
hledger_journal.5 | ||
hledger_journal.info | ||
hledger_journal.m4.md | ||
hledger_journal.txt | ||
hledger_timeclock.5 | ||
hledger_timeclock.info | ||
hledger_timeclock.m4.md | ||
hledger_timeclock.txt | ||
hledger_timedot.5 | ||
hledger_timedot.info | ||
hledger_timedot.m4.md | ||
hledger_timedot.txt | ||
hledger-lib.cabal | ||
Hledger.hs | ||
LICENSE | ||
package.yaml | ||
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.