hledger-0.13: A command-line double-entry accounting tool.

Hledger.Cli.Print

Description

A ledger-compatible print command.

Synopsis

Documentation

type JournalReport = [JournalReportItem]Source

A journal report is just a list of transactions.

type JournalReportItem = TransactionSource

The data for a single journal report item, representing one transaction.

print' :: [Opt] -> [String] -> Journal -> IO ()Source

Print journal transactions in standard format.