mirror of
https://github.com/simonmichael/hledger.git
synced 2025-01-05 01:03:02 +03:00
A reliable, user-friendly Plain Text Accounting tool with command line, terminal and web interfaces.
accountingbountiesbountycommand-line-toolconsole-applicationfinanceshacktoberfesthaskellhaskell-applicationhledgerledgerlibraryplain-textplain-text-accountingplaintextplaintext-accountingsponsorstackage-ltsstarred-repostarred-simonmichael-repotuiweb-application
ec95b0723c
With this change, Transactions and Postings reference each other co-recursively. This makes constructing them more tedious, but it may also allow LedgerPostings to be dropped and code to be simplified. Time and space performance of register and balance is as before. |
||
---|---|---|
Commands | ||
Ledger | ||
tests | ||
tools | ||
website | ||
bench.tests | ||
CONTRIBUTORS | ||
HCAR-HOWTO | ||
hledger-hcar-200811.tex | ||
hledger-hcar-200905.tex | ||
hledger.cabal | ||
hledger.hs | ||
hlint.hs | ||
Ledger.hs | ||
LICENSE | ||
Makefile | ||
MANUAL | ||
NEWS | ||
NOTES | ||
Options.hs | ||
README | ||
README2 | ||
sample.ledger | ||
sample.timelog | ||
SCREENSHOTS | ||
Setup.hs | ||
Tests.hs | ||
Utils.hs | ||
VERSION | ||
Version.hs |
hledger ======= hledger is a computer program for easily tracking money, time, or other commodities, using standard accounting principles. It is quite limited in features, but reliable. For some, it is a bare-bones, less complex, less expensive alternative to Quicken or Microsoft Money. hledger aims to help both computer experts and every-day users gain clarity in their finances and time management. I use it every day to: - track spending and income - see time reports by day/week/month/project - get accurate numbers for client billing and tax filing - track invoices Here is a **demo_** of the web interface. Here is the **manual_**. For support and more technical info, see **`hledger for techies`_** or **`email me`_**. Download and try **`hledger for mac`_**, **`hledger for windows`_**, or **hledger for linux (`32 bit intel`_, `64 bit intel`_)**. .. (If you're reading this in plain text, see also README2, MANUAL etc., or http://hledger.org) .. _hledger for techies: README2.html .. _manual: MANUAL.html .. _demo: http://demo.hledger.org .. _hledger for mac: http://hledger.org/binaries/hledger-0.6-mac-i386.gz .. _hledger for windows: http://hledger.org/binaries/hledger-0.6-win-i386.zip .. _32 bit intel: http://hledger.org/binaries/hledger-0.6.1+9-linux-i386.gz .. _64 bit intel: http://hledger.org/binaries/hledger-0.6-linux-x86_64.gz .. _email me: mailto:simon@joyful.com