penny-0.28.0.0: Extensible double-entry accounting system

Safe HaskellNone

Penny.Cabin.Balance

Description

Penny balance reports. Currently there are two balance reports: the MultiCommodity report, which cannot convert commodities and which therefore might show more than one commodity in a single report, and the Convert report, which uses price data in the Penny file to convert all commodities to a single commodity. The Convert report always displays only one commodity per account and this one commodity for the whole report.

Synopsis

Documentation

multiCommodity :: ReportSource

The default multi-commodity balance report.

convert :: ReportSource

The default converting balance report.