mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 13:54:23 +00:00
exports: re-enable all modifiers stack with shared filters/aggrs
This commit is contained in:
parent
f10ec3991d
commit
a817b0bf4c
@ -101,7 +101,7 @@ class AvgActivityDuration implements ExportInterface, GroupedExportInterface
|
|||||||
return [
|
return [
|
||||||
Declarations::ACTIVITY,
|
Declarations::ACTIVITY,
|
||||||
Declarations::ACTIVITY_ACP,
|
Declarations::ACTIVITY_ACP,
|
||||||
//PersonDeclarations::ACP_TYPE,
|
PersonDeclarations::ACP_TYPE,
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -101,7 +101,7 @@ class AvgActivityVisitDuration implements ExportInterface, GroupedExportInterfac
|
|||||||
return [
|
return [
|
||||||
Declarations::ACTIVITY,
|
Declarations::ACTIVITY,
|
||||||
Declarations::ACTIVITY_ACP,
|
Declarations::ACTIVITY_ACP,
|
||||||
//PersonDeclarations::ACP_TYPE,
|
PersonDeclarations::ACP_TYPE,
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -105,7 +105,7 @@ class CountActivity implements ExportInterface, GroupedExportInterface
|
|||||||
return [
|
return [
|
||||||
Declarations::ACTIVITY,
|
Declarations::ACTIVITY,
|
||||||
Declarations::ACTIVITY_ACP,
|
Declarations::ACTIVITY_ACP,
|
||||||
//PersonDeclarations::ACP_TYPE,
|
PersonDeclarations::ACP_TYPE,
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -104,7 +104,7 @@ class SumActivityDuration implements ExportInterface, GroupedExportInterface
|
|||||||
return [
|
return [
|
||||||
Declarations::ACTIVITY,
|
Declarations::ACTIVITY,
|
||||||
Declarations::ACTIVITY_ACP,
|
Declarations::ACTIVITY_ACP,
|
||||||
//PersonDeclarations::ACP_TYPE,
|
PersonDeclarations::ACP_TYPE,
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -104,7 +104,7 @@ class SumActivityVisitDuration implements ExportInterface, GroupedExportInterfac
|
|||||||
return [
|
return [
|
||||||
Declarations::ACTIVITY,
|
Declarations::ACTIVITY,
|
||||||
Declarations::ACTIVITY_ACP,
|
Declarations::ACTIVITY_ACP,
|
||||||
//PersonDeclarations::ACP_TYPE,
|
PersonDeclarations::ACP_TYPE,
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -112,8 +112,8 @@ class CountEvaluation implements ExportInterface, GroupedExportInterface
|
|||||||
{
|
{
|
||||||
return [
|
return [
|
||||||
Declarations::EVAL_TYPE,
|
Declarations::EVAL_TYPE,
|
||||||
//Declarations::ACP_TYPE,
|
Declarations::SOCIAL_WORK_ACTION_TYPE,
|
||||||
//Declarations::SOCIAL_WORK_ACTION_TYPE,
|
Declarations::ACP_TYPE,
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -121,7 +121,7 @@ class CountHousehold implements ExportInterface, GroupedExportInterface
|
|||||||
{
|
{
|
||||||
return [
|
return [
|
||||||
Declarations::HOUSEHOLD_TYPE,
|
Declarations::HOUSEHOLD_TYPE,
|
||||||
//Declarations::ACP_TYPE
|
Declarations::ACP_TYPE,
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -111,8 +111,8 @@ class CountPersonWithAccompanyingCourse implements ExportInterface, GroupedExpor
|
|||||||
public function supportsModifiers(): array
|
public function supportsModifiers(): array
|
||||||
{
|
{
|
||||||
return [
|
return [
|
||||||
Declarations::ACP_TYPE,
|
|
||||||
Declarations::PERSON_TYPE,
|
Declarations::PERSON_TYPE,
|
||||||
|
Declarations::ACP_TYPE,
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -110,6 +110,7 @@ class CountSocialWorkActions implements ExportInterface, GroupedExportInterface
|
|||||||
{
|
{
|
||||||
return [
|
return [
|
||||||
Declarations::SOCIAL_WORK_ACTION_TYPE,
|
Declarations::SOCIAL_WORK_ACTION_TYPE,
|
||||||
|
Declarations::ACP_TYPE,
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -456,7 +456,7 @@ Filter by socialaction: Filtrer les parcours par action d'accompagnement
|
|||||||
Accepted socialactions: Actions d'accompagnement
|
Accepted socialactions: Actions d'accompagnement
|
||||||
"Filtered by socialactions: only %socialactions%": "Filtré par action d'accompagnement: uniquement %socialactions%"
|
"Filtered by socialactions: only %socialactions%": "Filtré par action d'accompagnement: uniquement %socialactions%"
|
||||||
Group by social action: Grouper les parcours par action d'accompagnement
|
Group by social action: Grouper les parcours par action d'accompagnement
|
||||||
Filter by type of action, objectives and results: "Filtrer par type d'action, objectif et résultat"
|
Filter by type of action, objectives and results: "Filtrer les actions par type, objectif et résultat"
|
||||||
|
|
||||||
Filter by evaluation: Filtrer les parcours par évaluation
|
Filter by evaluation: Filtrer les parcours par évaluation
|
||||||
Accepted evaluations: Évaluations
|
Accepted evaluations: Évaluations
|
||||||
@ -576,7 +576,7 @@ Group by composition: Grouper les ménages par composition familiale
|
|||||||
Group by number of children: Grouper les ménages par nombre d'enfants
|
Group by number of children: Grouper les ménages par nombre d'enfants
|
||||||
|
|
||||||
## persons aggregators
|
## persons aggregators
|
||||||
Group by duration: Grouper par durée du parcours
|
Group by duration: Grouper les parcours par durée
|
||||||
Rounded month duration: Durée en mois (arrondie)
|
Rounded month duration: Durée en mois (arrondie)
|
||||||
current duration: en cours
|
current duration: en cours
|
||||||
duration 0 month: 0 mois (<15 jours)
|
duration 0 month: 0 mois (<15 jours)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user