First attempt at budgets (split by account).

This commit is contained in:
James Cole
2015-12-11 18:45:39 +01:00
parent cba5e226d8
commit e332bfef7c
3 changed files with 100 additions and 1 deletions

View File

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