mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-24 00:23:50 +00:00
Merge branch '244-record-closing-motive-on-acc-period-closing' into 'master'
[Export] Ajout de la comptabilisation du nombre de changements de statuts du parcours Closes #244 See merge request Chill-Projet/chill-bundles!650
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
services:
|
||||
_defaults:
|
||||
autowire: true
|
||||
autoconfigure: true
|
||||
|
||||
# exports
|
||||
Chill\PersonBundle\Export\Export\CountAccompanyingCourseStepHistory:
|
||||
tags:
|
||||
- { name: chill.export, alias: count_acpstephistory }
|
||||
|
||||
# filters
|
||||
Chill\PersonBundle\Export\Filter\AccompanyingPeriodStepHistoryFilters\ByDateFilter:
|
||||
tags:
|
||||
- { name: chill.export_filter, alias: acpstephistory_filter_by_date }
|
||||
|
||||
Chill\PersonBundle\Export\Filter\AccompanyingPeriodStepHistoryFilters\ByStepFilter:
|
||||
tags:
|
||||
- { name: chill.export_filter, alias: acpstephistory_filter_by_step }
|
||||
|
||||
# aggregators
|
||||
Chill\PersonBundle\Export\Aggregator\AccompanyingPeriodStepHistoryAggregators\ByClosingMotiveAggregator:
|
||||
tags:
|
||||
- { name: chill.export_aggregator, alias: acpstephistory_agg_by_closing_motive }
|
||||
|
||||
Chill\PersonBundle\Export\Aggregator\AccompanyingPeriodStepHistoryAggregators\ByDateAggregator:
|
||||
tags:
|
||||
- { name: chill.export_aggregator, alias: acpstephistory_agg_by_date }
|
||||
|
||||
Chill\PersonBundle\Export\Aggregator\AccompanyingPeriodStepHistoryAggregators\ByStepAggregator:
|
||||
tags:
|
||||
- { name: chill.export_aggregator, alias: acpstephistory_agg_by_step }
|
Reference in New Issue
Block a user