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

Safe HaskellNone
LanguageHaskell2010

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. registerChartHtml :: forall t (t1 :: * -> *) t2 t3 t4 t5. Data.Foldable.Foldable t1 => t1 (Transaction, t2, t3, t4, t5, MixedAmount) -> t -> Text.Blaze.Internal.HtmlM ()