export journée pleines travaillés

This commit is contained in:
2020-07-31 10:20:33 +02:00
parent c6ade61a08
commit 8dee5b5ce4
7 changed files with 196 additions and 8 deletions

View File

@@ -410,7 +410,11 @@ app_export_penalty_additional:
export_project_weekly:
path: /export/export_project_weekly
defaults: { _controller: App\Controller\ExportController:export_project_weekly }
defaults: { _controller: App\Controller\ExportController:export_project_weekly }
export_full_worked_days:
path: /export/export_full_worked_days
defaults: { _controller: App\Controller\ExportController:export_full_worked_days }
#== API ===========================================================================================================