hledger/hledger-lib/Hledger/Reports
Nicholas Niro a7f6b551c5 lib: Implemented a testing context for the module MultiBalanceReports.
Of the 2 tests, the first is a simple test on a specific period.
The second is expected to fail at this point until the new upcoming
code to fix the issue with the history option is implemented.

For the record : this issue happens when we use the -H flag for a period
that does not contain any transactions. Currently, the ending balance
values are only taken into account if the current period contains
a Transaction containing one of the previous populated accounts.

For example, if we have a statement on the 2008/01/01 for $1
and we do a command (with -H) to check the value on the
(without transactions) 2008/01/02, we will not get the $1 from
2008/01/01. In that same example, if we had a transaction for the same
account as 2008/01/01 in say 2008/01/03 then the -H command would
successfully show the statement from 2008/01/03 with the initial amount
that we set in 2008/01/01.
2017-07-15 08:02:03 +01:00
..
BalanceHistoryReport.hs BalanceHistoryReport is not used 2016-08-08 07:11:16 -07:00
BalanceReport.hs lib: Added 2 new tests to BalanceReport. 2017-07-15 08:02:03 +01:00
EntriesReport.hs split up Hledger.Reports 2014-03-19 17:31:18 -07:00
MultiBalanceReports.hs lib: Implemented a testing context for the module MultiBalanceReports. 2017-07-15 08:02:03 +01:00
PostingsReport.hs lib: rename Query's Status constructor to StatusQ 2017-06-15 19:16:39 -07:00
ReportOptions.hs ui: add temporary --status-toggles for testing toggle styles (#564) 2017-06-18 16:20:30 -07:00
TransactionsReports.hs ui, lib: another historical balance fix for accountTransactionsReport 2016-09-06 08:43:25 -07:00