Ajout d'un export csv hebdomadaire sur les rapports
This commit is contained in:
@@ -288,6 +288,10 @@ app_report:
|
||||
path: /user/report
|
||||
defaults: { _controller: App\Controller\ReportController:report }
|
||||
|
||||
app_report_export:
|
||||
path: /user/report/export
|
||||
defaults: { _controller: App\Controller\ReportController:export }
|
||||
|
||||
app_holiday:
|
||||
path: /user/holiday
|
||||
defaults: { _controller: App\Controller\ReportController:holiday }
|
||||
|
Reference in New Issue
Block a user