hledger-1.2: Command-line interface for the hledger accounting tool

Safe HaskellNone
LanguageHaskell2010

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.

Synopsis

Documentation

data BalanceView Source #

Describes a view for the balance, which can consist of multiple separate named queries that are aggregated and totaled.

Constructors

BalanceView 

Fields

balanceviewReport :: BalanceView -> CliOpts -> Journal -> IO () Source #

Prints out a balance report according to a given view