lib: Export some MultiBalanceReport helper functions.

This commit is contained in:
Stephen Morgan 2020-09-22 22:34:51 +10:00 committed by Simon Michael
parent c5abefc72f
commit 6e65d4e071

View File

@ -25,6 +25,15 @@ module Hledger.Reports.MultiBalanceReport (
sortRows,
sortRowsLike,
-- * Helper functions
calculateReportSpan,
makeReportQuery,
getPostingsByColumn,
getPostings,
calculateColSpans,
startingBalances,
generateMultiBalanceReport,
-- -- * Tests
tests_MultiBalanceReport
)