mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-01 03:29:33 +00:00
Tweak reports.
This commit is contained in:
@@ -335,6 +335,12 @@ Route::group(
|
||||
['uses' => 'Report\CategoryController@categoryReport', 'as' => 'reports.data.categoryReport']
|
||||
);
|
||||
|
||||
// balance report:
|
||||
Route::get(
|
||||
'/reports/data/balance-report/{start_date}/{end_date}/{accountList}',
|
||||
['uses' => 'Report\BalanceController@balanceReport', 'as' => 'reports.data.balanceReport']
|
||||
);
|
||||
|
||||
/**
|
||||
* Rules Controller
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user