update README, cabal file, hledger.hs
This commit is contained in:
parent
cefc315900
commit
37a79ba415
10
README
10
README
@ -3,11 +3,11 @@ hledger - a ledger-compatible text-based accounting tool
|
|||||||
|
|
||||||
Welcome to hledger!
|
Welcome to hledger!
|
||||||
|
|
||||||
hledger is a minimal haskell clone of John Wiegley's ledger
|
hledger is a minimal haskell clone of John Wiegley's "ledger" text-based
|
||||||
(http://newartisans.com/software/ledger.html). hledger generates
|
accounting tool (http://newartisans.com/software/ledger.html). hledger
|
||||||
ledger-compatible register & balance reports from a plain text ledger
|
generates ledger-compatible register & balance reports from a plain text
|
||||||
file, and demonstrates a functional implementation of ledger. For more
|
ledger file, and demonstrates a functional implementation of ledger. For
|
||||||
information, see the hledger home page: http://joyful.com/hledger
|
more information, see the hledger home page: http://joyful.com/hledger
|
||||||
|
|
||||||
Copyright (c) 2007-2008 Simon Michael <simon@joyful.com>
|
Copyright (c) 2007-2008 Simon Michael <simon@joyful.com>
|
||||||
Released under GPL version 3 or later.
|
Released under GPL version 3 or later.
|
||||||
|
|||||||
@ -2,10 +2,10 @@ Name: hledger
|
|||||||
Version: 0.2
|
Version: 0.2
|
||||||
Category: Finance
|
Category: Finance
|
||||||
Synopsis: A ledger-compatible text-based accounting tool.
|
Synopsis: A ledger-compatible text-based accounting tool.
|
||||||
Description: This is a minimal haskell clone of John Wiegley's ledger
|
Description: hledger is a minimal haskell clone of John Wiegley's "ledger" text-based
|
||||||
<http://newartisans.com/software/ledger.html>. hledger does basic
|
accounting tool (http://newartisans.com/software/ledger.html). hledger
|
||||||
register & balance reporting from a plain text ledger file, and
|
generates ledger-compatible register & balance reports from a plain text
|
||||||
demonstrates a functional implementation of ledger.
|
ledger file, and demonstrates a functional implementation of ledger.
|
||||||
License: GPL
|
License: GPL
|
||||||
Stability: alpha
|
Stability: alpha
|
||||||
Author: Simon Michael <simon@joyful.com>
|
Author: Simon Michael <simon@joyful.com>
|
||||||
|
|||||||
10
hledger.hs
10
hledger.hs
@ -5,11 +5,11 @@ hledger - a ledger-compatible text-based accounting tool.
|
|||||||
Copyright (c) 2007-2008 Simon Michael <simon@joyful.com>
|
Copyright (c) 2007-2008 Simon Michael <simon@joyful.com>
|
||||||
Released under GPL version 3 or later.
|
Released under GPL version 3 or later.
|
||||||
|
|
||||||
This is a minimal haskell clone of John Wiegley's ledger
|
hledger is a minimal haskell clone of John Wiegley's "ledger" text-based
|
||||||
(http://newartisans.com/software/ledger.html). hledger generates
|
accounting tool (http://newartisans.com/software/ledger.html). hledger
|
||||||
ledger-compatible register & balance reports from a plain text ledger
|
generates ledger-compatible register & balance reports from a plain text
|
||||||
file, and demonstrates a functional implementation of ledger. For more
|
ledger file, and demonstrates a functional implementation of ledger. For
|
||||||
information, see the hledger home page: http://joyful.com/hledger
|
more information, see the hledger home page: http://joyful.com/hledger
|
||||||
|
|
||||||
You can use the command line:
|
You can use the command line:
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user