Home
last modified time | relevance | path

Searched defs:ReportOpts (Results 1 – 3 of 3) sorted by relevance

/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/hledger-lib-1.19/Hledger/Reports/
H A DReportOptions.hs89 data ReportOpts = ReportOpts { type
418 transactionDateFn ReportOpts{..} = if date2_ then transactionDate2 else tdate function
422 postingDateFn ReportOpts{..} = if date2_ then postingDate2 else postingDate function
426 whichDateFromOpts ReportOpts{..} = if date2_ then SecondaryDate else PrimaryDate function
430 tree_ ReportOpts{accountlistmode_ = ALTree} = True function
431 tree_ ReportOpts{accountlistmode_ = ALFlat} = False function
/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/hledger-lib-1.19/Hledger/Reports/
H A DReportOptions.hs89 data ReportOpts = ReportOpts { constructor
418 transactionDateFn ReportOpts{..} = if date2_ then transactionDate2 else tdate function
422 postingDateFn ReportOpts{..} = if date2_ then postingDate2 else postingDate function
426 whichDateFromOpts ReportOpts{..} = if date2_ then SecondaryDate else PrimaryDate function
430 tree_ ReportOpts{accountlistmode_ = ALTree} = True function
431 tree_ ReportOpts{accountlistmode_ = ALFlat} = False function
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/hledger-lib-1.19.1/Hledger/Reports/
H A DReportOptions.hs89 data ReportOpts = ReportOpts { type
418 transactionDateFn ReportOpts{..} = if date2_ then transactionDate2 else tdate function
422 postingDateFn ReportOpts{..} = if date2_ then postingDate2 else postingDate function
426 whichDateFromOpts ReportOpts{..} = if date2_ then SecondaryDate else PrimaryDate function
430 tree_ ReportOpts{accountlistmode_ = ALTree} = True function
431 tree_ ReportOpts{accountlistmode_ = ALFlat} = False function