mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-27 12:24:43 +03:00
39 lines
1.6 KiB
Plaintext
39 lines
1.6 KiB
Plaintext
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.
|
|
|
|
..
|
|
(For techies: hledger is a remix, in haskell, of John Wiegley's excellent
|
|
ledger accounting tool. It reads a plain text journal file describing your
|
|
transactions and displays reports via command line, curses or web
|
|
interface.)
|
|
|
|
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
|
|
- find unpaid 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`_, `64 bit`_)**.
|
|
|
|
|
|
.. _demo: http://demo.hledger.org
|
|
.. _manual: README.html
|
|
.. _hledger for techies: HOME2.html
|
|
.. _email me: mailto:simon@joyful.com
|
|
.. _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: http://hledger.org/binaries/hledger-0.6.1+9-linux-i386.gz
|
|
.. _64 bit: http://hledger.org/binaries/hledger-0.6-linux-x86_64.gz
|