;lib: CBCSubreportSpec note
This commit is contained in:
parent
e4f8b80d3b
commit
e057857c04
@ -156,6 +156,7 @@ data CompoundPeriodicReport a b = CompoundPeriodicReport
|
|||||||
} deriving (Show, Generic, ToJSON)
|
} deriving (Show, Generic, ToJSON)
|
||||||
|
|
||||||
-- | Description of one subreport within a compound balance report.
|
-- | Description of one subreport within a compound balance report.
|
||||||
|
-- Part of a "CompoundBalanceCommandSpec", but also used in hledger-lib.
|
||||||
data CBCSubreportSpec = CBCSubreportSpec
|
data CBCSubreportSpec = CBCSubreportSpec
|
||||||
{ cbcsubreporttitle :: String
|
{ cbcsubreporttitle :: String
|
||||||
, cbcsubreportquery :: Journal -> Query
|
, cbcsubreportquery :: Journal -> Query
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user