|
|
|
| Description |
| A Ledger is derived from a Journal by applying a filter specification
to select Transactions and Postings of interest. It contains the
filtered journal and knows the resulting chart of accounts, account
balances, and postings in each account.
|
|
| Synopsis |
|
|
|
| Documentation |
|
|
|
|
| Filter a journal's transactions as specified, and then process them
to derive a ledger containing all balances, the chart of accounts,
canonicalised commodities etc.
|
|
|
| List a ledger's account names.
|
|
|
| Get the named account from a ledger.
|
|
|
| List a ledger's accounts, in tree order
|
|
|
| List a ledger's top-level accounts, in tree order
|
|
|
| Accounts in ledger whose name matches the pattern, in tree order.
|
|
|
| List a ledger account's immediate subaccounts
|
|
|
| List a ledger's postings, in the order parsed.
|
|
|
| Get a ledger's tree of accounts to the specified depth.
|
|
|
| Get a ledger's tree of accounts rooted at the specified account.
|
|
|
| The (fully specified) date span containing all the ledger's (filtered) transactions,
or DateSpan Nothing Nothing if there are none.
|
|
|
| Convenience aliases.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Produced by Haddock version 2.6.1 |