lib: Export some MultiBalanceReport helper functions.
This commit is contained in:
parent
c5abefc72f
commit
6e65d4e071
@ -25,6 +25,15 @@ module Hledger.Reports.MultiBalanceReport (
|
|||||||
sortRows,
|
sortRows,
|
||||||
sortRowsLike,
|
sortRowsLike,
|
||||||
|
|
||||||
|
-- * Helper functions
|
||||||
|
calculateReportSpan,
|
||||||
|
makeReportQuery,
|
||||||
|
getPostingsByColumn,
|
||||||
|
getPostings,
|
||||||
|
calculateColSpans,
|
||||||
|
startingBalances,
|
||||||
|
generateMultiBalanceReport,
|
||||||
|
|
||||||
-- -- * Tests
|
-- -- * Tests
|
||||||
tests_MultiBalanceReport
|
tests_MultiBalanceReport
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user