hledger-0.7.0: A command-line (or curses or web-based) double-entry accounting tool.Source codeContentsIndex
Ledger.Posting
Description

A Posting represents a MixedAmount being added to or subtracted from a single Account. Each LedgerTransaction contains two or more postings which should add up to 0.

Generally, we use these with the ledger transaction's date and description added, which we call a Transaction.

Documentation
showPosting :: Posting -> StringSource
isReal :: Posting -> BoolSource
isVirtual :: Posting -> BoolSource
isBalancedVirtual :: Posting -> BoolSource
hasAmount :: Posting -> BoolSource
Produced by Haddock version 2.7.2