Feature: [exports] add filters for start and end date for accompanying period works

This commit is contained in:
2023-04-28 12:37:28 +02:00
parent 7e3295c71f
commit 997f3cdb09
4 changed files with 256 additions and 1 deletions

View File

@@ -48,7 +48,19 @@ services:
tags:
- { name: chill.export_filter, alias: social_work_actions_current_filter }
## AGGREGATORS
Chill\PersonBundle\Export\Filter\SocialWorkFilters\AccompanyingPeriodWorkStartDateBetweenDateFilter:
autowire: true
autoconfigure: true
tags:
- { name: chill.export_filter, alias: social_work_actions_start_btw_dates_filter }
Chill\PersonBundle\Export\Filter\SocialWorkFilters\AccompanyingPeriodWorkEndDateBetweenDateFilter:
autowire: true
autoconfigure: true
tags:
- { name: chill.export_filter, alias: social_work_actions_end_btw_dates_filter }
## AGGREGATORS
chill.person.export.aggregator_action_type:
class: Chill\PersonBundle\Export\Aggregator\SocialWorkAggregators\ActionTypeAggregator
autowire: true