Feature: [export][course] filter course by step, between two dates

This commit is contained in:
2023-06-14 23:31:43 +02:00
parent 398b633863
commit fe936ac0f2
6 changed files with 146 additions and 7 deletions

View File

@@ -28,11 +28,14 @@ services:
tags:
- { name: chill.export_filter, alias: accompanyingcourse_socialissue_filter }
chill.person.export.filter_step:
class: Chill\PersonBundle\Export\Filter\AccompanyingCourseFilters\StepFilter
Chill\PersonBundle\Export\Filter\AccompanyingCourseFilters\StepFilterOnDate:
tags:
- { name: chill.export_filter, alias: accompanyingcourse_step_filter }
Chill\PersonBundle\Export\Filter\AccompanyingCourseFilters\StepFilterBetweenDates:
tags:
- { name: chill.export_filter, alias: accompanyingcourse_step_filter_between_dates }
chill.person.export.filter_geographicalunitstat:
class: Chill\PersonBundle\Export\Filter\AccompanyingCourseFilters\GeographicalUnitStatFilter
tags: