[export] add a filter and aggregator on accompanying periods: group by activity type (accompanying course having at least one activity from this type)

This commit is contained in:
2023-10-18 16:56:35 +02:00
parent 11fb9bcd0b
commit 981dc6a959
6 changed files with 229 additions and 0 deletions

View File

@@ -208,3 +208,7 @@ services:
Chill\ActivityBundle\Export\Aggregator\PersonsAggregator:
tags:
- { name: chill.export_aggregator, alias: activity_by_persons_aggregator }
Chill\ActivityBundle\Export\Aggregator\ACPAggregators\ByActivityTypeAggregator:
tags:
- { name: chill.export_aggregator, alias: acp_by_activity_type_aggregator }