Hoogle Search
Within LTS Haskell 24.52 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
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.
parseStringFormat :: Text -> Either String StringFormathledger-lib Hledger.Data.StringFormat Parse a string format specification, or return a parse error.
tests_StringFormat :: TestTreehledger-lib Hledger.Data.StringFormat No documentation available.
transactionTransformPostings :: (Posting -> Posting) -> Transaction -> Transactionhledger-lib Hledger.Data.Transaction Apply a transform function to this transaction's amounts.
-
hledger-lib Hledger.Data.Types One of the standard *-separated value file types known by hledger,
-
hledger-lib Hledger.Data.Types The id of a data format understood by hledger, eg journal or csv. The --output-format option selects one of these for output.
cformat :: Commodity -> Maybe AmountStylehledger-lib Hledger.Data.Types No documentation available.
saveLatestDatesForFiles :: [LatestDatesForFile] -> IO ()hledger-lib Hledger.Read Save each file's latest dates.
journalAddForecast :: Bool -> Maybe DateSpan -> Journal -> Journalhledger-lib Hledger.Read.Common Generate periodic transactions from all periodic transaction rules in the journal. These transactions are added to the in-memory Journal (but not the on-disk file). The start & end date for generated periodic transactions are determined in a somewhat complicated way; see the hledger manual -> Periodic transactions.