BalanceHistoryReport is not used
This commit is contained in:
parent
02845ccf3d
commit
b991103bcc
@ -15,7 +15,7 @@ module Hledger.Reports (
|
|||||||
module Hledger.Reports.TransactionsReports,
|
module Hledger.Reports.TransactionsReports,
|
||||||
module Hledger.Reports.BalanceReport,
|
module Hledger.Reports.BalanceReport,
|
||||||
module Hledger.Reports.MultiBalanceReports,
|
module Hledger.Reports.MultiBalanceReports,
|
||||||
module Hledger.Reports.BalanceHistoryReport,
|
-- module Hledger.Reports.BalanceHistoryReport,
|
||||||
|
|
||||||
-- * Tests
|
-- * Tests
|
||||||
tests_Hledger_Reports
|
tests_Hledger_Reports
|
||||||
@ -30,7 +30,7 @@ import Hledger.Reports.PostingsReport
|
|||||||
import Hledger.Reports.TransactionsReports
|
import Hledger.Reports.TransactionsReports
|
||||||
import Hledger.Reports.BalanceReport
|
import Hledger.Reports.BalanceReport
|
||||||
import Hledger.Reports.MultiBalanceReports
|
import Hledger.Reports.MultiBalanceReports
|
||||||
import Hledger.Reports.BalanceHistoryReport
|
-- import Hledger.Reports.BalanceHistoryReport
|
||||||
|
|
||||||
tests_Hledger_Reports :: Test
|
tests_Hledger_Reports :: Test
|
||||||
tests_Hledger_Reports = TestList $
|
tests_Hledger_Reports = TestList $
|
||||||
|
|||||||
@ -4,6 +4,7 @@
|
|||||||
Account balance history report.
|
Account balance history report.
|
||||||
|
|
||||||
-}
|
-}
|
||||||
|
-- XXX not used
|
||||||
|
|
||||||
module Hledger.Reports.BalanceHistoryReport (
|
module Hledger.Reports.BalanceHistoryReport (
|
||||||
accountBalanceHistory
|
accountBalanceHistory
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user