This commit is contained in:
James Cole
2015-12-18 18:42:56 +01:00
parent ac61dfae6b
commit 719af38a61
3 changed files with 2 additions and 7 deletions

View File

@@ -500,12 +500,7 @@ Route::group(
* Report Controller
*/
Route::get('/reports', ['uses' => 'ReportController@index', 'as' => 'reports.index']);
// Route::post('/reports/select', ['uses' => 'ReportController@select', 'as' => 'reports.select']);
Route::get('/reports/report/{report_type}/{start_date}/{end_date}/{accountList}', ['uses' => 'ReportController@report', 'as' => 'reports.report']);
// Route::get('/reports/{year}/{shared?}', ['uses' => 'ReportController@year', 'as' => 'reports.year'])->where(['year' => '[0-9]{4}', 'shared' => 'shared']);
// Route::get('/reports/{year}/{month}/{shared?}', ['uses' => 'ReportController@month', 'as' => 'reports.month'])->where(['year' => '[0-9]{4}', 'month' => '[0-9]{1,2}', 'shared' => 'shared']);
// pop ups for budget report:
/**
* Search Controller

View File

@@ -1 +1 @@
Click here to reset your password: {{ url('password/reset/' ~ token) }}
Click here to reset your password: {{ url('password/reset/' ~ token) }}

View File

@@ -18,4 +18,4 @@ Documentation:
https://github.com/JC5/firefly-iii/wiki/First-use
https://github.com/JC5/firefly-iii/wiki/full-description
The registration has been created from IP {{ ip }}
The registration has been created from IP {{ ip }}