Organisation du service financier et accueil clients
%%{init: {
"theme": "base",
"themeVariables": {
"fontSize": "25px",
"primaryTextColor": "#ffffff",
"fontFamily": "Arial"
},
"flowchart": {
"useMaxWidth": true,
"htmlLabels": true,
"nodeSpacing": 280,
"rankSpacing": 120,
"curve": "basis"
}
}}%%
flowchart TB
FIN["💰 Manager Financier
Francis Nkoloma"]
COMPTA["📊 Comptable
Victoire Lubila"]
CAISSE["💳 Caissière
Clarisse Mabika"]
RECEPT["🏢 Réceptionniste
Gloria Riziki"]
FIN --> COMPTA
COMPTA --> CAISSE
COMPTA --> RECEPT
classDef head fill:#7c2d12,stroke:#9a3412,stroke-width:3px,color:#ffffff;
classDef middle fill:#b45309,stroke:#92400e,stroke-width:2px,color:#ffffff;
classDef staff fill:#f59e0b,stroke:#d97706,stroke-width:2px,color:#ffffff;
class FIN head;
class COMPTA middle;
class CAISSE,RECEPT staff;