hledger: A command-line (or curses or web-based) double-entry accounting tool.

[ console, finance, gpl, library, program ] [ Propose Tags ]

hledger reads a plain text ledger file or timelog describing your transactions and displays precise balance and register reports via command-line, curses or web interface. It is a remix, in haskell, of John Wiegley's excellent c++ ledger. hledger aims to be a practical, accessible tool for end users and a useful library for finance-minded haskell programmers.


[Skip to Readme]

Modules

[Index]

Flags

Automatic Flags
NameDescriptionDefault
vty

enable the curses ui

Disabled
web

enable the web ui (using simpleserver)

Disabled
webhappstack

enable the web ui (using happstack)

Disabled
chart

enable the pie chart generation

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1, 0.2, 0.3, 0.4, 0.5, 0.5.1, 0.6, 0.6.1, 0.7.0, 0.8, 0.9, 0.10, 0.11, 0.11.1, 0.12, 0.12.1, 0.13, 0.14, 0.15, 0.15.1, 0.15.2, 0.16, 0.16.1, 0.17, 0.18, 0.18.1, 0.18.2, 0.19, 0.19.1, 0.19.2, 0.19.3, 0.20, 0.20.0.1, 0.21, 0.21.1, 0.21.2, 0.21.3, 0.22, 0.22.1, 0.22.2, 0.23, 0.23.1, 0.23.2, 0.23.3, 0.24, 0.24.1, 0.25, 0.25.1, 0.26, 0.27, 0.27.1, 1.0, 1.0.1, 1.1, 1.2, 1.3, 1.3.1, 1.4, 1.5, 1.9, 1.9.1, 1.10, 1.11, 1.11.1, 1.12, 1.12.1, 1.13, 1.13.1, 1.13.2, 1.14, 1.14.1, 1.14.2, 1.15, 1.15.1, 1.15.2, 1.16, 1.16.1, 1.16.2, 1.17, 1.17.1, 1.17.1.1, 1.18, 1.18.1, 1.19, 1.19.1, 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4, 1.21, 1.22, 1.22.1, 1.22.2, 1.23, 1.24, 1.24.1, 1.24.99, 1.25, 1.26, 1.26.1, 1.27, 1.27.1, 1.28, 1.29, 1.29.1, 1.29.2, 1.30, 1.30.1, 1.31, 1.32, 1.32.1, 1.32.2, 1.32.3, 1.33 (info)
Dependencies applicative-extras, base (>=3 && <5), Chart (>=0.11), colour, containers, csv, directory, filepath, hack, hack-contrib, hack-handler-happstack, hack-handler-simpleserver, happstack (>=0.3), happstack-data (>=0.3), happstack-server (>=0.3), happstack-state (>=0.3), hledger-lib (==0.9), hsp, hsx, HTTP (>=4000.0), HUnit, io-storage, loli, mtl, old-locale, old-time, parsec, process, regexpr (>=0.5.1), safe (>=0.2), testpack, time, utf8-string (>=0.3), vty (>=4.0.0.1), xhtml (>=3000.2) [details]
License LicenseRef-GPL
Author Simon Michael <simon@joyful.com>
Maintainer Simon Michael <simon@joyful.com>
Category Finance
Home page http://hledger.org
Bug tracker http://code.google.com/p/hledger/issues
Uploaded by SimonMichael at 2010-04-10T00:52:12Z
Distributions Arch:1.32.1, Debian:1.19.1, Fedora:1.30.1, LTSHaskell:1.32.3, NixOS:1.32.3, openSUSE:1.32.3
Reverse Dependencies 4 direct, 0 indirect [details]
Executables hledger
Downloads 85244 total (396 in the last 30 days)
Rating 2.5 (votes: 3) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for hledger-0.9

[back to package description]
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 are ready-to-run binaries_ for mac, windows and gnu/linux.
They are not always the `latest release`_, sorry about that.

Here is the manual_.
For support and more technical info, see `hledger for techies`_ or `email me`_.

.. (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
.. _binaries:             http://hledger.org/binaries/
.. _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
.. _latest release:       http://hledger.org/MANUAL.html#installing