Name: ledger-reports Version: 0.1 Category: Finance Synopsis: A tool to produce HTML reports from data in ledger formatted text files Description: This is a command line tool that accepts input XHTML files augmented with extra tags specifying reports. The output is the corresponding XHTML file with the reports interlaved. The reports are generated from data read from files in the format used by John Wiegley's "ledger" text-based accounting tool (http://newartisans.com/software/ledger.html) and the existing hledger tool.Various reports are available, including balances, balance changes, etc. License: GPL Stability: beta Author: Tim Docker Maintainer: Tim Docker Homepage: Tested-With: GHC Build-Type: Simple License-File: LICENSE Extra-Source-Files: README sample.ledger Extra-Tmp-Files: Cabal-Version: >= 1.6 Executable ledger-reports Build-Depends: base, time, mtl, containers, filepath, directory, regex-posix, parsec, xml, old-locale, hledger>=0.3 Main-Is: ledger-reports.hs