hledger/hledger-lib/Hledger/Reports
Simon Michael ef9c4a29c4 lib: save the current date in ReportOpts
We need this for choosing a valuation date, otherwise, report
functions would have to be in IO or we'd have to pass in yet another
argument.

It's optional because it's useful to be able to create report opts
purely (I think ?) This is not ideal but maybe not a problem.
2019-04-24 08:25:55 -07:00
..
BalanceHistoryReport.hs tests: clear out old boilerplate 2018-08-31 18:12:17 -07:00
BalanceReport.hs speed up -V/--value by converting reports, not the journal (#999) 2019-04-23 17:39:01 -07:00
BudgetReport.hs lib, cli, web: rename porigin -> poriginal 2019-02-20 20:23:54 -08:00
EntriesReport.hs speed up -V/--value by converting reports, not the journal (#999) 2019-04-23 17:39:01 -07:00
MultiBalanceReports.hs speed up -V/--value by converting reports, not the journal (#999) 2019-04-23 17:39:01 -07:00
PostingsReport.hs speed up -V/--value by converting reports, not the journal (#999) 2019-04-23 17:39:01 -07:00
ReportOptions.hs lib: save the current date in ReportOpts 2019-04-24 08:25:55 -07:00
ReportTypes.hs budget: use a new first-class BudgetReport for --budget 2018-04-23 18:52:28 -07:00
TransactionsReports.hs rename easytests_* to tests_* 2018-09-06 13:13:26 -07:00