start of social actions export

This commit is contained in:
2022-07-26 10:41:24 +02:00
parent 70f118011b
commit a06a2c9592
5 changed files with 132 additions and 10 deletions

View File

@@ -27,18 +27,23 @@ services:
- { name: chill.export, alias: list_person_duplicate }
chill.person.export.count_accompanyingcourse:
class: Chill\PersonBundle\Export\Export\CountAccompanyingCourse
arguments:
- "@doctrine.orm.entity_manager"
tags:
- { name: chill.export, alias: count_accompanyingcourse }
class: Chill\PersonBundle\Export\Export\CountAccompanyingCourse
arguments:
- "@doctrine.orm.entity_manager"
tags:
- { name: chill.export, alias: count_accompanyingcourse }
chill.person.export.avg_accompanyingcourse_duration:
class: Chill\PersonBundle\Export\Export\StatAccompanyingCourseDuration
arguments:
- '@Chill\PersonBundle\Repository\AccompanyingPeriodRepository'
tags:
- { name: chill.export, alias: avg_accompanyingcourse_duration }
class: Chill\PersonBundle\Export\Export\StatAccompanyingCourseDuration
arguments:
- '@Chill\PersonBundle\Repository\AccompanyingPeriodRepository'
tags:
- { name: chill.export, alias: avg_accompanyingcourse_duration }
chill.person.export.count_social_actions:
class: Chill\PersonBundle\Export\Export\CountSocialActions
autowire: true
autoconfigure: true
chill.person.export.filter_gender:
class: Chill\PersonBundle\Export\Filter\GenderFilter