hledger-0.10: A command-line (or curses or web-based) double-entry accounting tool.Source codeContentsIndex
Hledger.Cli.Commands.Register
Description
A ledger-compatible register command.
Synopsis
register :: [Opt] -> [String] -> Journal -> IO ()
showRegisterReport :: [Opt] -> FilterSpec -> Journal -> String
showPostingWithBalance :: Bool -> Posting -> MixedAmount -> String
tests_Register :: Test
Documentation
register :: [Opt] -> [String] -> Journal -> IO ()Source
Print a register report.
showRegisterReport :: [Opt] -> FilterSpec -> Journal -> StringSource
Generate the register report, which is a list of postings with transaction info and a running balance.
showPostingWithBalance :: Bool -> Posting -> MixedAmount -> StringSource
Show one posting and running balance, with or without transaction info.
tests_Register :: TestSource
Produced by Haddock version 2.6.1