Skip to content

Instantly share code, notes, and snippets.

@revolunet
Last active January 30, 2025 15:16
Show Gist options
  • Save revolunet/094bdf62e11ed6af48121ca6b69e9c04 to your computer and use it in GitHub Desktop.
Save revolunet/094bdf62e11ed6af48121ca6b69e9c04 to your computer and use it in GitHub Desktop.
Process commande chorus

UGAP: https://extranet.smlb-next.com/SmlbExtranet Inscription nuage public : https://www.nuagepublic.fr/

sequenceDiagram
    participant Commanditaire
    participant UGAP
    participant SCC
    participant Fournisseur
    participant GRIST
    participant PRFM
    participant DSAF
    
    rect rgb(12, 12, 12)
    #Note over Commanditaire,UGAP: Devis
        Commanditaire->>UGAP: Expression du besoin
        UGAP->>SCC: Demande de devis
        SCC->>Fournisseur: Demande de devis
        Fournisseur->>SCC: Fourniture devis
        SCC->>UGAP: Fourniture devis
        UGAP->>Commanditaire: Proposition UGAP
        Commanditaire->>UGAP: Validation Proposition
        UGAP->>Commanditaire: Bon de souscription
        Commanditaire->>GRIST: Saisie BS "a saisir dans chorus" dans GRIST
        GRIST->>PRFM: notification nouvelle commande
        PRFM->>DSAF: confirmation
        DSAF->>Chorus: Commande depuis infos GRIST
        Chorus->>Fournisseur: Confirme commande
        Chorus->>Commanditaire: Confirme commande
        Commanditaire->>GRIST: mise à jour infos GRIST
        Commanditaire->>GRIST: notification SF quand commande reçue
        GRIST->>PRFM: confirmation SF
        PRFM->>DSAF: confirmation SF
        DSAF->>Chorus: enregistrement SF
    end
Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment