mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-08 07:09:28 +03:00
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.BalanceReport,
|
||||
module Hledger.Reports.MultiBalanceReports,
|
||||
module Hledger.Reports.BalanceHistoryReport,
|
||||
-- module Hledger.Reports.BalanceHistoryReport,
|
||||
|
||||
-- * Tests
|
||||
tests_Hledger_Reports
|
||||
@ -30,7 +30,7 @@ import Hledger.Reports.PostingsReport
|
||||
import Hledger.Reports.TransactionsReports
|
||||
import Hledger.Reports.BalanceReport
|
||||
import Hledger.Reports.MultiBalanceReports
|
||||
import Hledger.Reports.BalanceHistoryReport
|
||||
-- import Hledger.Reports.BalanceHistoryReport
|
||||
|
||||
tests_Hledger_Reports :: Test
|
||||
tests_Hledger_Reports = TestList $
|
||||
|
@ -4,6 +4,7 @@
|
||||
Account balance history report.
|
||||
|
||||
-}
|
||||
-- XXX not used
|
||||
|
||||
module Hledger.Reports.BalanceHistoryReport (
|
||||
accountBalanceHistory
|
||||
|
Loading…
Reference in New Issue
Block a user