Hoogle Search
Within LTS Haskell 24.40 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
hledger-lib Hledger.Data.Amount No documentation available.
displayForceDecimalMark :: AmountFormat -> Boolhledger-lib Hledger.Data.Amount Whether to add a trailing decimal mark when there are no decimal digits and there are digit group marks, to disambiguate
intervalBoundaryBefore :: Interval -> Day -> Dayhledger-lib Hledger.Data.Dates No documentation available.
-
hledger-lib Hledger.Data.Period No documentation available.
postingTransformAmount :: (MixedAmount -> MixedAmount) -> Posting -> Postinghledger-lib Hledger.Data.Posting Apply a transform function to this posting's main amount (but not its balance assertion amount).
module Hledger.Data.
StringFormat Parse format strings provided by --format, with awareness of hledger's report item fields. The formats are used by report-specific renderers like renderBalanceReportItem.
-
hledger-lib Hledger.Data.StringFormat A format specification/template to use when rendering a report line item as text. A format is a sequence of components; each is either a literal string, or a hledger report item field with specified width and justification whose value will be interpolated at render time. A component's value may be a multi-line string (or a multi-commodity amount), in which case the final string will be either single-line or a top or bottom-aligned multi-line string depending on the StringFormat variant used. Currently this is only used in the balance command's single-column mode, which provides a limited StringFormat renderer.
-
hledger-lib Hledger.Data.StringFormat No documentation available.
defaultBalanceLineFormat :: StringFormathledger-lib Hledger.Data.StringFormat Default line format for balance report: "%20(total) %2(depth_spacer)%-(account)"
defaultStringFormatStyle :: [StringFormatComponent] -> StringFormathledger-lib Hledger.Data.StringFormat No documentation available.