diff --git a/Vue/Fichebeneficiaire/index.php b/Vue/Fichebeneficiaire/index.php index 4936ec2..dcef48e 100755 --- a/Vue/Fichebeneficiaire/index.php +++ b/Vue/Fichebeneficiaire/index.php @@ -335,8 +335,17 @@ $consommationGlobaleBenefOut = $this->nettoyer($college['consommation_individuOut']); $niveauGlobalConsoBenefOut = ($consommationGlobaleBenefOut*100)/$plafondGlobalFamilleOut; + $plafondGlobalFamilleInp = $this->nettoyer($police['plafondInp']); + $consommationGlobaleFamilleInp = $this->nettoyer($police['consommationInp']); + $niveauGlobalConsoFamilleInp = ($consommationGlobaleFamilleInp*100)/$plafondGlobalFamilleInp; + $soldeConsommationInp = $this->nettoyer($police['soldeConsommationInp']); + + $consommationGlobaleBenefInp = $this->nettoyer($college['consommation_individuInp']); + $niveauGlobalConsoBenefInp = ($consommationGlobaleBenefInp*100)/$plafondGlobalFamilleInp; + ?> - + +
@@ -367,11 +376,49 @@
-
- - -
+
+ + +
+ + +
+
+
+ +

+
+
+
+
+ +

+
+
+ +
+
+ +

+
+
+
+ +
+
+ % +
+
+ + +
+ + +
+ +