Skip to content
Snippets Groups Projects
Commit fce3532c authored by kendrick herzberg's avatar kendrick herzberg
Browse files

correction

parent e298f28c
No related branches found
No related tags found
No related merge requests found
...@@ -22,11 +22,16 @@ graph LR ...@@ -22,11 +22,16 @@ graph LR
Z2[cout_total_ttc] --> Z1[total_taxes_energies] Z2[cout_total_ttc] --> Z1[total_taxes_energies]
Z2[cout_total_ttc] --> V1[Prix_total_ht] Z2[cout_total_ttc] --> V1[Prix_total_ht]
Z2[cout_total_ttc] --> V2[tva_produit] Z2[cout_total_ttc] --> V2[tva_produit]
Z2[cout_total_ttc] --> Z3[tva_ticpe]
V2[tva_produit] --> V1[cout_total_ht] V2[tva_produit] --> V1[cout_total_ht]
V2[tva_produit] --> V11[taux_tva] V2[tva_produit] --> V11[taux_tva]
style V11 fill:#9900cc style V11 fill:#9900cc
Z3[tva_ticpe] --> Z1[total_taxes_energies]
Z3[tva_ticpe] --> V11[taux_tva]
style V11 fill:#9900cc
V1[cout_total_ht] --> W11[nombre_litre_diesel] V1[cout_total_ht] --> W11[nombre_litre_diesel]
V1[cout_total_ht] --> W12[prix_ht_diesel] V1[cout_total_ht] --> W12[prix_ht_diesel]
V1[cout_total_ht] --> W13[nombre_litre_combustibles_liquides] V1[cout_total_ht] --> W13[nombre_litre_combustibles_liquides]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment