Fonctionnalité #16214
Inclure les métadonnées des courriers liés lors de l'export SEDA
Status:
Développé / Analysé (S)
Priority:
1-Majeur
Assignee:
Florian AZIZIAN
Target version:
Start date:
02/08/2021
Due date:
03/09/2021
Tags Courrier:
20.10.7
ROADMAP:
Description
Objet et Numéro chrono.
La moitié du travail est déjà fait mais les données ne sont pas intégrées dans le bordereau SEDA
Related issues
History
#1 Updated by Florian AZIZIAN over 1 year ago
- Related to Fonctionnalité #12886: EPIC - Refonte Module archivage : SEDA et liaison Maarch RM added
#2 Updated by Florian AZIZIAN over 1 year ago
- Related to Fonctionnalité #15155: SEDA - Construction du formulaire d'envoi depuis plusieurs courriers added
#3 Updated by Emmanuel DILLARD over 1 year ago
- Project changed from Backlog to CURRENT SPRINT
- Status changed from Prêt à développer to En cours de dev (S)
- Target version changed from Inscription Backlog Courrier to Courrier 21.03 (stable)
- Tags Courrier 20.10.5 added
#4 Updated by Florian AZIZIAN over 1 year ago
- Assignee deleted (
EDI PO)
#6 Updated by Emmanuel DILLARD over 1 year ago
- Due date set to 02/10/2021
#8 Updated by Florian AZIZIAN over 1 year ago
Possible de le mettre dans le type recordGRP ?
$content->Addressee = [];
$content->Sender = [];
$content->Keyword = [];
if ($object->contacts) {
foreach ($object->contacts as $contactType => $contacts) {
foreach ($contacts as $contact) {
if ($contactType == "senders") {
$content->Sender[] = self::getAddress($contact);
} elseif ($contactType == "recipients") {
$content->Addressee[] = self::getAddress($contact);
}
}
}
}
if ($object->folders) {
$content->FilePlanPosition = [];
$content->FilePlanPosition[] = new \stdClass;
$content->FilePlanPosition[0]->value="";
foreach ($object->folders as $folder) {
$content->FilePlanPosition[0]->value .= "/".$folder;
}
}
#10 Updated by Florian AZIZIAN over 1 year ago
- Due date changed from 02/10/2021 to 03/10/2021
- Tags Courrier 20.10.6 added
- Tags Courrier deleted (
20.10.5)
#11 Updated by Florian AZIZIAN over 1 year ago
- Due date changed from 03/10/2021 to 02/23/2021
#12 Updated by Florian AZIZIAN over 1 year ago
- Assignee set to Florian AZIZIAN
#13 Updated by Florian AZIZIAN about 1 year ago
- Status changed from En cours de dev (S) to Complément d'Informations
Vu avec team RM
En attente de leur push
#14 Updated by Emmanuel DILLARD about 1 year ago
- Due date changed from 02/23/2021 to 03/10/2021
- Tags Courrier 20.10.7 added
- Tags Courrier deleted (
20.10.6)
#15 Updated by Emmanuel DILLARD about 1 year ago
- Due date changed from 03/10/2021 to 03/09/2021
#18 Updated by Florian AZIZIAN about 1 year ago
- Status changed from Complément d'Informations to En cours de dev (S)
Fait sur develop.
A tester et mettre sur 20.10.
APA :
~~~
côté RM on la prend bien en charge et on l'enregistre mais c'est affiché nulle part dans les infos (pour le moment). On verra plus tard pour faire l'evol et l'afficher quelque part. Vu qu'on doit faire une repasse sur l'extension MaarchCourrier côté RM pour la recherche et tout
~~~
#19 Updated by Florian AZIZIAN about 1 year ago
- Status changed from En cours de dev (S) to Développé / Analysé (S)
#20 Updated by Emmanuel DILLARD about 1 year ago
- Project changed from CURRENT SPRINT to Backlog
#23 Updated by Emmanuel DILLARD 11 months ago
- Project changed from Backlog to Backlog Courrier
- Target version changed from Courrier 21.03 (stable) to 21.03 (stable)