hledger-web-0.25: A web interface for the hledger accounting tool.

Safe HaskellNone
LanguageHaskell98

Handler.RegisterR

Description

/register handlers.

Synopsis

Documentation

getRegisterR :: Handler Html Source

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

registerChartHtml :: [(Commodity, (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 ()