mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-22 12:11:19 +00:00
Add more stuff to ajax controllers, making report controller simpler.
This commit is contained in:
@@ -329,6 +329,12 @@ Route::group(
|
||||
['uses' => 'Report\InOutController@inOutReport', 'as' => 'reports.data.inOutReport']
|
||||
);
|
||||
|
||||
// category report:
|
||||
Route::get(
|
||||
'/reports/data/category-report/{start_date}/{end_date}/{accountList}',
|
||||
['uses' => 'Report\CategoryController@categoryReport', 'as' => 'reports.data.categoryReport']
|
||||
);
|
||||
|
||||
/**
|
||||
* Rules Controller
|
||||
*/
|
||||
|
Reference in New Issue
Block a user