penny-bin: Deprecated - use penny package instead

[ bsd3, console, deprecated, finance ] [ Propose Tags ]
Deprecated in favor of penny

This package is now deprecated. Use the penny package instead.


[Skip to Readme]

Flags

Automatic Flags
NameDescriptionDefault
debug

Turns on debugging options

Disabled
build-penny

Build the penny executable

Enabled
build-selloff

Build the penny-selloff executable

Enabled
build-diff

Build the penny-diff executable

Enabled
build-reprint

Build the penny-reprint executable

Enabled
build-reconcile

Build the penny-reconcile executable

Enabled

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.2.0.0, 0.4.0.0, 0.6.0.0, 0.6.2.0, 0.8.0.0, 0.10.0.0, 0.12.0.0, 0.14.0.0, 0.16.0.2, 0.18.0.0, 0.20.0.0, 0.22.0.0
Dependencies base (>=4 && <5), containers (>=0.5 && <0.6), explicit-exception (>=0.1 && <0.2), multiarg (>=0.18 && <0.19), parsec (>=3.1 && <3.2), penny-lib (>=0.22 && <0.23), pretty-show (>=1.5 && <1.6), semigroups (>=0.9 && <0.10), text (>=0.11 && <0.12), transformers (>=0.3 && <0.4) [details]
License BSD-3-Clause
Copyright 2012-2013 Omari Norman
Author Omari Norman
Maintainer omari@smileystation.com
Category Console, Finance
Home page http://www.github.com/massysett/penny
Bug tracker omari@smileystation.com
Source repo head: git clone git://github.com/massysett/penny.git
Uploaded by OmariNorman at 2013-08-25T14:50:03Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables penny-reconcile, penny-reprint, penny-diff, penny-selloff, penny
Downloads 8525 total (25 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
Successful builds reported [all 9 reports]

Readme for penny-bin-0.22.0.0

[back to package description]
This is the package with executables and documentation for Penny. To
compile and install the binaries, running "cabal install" will work.

To install the manual pages and the documentation, run "sh
install-docs". It will install the manual pages to $PREFIX/share/man
and the other documentation to $PREFIX/share/doc/penny. By default
$PREFIX is /usr/local; you can change this by editing the
install-docs file and changing the "PREFIX" variable.

To remove the manual pages and the documentation, run "sh
install-docs remove."

The first thing you will want to look at is the manual page
penny-basics(7).  Then you will want to examine the starter.pny file
in the examples directory, which will show you how to write a ledger
file. penny-suite(7) will then direct you to other documentation that
may interest you.