Autres achats
Code mermaid:
{
init: { 'theme': 'base', 'themeVariables': { 'fontSize': '12px', 'primaryTextColor': '#000', 'primaryColor': '#fff', 'primaryBorderColor': '#7509c9', 'lineColor': '#000', 'secondaryColor': '#fdfefe', 'fontFamily': 'Archivo,trebuchet ms,verdana,arial' } }
}
graph TD
A:::Utilisateur; E:::Admin; A("Envoyer un mail à grandisson@lmf.cnrs.fr"); click A "grandisson@lmf.cnrs.fr"; A --> E; E("Le service administratif s'occupe <br> de la commande") classDef Null stroke-width:0px, fill:#ffffff classDef Utilisateur stroke:#7509c9, stroke-width:2px classDef Pers stroke: #16E7CF, stroke-width:2px classDef Admin stroke: #f92ef5, stroke-width:2px classDef Pers2 stroke: #16E7CF, stroke-width:2px, fill: #f2f3f4 classDef Utilisateur2 fill:#ffffff,stroke:#000080,stroke-width:2px classDef Admin2 fill:#ffffff,stroke: #09f49f,stroke-width:2px