hledger-0.21.3: The main command-line interface for the hledger accounting tool.

Safe HaskellNone

Hledger.Cli.Register

Description

A ledger-compatible register command.

Synopsis

Documentation

register :: CliOpts -> Journal -> IO ()Source

Print a (posting) register report.

postingsReportAsText :: CliOpts -> PostingsReport -> StringSource

Render a register report as plain text suitable for console output.