| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Hledger.Cli.BalanceView
Description
This module is used by the balancesheet, incomestatement, and
cashflow commands to print out acocunt balances based on a specific
"view", which consists of a title and multiple named queries that are
aggregated and totaled.
- data BalanceView = BalanceView {}
- balanceviewmode :: BalanceView -> Mode RawOpts
- balanceviewReport :: BalanceView -> CliOpts -> Journal -> IO ()
Documentation
data BalanceView #
Describes a view for the balance, which can consist of multiple separate named queries that are aggregated and totaled.
Constructors
| BalanceView | |
Fields
| |
balanceviewmode :: BalanceView -> Mode RawOpts #
balanceviewReport :: BalanceView -> CliOpts -> Journal -> IO () #
Prints out a balance report according to a given view