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

Safe HaskellNone
LanguageHaskell2010

Hledger.Web.Widget.Common

Synopsis

Documentation

accountQuery :: AccountName -> Text Source #

accountOnlyQuery :: AccountName -> Text Source #

balanceReportAsHtml :: Eq r => (r, r) -> r -> Bool -> Journal -> [QueryOpt] -> BalanceReport -> HtmlUrl r Source #

Render a BalanceReport as html.

helplink :: Text -> Text -> HtmlUrl r Source #

Link to a topic in the manual.

mixedAmountAsHtml :: MixedAmount -> HtmlUrl a Source #