mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
exports avg_accompanying_course_duration with closingdate parameter
This commit is contained in:
@@ -33,11 +33,12 @@ services:
|
||||
tags:
|
||||
- { name: chill.export, alias: count_accompanying_course }
|
||||
|
||||
chill.person.export.sum_accompanying_course_duration:
|
||||
chill.person.export.avg_accompanying_course_duration:
|
||||
class: Chill\PersonBundle\Export\Export\StatAccompanyingCourseDuration
|
||||
arguments:
|
||||
- '@Chill\PersonBundle\Repository\AccompanyingPeriodRepository'
|
||||
tags:
|
||||
- { name: chill.export, alias: sum_accompanying_course_duration }
|
||||
- { name: chill.export, alias: avg_accompanying_course_duration }
|
||||
|
||||
chill.person.export.filter_gender:
|
||||
class: Chill\PersonBundle\Export\Filter\GenderFilter
|
||||
|
Reference in New Issue
Block a user