mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-29 18:20:01 +00:00
Move some stuff over to AJAX thing.
This commit is contained in:
@@ -317,11 +317,18 @@ Route::group(
|
||||
/**
|
||||
* Report AJAX data Controller:
|
||||
*/
|
||||
// account report
|
||||
Route::get(
|
||||
'/reports/data/accountReport/{start_date}/{end_date}/{accountList}',
|
||||
'/reports/data/account-report/{start_date}/{end_date}/{accountList}',
|
||||
['uses' => 'Report\AccountController@accountReport', 'as' => 'reports.data.accountReport']
|
||||
);
|
||||
|
||||
// income report
|
||||
Route::get(
|
||||
'/reports/data/in-out-report/{start_date}/{end_date}/{accountList}',
|
||||
['uses' => 'Report\InOutController@inOutReport', 'as' => 'reports.data.inOutReport']
|
||||
);
|
||||
|
||||
/**
|
||||
* Rules Controller
|
||||
*/
|
||||
|
Reference in New Issue
Block a user