mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 10:47:00 +00:00 
			
		
		
		
	Build code for tag report.
This commit is contained in:
		| @@ -478,6 +478,7 @@ Route::group( | ||||
|     Route::get('audit/{accountList}/{start_date}/{end_date}', ['uses' => 'ReportController@auditReport', 'as' => 'report.audit']); | ||||
|     Route::get('category/{accountList}/{categoryList}/{start_date}/{end_date}', ['uses' => 'ReportController@categoryReport', 'as' => 'report.category']); | ||||
|     Route::get('budget/{accountList}/{budgetList}/{start_date}/{end_date}', ['uses' => 'ReportController@budgetReport', 'as' => 'report.budget']); | ||||
|     Route::get('tag/{accountList}/{tagList}/{start_date}/{end_date}', ['uses' => 'ReportController@tagReport', 'as' => 'report.tag']); | ||||
|  | ||||
|     Route::post('', ['uses' => 'ReportController@postIndex', 'as' => 'index.post']); | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user