@hackage penny-lib0.18.0.0

Extensible double-entry accounting system - library

  • Installation

  • Dependencies (20)

  • Dependents (2)

    @hackage/acme-everything, @hackage/penny-bin
  • Package Flags

      debug
       (off by default)

      turns on some debugging options

      test
       (off by default)

      enables QuickCheck tests

      incabal
       (on by default)

      enables imports that only Cabal makes available

      buildlib
       (on by default)

      build library

Penny is a double-entry accounting system. It is inspired by, but incompatible with, John Wiegley's Ledger, which is available at http://ledger-cli.org/.

This package is a library. To start using Penny you will want to install the penny-bin package, which has the executable programs. More about the penny-bin package, along with a full sales pitch for Penny and how to get started, is at http://hackage.haskell.org/package/penny-bin. It may be installed with "cabal install penny-bin".

The Penny library is a full system to work with double-entry accounting transactions and postings and to make reports with them.