hledger/hledger-lib/Hledger
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
..
Data lib: rename ClearedStatus type to Status 2017-06-15 19:16:39 -07:00
Read csv: show the "creating/using rules file" message only with --debug 2017-07-06 14:07:46 +01:00
Reports lib: Implemented a testing context for the module MultiBalanceReports. 2017-07-15 08:02:03 +01:00
Utils lib: debug: add a log0 that writes to debug.log in the current directory 2017-06-30 19:14:57 +01:00
Data.hs Added a simple 'showMarketPrice' function to show market price directives in a journal-compatible way (#505) 2017-02-03 18:20:00 -08:00
Query.hs lib: rename ClearedStatus type to Status 2017-06-15 19:16:39 -07:00
Read.hs lib: disable WIP ledger4 parser, lighten dependencies 2017-03-29 21:06:26 -07:00
Reports.hs lib: Implemented a testing context for the module MultiBalanceReports. 2017-07-15 08:02:03 +01:00
Utils.hs lib: begin supporting colour 2017-04-25 18:27:25 -07:00