Différences entre versions de « SCH:1.2 Sortie de stock »

De Documentation Polaris
Aller à : navigation, rechercher
 
(14 versions intermédiaires par 2 utilisateurs non affichées)
Ligne 3 : Ligne 3 :
 
<graphviz format="gif"  caption="Sortie de stock" renderer= "twopi" >
 
<graphviz format="gif"  caption="Sortie de stock" renderer= "twopi" >
 
digraph Sortiedestock {  
 
digraph Sortiedestock {  
   size="8.3,10.8!" ratio = "expand"  ;
+
   size="7.3,10.7!" ratio = "expand"  ;
 
   node [shape = "box" style="filled,rounded" fillcolor="#55AAEE"]
 
   node [shape = "box" style="filled,rounded" fillcolor="#55AAEE"]
 
   a[label = "Polaris " URL="[[SCH:1 Fonctions principales de polaris]]"  fillcolor="#FFCC55"];  
 
   a[label = "Polaris " URL="[[SCH:1 Fonctions principales de polaris]]"  fillcolor="#FFCC55"];  
 
   b [label = "Sortie \nde stock"  fillcolor="#AAEE55"];
 
   b [label = "Sortie \nde stock"  fillcolor="#AAEE55"];
   c [label = "Vente \naux détails" URL="[[SCH:1.2.1 Vente aux détails]]"];
+
   c [label = "Vente \nau détail" URL="[[SCH:1.2.1 Vente au détail]]"];
 
   d [label = "Vente à un \nconfrère" URL="[[SCH:1.2.2 Vente à un confrère]]"];
 
   d [label = "Vente à un \nconfrère" URL="[[SCH:1.2.2 Vente à un confrère]]"];
 
   e [label = "Retour à un \nfournisseur" URL="[[SCH:1.2.3 Retour à un fournisseur]]"];
 
   e [label = "Retour à un \nfournisseur" URL="[[SCH:1.2.3 Retour à un fournisseur]]"];
 
   f [label = "Transfert de \nmarchandises" URL="[[SCH:1.2.4 Transfert vers un autre magasin]]"];
 
   f [label = "Transfert de \nmarchandises" URL="[[SCH:1.2.4 Transfert vers un autre magasin]]"];
 
   g [label = "Vente à un \nautre magasin" URL="[[SCH:1.2.5 Vente vers un autre magasin]]"];  
 
   g [label = "Vente à un \nautre magasin" URL="[[SCH:1.2.5 Vente vers un autre magasin]]"];  
   h [label = "Gestion des \ndéfectueux" URL="[[SCH:1.2.6 Gestion des défectueux]]"];  
+
   h [label = "Gestion des \ndéfectueux" URL="[[SCH:1.2.6 Gestion des défectueux]]"];  
  i [label = "Factu \nration" URL="[[SCH:1.2.7 Facturation]]"]; 
+
 
 
 
   a-> b;
 
   a-> b;
 
   b -> c;
 
   b -> c;
Ligne 22 : Ligne 21 :
 
   b -> g;
 
   b -> g;
 
   b -> h;
 
   b -> h;
  b -> i;
 
 
}
 
}
 
</graphviz>
 
</graphviz>

Version actuelle datée du 7 avril 2017 à 16:07