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

modif

parent e6ba1e3c
Branches
Tags 1.0.297
No related merge requests found
......@@ -19,26 +19,26 @@ A1[variable] --> B12[donnée entré]
graph LR
Z2[prix_ttc] --> Z1[total_taxes_energies]
Z2[prix_ttc] --> V1[Prix_total_ht]
Z2[prix_ttc] --> V2[tva_produit]
Z2[cout_total_ttc] --> Z1[total_taxes_energies]
Z2[cout_total_ttc] --> V1[Prix_total_ht]
Z2[cout_total_ttc] --> V2[tva_produit]
V2[tva_produit] --> V1[Prix_total_ht]
V2[tva_produit] --> V1[cout_total_ht]
V2[tva_produit] --> V11[taux_tva]
style V11 fill:#9900cc
V1[Prix_total_ht] --> W11[nombre_litre_diesel]
V1[Prix_total_ht] --> W12[prix_ht_diesel]
V1[Prix_total_ht] --> W13[nombre_litre_combustibles_liquides]
V1[Prix_total_ht] --> W14[prix_ht_combustibles_liquides]
V1[Prix_total_ht] --> W15[nombre_litre_sp95]
V1[Prix_total_ht] --> W16[prix_ht_sp95]
V1[Prix_total_ht] --> W17[nombre_litre_sp98]
V1[Prix_total_ht] --> W18[prix_ht_sp98]
V1[Prix_total_ht] --> W19[nombre_litre_sp_e10]
V1[Prix_total_ht] --> W110[prix_ht_sp_e10]
V1[Prix_total_ht] --> W111[nombre_litre_super_plombe]
V1[Prix_total_ht] --> W112[prix_ht_super_plombe]
V1[cout_total_ht] --> W11[nombre_litre_diesel]
V1[cout_total_ht] --> W12[prix_ht_diesel]
V1[cout_total_ht] --> W13[nombre_litre_combustibles_liquides]
V1[cout_total_ht] --> W14[prix_ht_combustibles_liquides]
V1[cout_total_ht] --> W15[nombre_litre_sp95]
V1[cout_total_ht] --> W16[prix_ht_sp95]
V1[cout_total_ht] --> W17[nombre_litre_sp98]
V1[cout_total_ht] --> W18[prix_ht_sp98]
V1[cout_total_ht] --> W19[nombre_litre_sp_e10]
V1[cout_total_ht] --> W110[prix_ht_sp_e10]
V1[cout_total_ht] --> W111[nombre_litre_super_plombe]
V1[cout_total_ht] --> W112[prix_ht_super_plombe]
style W11 fill:#339999
style W12 fill:#9900cc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment