Export: create an export which add the average duration of accompanying period work

This commit is contained in:
2023-11-15 11:42:34 +00:00
committed by Julien Fastré
parent 3332413fe0
commit 3743b336a6
7 changed files with 394 additions and 1 deletions

View File

@@ -22,6 +22,14 @@ services:
tags:
- { name: chill.export, alias: list_social_work_actions_associate_person_work }
Chill\PersonBundle\Export\Export\AvgDurationAPWorkPersonAssociatedOnAccompanyingPeriod:
tags:
- { name: chill.export, alias: avg_duration_social_work_actions_person_associated_on_period }
Chill\PersonBundle\Export\Export\AvgDurationAPWorkPersonAssociatedOnWork:
tags:
- { name: chill.export, alias: avg_duration_social_work_actions_person_associated_on_work }
## FILTERS
chill.person.export.filter_social_work_type:
class: Chill\PersonBundle\Export\Filter\SocialWorkFilters\SocialWorkTypeFilter