mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
Release v2.12.0
This commit is contained in:
parent
5ab0d3f8da
commit
1f47f157ea
@ -1,5 +0,0 @@
|
||||
kind: Feature
|
||||
body: 'Export: add an aggregator "group activities by presence"'
|
||||
time: 2023-11-09T17:06:55.876380883+01:00
|
||||
custom:
|
||||
Issue: "199"
|
@ -1,5 +0,0 @@
|
||||
kind: Feature
|
||||
body: 'Export: add a filter "filter activity by activity presence"'
|
||||
time: 2023-11-09T17:35:00.158055832+01:00
|
||||
custom:
|
||||
Issue: "199"
|
@ -1,6 +0,0 @@
|
||||
kind: Feature
|
||||
body: 'Export: add an aggregator "group activities by person" (only for the activities
|
||||
saved in a person context)'
|
||||
time: 2023-11-10T14:40:56.93459414+01:00
|
||||
custom:
|
||||
Issue: "199"
|
@ -1,5 +0,0 @@
|
||||
kind: Feature
|
||||
body: 'Export: add a new aggregator "group peoples by postal code"'
|
||||
time: 2023-11-10T17:17:20.236876015+01:00
|
||||
custom:
|
||||
Issue: "199"
|
@ -1,7 +0,0 @@
|
||||
kind: Feature
|
||||
body: 'Export: split export about person on accompanying period work: one with the
|
||||
people associated with the work, another one with the people associated with the
|
||||
accompanying period'
|
||||
time: 2023-11-10T17:59:28.388361356+01:00
|
||||
custom:
|
||||
Issue: "200"
|
@ -1,6 +0,0 @@
|
||||
kind: Feature
|
||||
body: |+
|
||||
Add 3 new filters and 3 new aggregators for work action creator (with jobs and scopes)
|
||||
time: 2023-11-14T14:35:58.099418749+01:00
|
||||
custom:
|
||||
Issue: "204"
|
@ -1,5 +0,0 @@
|
||||
kind: Feature
|
||||
body: Create export for the average duration of social work actions
|
||||
time: 2023-11-14T14:36:11.797238275+01:00
|
||||
custom:
|
||||
Issue: "202"
|
@ -1,5 +0,0 @@
|
||||
kind: Feature
|
||||
body: 'Export: add a export which count persons on accompanying period work'
|
||||
time: 2023-11-15T11:45:50.540277614+01:00
|
||||
custom:
|
||||
Issue: "206"
|
@ -1,5 +0,0 @@
|
||||
kind: Feature
|
||||
body: 'Export: add an export which count persons on activity'
|
||||
time: 2023-11-15T12:14:31.515840946+01:00
|
||||
custom:
|
||||
Issue: "206"
|
@ -1,6 +0,0 @@
|
||||
kind: Feature
|
||||
body: 'Export: add clauses on the social work start date and end date within the filter
|
||||
"Filter accompanying period by accompanying period work"'
|
||||
time: 2023-11-15T13:22:33.19215851+01:00
|
||||
custom:
|
||||
Issue: "203"
|
@ -1,5 +0,0 @@
|
||||
kind: Fixed
|
||||
body: 'Export: fix typo in filter "filter accompanying period work on end date"'
|
||||
time: 2023-11-13T12:08:55.509927824+01:00
|
||||
custom:
|
||||
Issue: ""
|
@ -1,5 +0,0 @@
|
||||
kind: Fixed
|
||||
body: 'Export: Fix failure in export linked to household'
|
||||
time: 2023-11-13T15:26:21.891117274+01:00
|
||||
custom:
|
||||
Issue: "189"
|
@ -1,5 +0,0 @@
|
||||
kind: Fixed
|
||||
body: 'Fix loading of accompanying period work referrers '
|
||||
time: 2023-11-14T18:33:43.284236146+01:00
|
||||
custom:
|
||||
Issue: "205"
|
26
.changes/v2.12.0.md
Normal file
26
.changes/v2.12.0.md
Normal file
@ -0,0 +1,26 @@
|
||||
## v2.12.0 - 2023-11-15
|
||||
### Feature
|
||||
* ([#199](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/199)) Export: add an aggregator "group activities by presence"
|
||||
* ([#199](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/199)) Export: add a filter "filter activity by activity presence"
|
||||
* ([#199](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/199)) Export: add an aggregator "group activities by person" (only for the activities saved in a person context)
|
||||
* ([#199](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/199)) Export: add a new aggregator "group peoples by postal code"
|
||||
* ([#200](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/200)) Export: split export about person on accompanying period work: one with the people associated with the work, another one with the people associated with the accompanying period
|
||||
* ([#204](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/204)) Add 3 new filters and 3 new aggregators for work action creator (with jobs and scopes)
|
||||
|
||||
* ([#202](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/202)) Create export for the average duration of social work actions
|
||||
* ([#206](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/206)) Export: add a export which count persons on accompanying period work
|
||||
* ([#206](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/206)) Export: add an export which count persons on activity
|
||||
* ([#203](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/203)) Export: add clauses on the social work start date and end date within the filter "Filter accompanying period by accompanying period work"
|
||||
### Fixed
|
||||
* Export: fix typo in filter "filter accompanying period work on end date"
|
||||
* ([#189](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/189)) Export: Fix failure in export linked to household
|
||||
* ([#205](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/205)) Fix loading of accompanying period work referrers
|
||||
### Traduction francophone des différents changements
|
||||
* export: ajout d'un regroupement "grouper les échanges par présence de l'usager";
|
||||
* export: ajout d'un filtre "filtre les échanges par présence de l'usager";
|
||||
* export: ajout d'un regroupement "regrouper les échanges par personne" (seulement pour les échanges enregistrés dans le contexte de l'usager);
|
||||
* export: ajout d'un regroupement "grouper les usagers par codes postaux"
|
||||
* export: séparation des exports sur les actions: dans l'un, les filtres des usagers portent sur les usagers concernés par l'action, dans l'autre, les filtres portent sur les usagers concernés par le parcours de l'action;
|
||||
* export: ajout de 3 nouveaux filtres et regroupements sur le créateur de l'action, son métier et son service;
|
||||
* export: correction de l'export sur les ménages liés aux parcours;
|
||||
* correction du chargement des actions d'accompagnement
|
Loading…
x
Reference in New Issue
Block a user