hledger-web-1.14.1: Web interface for the hledger accounting tool

Safe HaskellNone
LanguageHaskell2010

Hledger.Web.Handler.RegisterR

Description

/register handlers.

Synopsis

Documentation

getRegisterR :: Handler Html Source #

The main journal/account register view, with accounts sidebar.

registerChartHtml :: [(CommoditySymbol, (String, [TransactionsReportItem]))] -> HtmlUrl AppRoute Source #

Generate javascript/html for a register balance line chart based on the provided TransactionsReportItems.