hledger-lib-0.27: Core data types, parsers and functionality for the hledger accounting tools

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.