Export: add export "number of household associated with an activity"

This commit is contained in:
2023-12-04 16:30:09 +01:00
parent 673518e0eb
commit b17b2a8cfb
7 changed files with 425 additions and 0 deletions

View File

@@ -20,6 +20,14 @@ services:
tags:
- { name: chill.export, alias: 'count_person_on_activity' }
Chill\ActivityBundle\Export\Export\LinkedToACP\CountHouseholdOnActivity:
tags:
- { name: chill.export, alias: 'count_household_on_activity_acp' }
Chill\ActivityBundle\Export\Export\LinkedToPerson\CountHouseholdOnActivity:
tags:
- { name: chill.export, alias: 'count_household_on_activity_person' }
chill.activity.export.count_activity_linked_to_acp:
class: Chill\ActivityBundle\Export\Export\LinkedToACP\CountActivity
tags: