mirror of
https://git.v0id.ovh/n3wt-innov/n3wt-school.git
synced 2026-01-29 07:53:23 +00:00
feat: Ajout d'un nouvel état dans l'automatique lorsqu'un mandat SEPA
doit être envoyé aux parent
This commit is contained in:
@ -30,6 +30,16 @@
|
||||
"from": "SENT",
|
||||
"to": "UNDER_REVIEW"
|
||||
},
|
||||
{
|
||||
"name": "EVENT_WAITING_FOR_SEPA",
|
||||
"from": "SENT",
|
||||
"to": "SEPA_TO_SEND"
|
||||
},
|
||||
{
|
||||
"name": "EVENT_SEND_SEPA",
|
||||
"from": "SEPA_TO_SEND",
|
||||
"to": "SEPA_SENT"
|
||||
},
|
||||
{
|
||||
"name": "EVENT_FOLLOW_UP",
|
||||
"from": "SENT",
|
||||
@ -55,11 +65,6 @@
|
||||
"from": "UNDER_REVIEW",
|
||||
"to": "VALIDATED"
|
||||
},
|
||||
{
|
||||
"name": "EVENT_SEND_SEPA",
|
||||
"from": "UNDER_REVIEW",
|
||||
"to": "SEPA_SENT"
|
||||
},
|
||||
{
|
||||
"name": "EVENT_ARCHIVE",
|
||||
"from": "UNDER_REVIEW",
|
||||
|
||||
Reference in New Issue
Block a user