Source codeContentsIndex
Hledger.Cli.Commands.Print
Description
A ledger-compatible print command.
Synopsis
type JournalReport = [JournalReportItem]
type JournalReportItem = Transaction
print' :: [Opt] -> [String] -> Journal -> IO ()
showTransactions :: FilterSpec -> Journal -> String
journalReportAsText :: [Opt] -> FilterSpec -> JournalReport -> String
journalReport :: [Opt] -> FilterSpec -> Journal -> JournalReport
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.
showTransactions :: FilterSpec -> Journal -> StringSource
journalReportAsText :: [Opt] -> FilterSpec -> JournalReport -> StringSource
journalReport :: [Opt] -> FilterSpec -> Journal -> JournalReportSource
Produced by Haddock version 2.6.1