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

De Documentation Polaris
Aller à : navigation, rechercher
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"];  
Ligne 13 : Ligne 13 :
 
   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;
Ligne 22 : Ligne 21 :
 
   b -> g;
 
   b -> g;
 
   b -> h;
 
   b -> h;
  b -> i;
 
 
}
 
}
 
</graphviz>
 
</graphviz>

Version du 12 août 2016 à 11:24