| Safe Haskell | None |
|---|---|
| Language | GHC2021 |
Hledger.UI.BalancesheetScreen
Documentation
bsNew :: UIOpts -> Day -> Journal -> Maybe AccountName -> Screen Source #
Construct a balance sheet screen listing the appropriate set of accounts, with the appropriate one selected. Screen-specific arguments: the account to select if any.
bsUpdate :: UIOpts -> Day -> Journal -> AccountsScreenState -> AccountsScreenState Source #
Update a balance sheet screen's state from these options, reporting date, and journal.