NOTICE: This package has been removed from pkgsrc

./wip/ledger, Double-entry accounting system for command-line

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 3.1.1, Package name: ledger-3.1.1, Maintainer: base

Double-entry accounting system with a command-line reporting interface
http://www.ledger-cli.org

Ledger is a powerful, double-entry accounting system that is accessed from the
UNIX command-line. This may put off some users, since there is no flashy UI, but
for those who want unparalleled reporting access to their data there are few
alternatives.

Ledger uses text files for input. It reads the files and generates reports;
there is no other database or stored state. To use Ledger, you create a file of
your account names and transactions, run from the command line with some options
to specify input and requested reports, and get output. The output is generally
plain text, though you could generate a graph or html instead. Ledger is simple
in concept, surprisingly rich in ability, and easy to use.

#Above text taken from the Ledger README


Required to run:
[math/mpfr] [devel/gmp] [devel/boost-libs]

Required to build:
[devel/boost-headers]

Master sites:

SHA1: 77ad24ce4947e2f130e58d8e8bc4c5b6920a0222
RMD160: 07645c8d798e386eb4ed0a5a9e3dcf6fe0a184f8
Filesize: 822.621 KB

Version history: (Expand)


CVS history: (Expand)


   2013-10-05 16:32:12 by Sergey Litvinov | Files touched by this commit (2)
Log message:
Update 2.6.1 -> 2.6.3
   2009-10-11 12:44:40 by Thomas Klausner | Files touched by this commit (286)
Log message:
Remove obsolete @dirrm lines.
   2009-03-02 13:35:54 by Thomas Klausner | Files touched by this commit (1)
Log message:
Improve HOMEPAGE. Link on sf.net is broken.

   2009-03-02 09:09:02 by Juho Juopperi | Files touched by this commit (4) | Imported package
Log message:
Import ledger-2.6.1 as wip/ledger.

Ledger is a powerful, double-entry accounting system that is accessed
from the UNIX command-line. Ledger never creates or modifies your
data. Your entries are kept in a text file that you maintain.

Ledger is currency-agnostic. You can store multiple currencies in any
account, convert between them, or even pay in one currency and receive
change in another.

Ledger uses a simple set of base commands which can be extended in
countless ways. You can create monthly reports, average reports, check
account balances, reconcile accounts, keep track of capital gains on
stocks, etc.

Ledger includes an emacs mode for editing ledger entries.