First attempt at account specific bill report.

This commit is contained in:
James Cole
2015-12-12 10:33:19 +01:00
parent afdae8bc1e
commit 9284eb3fe9
5 changed files with 115 additions and 3 deletions

View File

@@ -247,7 +247,7 @@ class ReportController extends Controller
$budgets = $this->helper->getBudgetReportForList($start, $end, $list);
$categories = $this->helper->getCategoryReportForList($start, $end, $list);
$balance = $this->helper->getBalanceReportForList($start, $end, $list);
// $bills = $this->helper->getBillReportForList($start, $end);
$bills = $this->helper->getBillReportForList($start, $end, $list);
// continue!
return view(