hledger-lib-0.23.3: Core data types, parsers and utilities for the hledger accounting tool.

Safe HaskellNone
LanguageHaskell2010

Hledger.Reports.BalanceHistoryReport

Description

Account balance history report.

Synopsis

Documentation

accountBalanceHistory :: ReportOpts -> Journal -> Account -> [(Day, MixedAmount)] Source

Get the historical running inclusive balance of a particular account, from earliest to latest posting date.