Hoogle Search

Within LTS Haskell 24.49 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. type PostingsReport = [PostingsReportItem]

    hledger-lib Hledger.Reports.PostingsReport

    A postings report is a list of postings with a running total, and a little extra transaction info to help with rendering. This is used eg for the register command.

  2. type PostingsReportItem = (Maybe Day, Maybe Period, Maybe Text, Posting, MixedAmount)

    hledger-lib Hledger.Reports.PostingsReport

    No documentation available.

  3. PerPeriod :: BalanceAccumulation

    hledger-lib Hledger.Reports.ReportOptions

    No accumulation. Eg, shows the change of balance in each period.

  4. type Percentage = Decimal

    hledger-lib Hledger.Reports.ReportTypes

    No documentation available.

  5. data PeriodicReport a b

    hledger-lib Hledger.Reports.ReportTypes

    A periodic report is a generic tabular report, where each row corresponds to some label (usually an account name) and each column to a date period. The column periods are usually consecutive subperiods formed by splitting the overall report period by some report interval (daily, weekly, etc.). It has:

    1. a list of each column's period (date span)
    2. a list of rows, each containing:
    • an account label
    • the account's depth
    • A list of amounts, one for each column. Depending on the value type, these can represent balance changes, ending balances, budget performance, etc. (for example, see BalanceAccumulation and Hledger.Cli.Commands.Balance).
    • the total of the row's amounts for a periodic report, or zero for cumulative/historical reports (since summing end balances generally doesn't make sense).
    • the average of the row's amounts
    1. the column totals, and the overall grand total (or zero for cumulative/historical reports) and grand average.

  6. PeriodicReport :: [DateSpan] -> [PeriodicReportRow a b] -> PeriodicReportRow () b -> PeriodicReport a b

    hledger-lib Hledger.Reports.ReportTypes

    No documentation available.

  7. data PeriodicReportRow a b

    hledger-lib Hledger.Reports.ReportTypes

    No documentation available.

  8. PeriodicReportRow :: a -> [b] -> b -> b -> PeriodicReportRow a b

    hledger-lib Hledger.Reports.ReportTypes

    No documentation available.

  9. module Hledger.Utils.Parse

    No documentation available.

  10. PATCH :: Method

    http-streams Network.Http.Client

    No documentation available.

Page 459 of many | Previous | Next