Fixed category chart

This commit is contained in:
James Cole
2016-11-12 20:29:16 +01:00
parent 98d6c90e90
commit 7e7ac264d2
6 changed files with 123 additions and 13 deletions

View File

@@ -227,12 +227,8 @@ Route::group(
['uses' => 'Chart\CategoryReportController@accountExpense']
);
Route::get(
'/chart/category-report-income/{accountList}/{categoryList}/{start_date}/{end_date}',
['uses' => 'Chart\CategoryReportController@mainIncomeChart']
);
Route::get(
'/chart/category-report-expenses/{accountList}/{categoryList}/{start_date}/{end_date}',
['uses' => 'Chart\CategoryReportController@mainExpenseChart']
'/chart/category-report-in-out/{accountList}/{categoryList}/{start_date}/{end_date}',
['uses' => 'Chart\CategoryReportController@mainChart']
);
// piggy banks: