Extended reports

This commit is contained in:
Sander Dorigo
2014-11-07 22:06:30 +01:00
parent 139d985904
commit ab4f34a96b
6 changed files with 134 additions and 5 deletions

View File

@@ -168,6 +168,7 @@ Route::group(
Route::get('/chart/sankey/{account}/in', ['uses' => 'GoogleChartController@accountSankeyInChart']);
Route::get('/chart/reports/income-expenses/{year}', ['uses' => 'GoogleChartController@yearInExp']);
Route::get('/chart/reports/income-expenses-sum/{year}', ['uses' => 'GoogleChartController@yearInExpSum']);
Route::get('/chart/reports/budgets/{year}', ['uses' => 'GoogleChartController@budgetsReportChart']);
// google table controller
Route::get('/table/account/{account}/transactions', ['uses' => 'GoogleTableController@transactionsByAccount']);