a
This commit is contained in:
parent
1f1d9196ae
commit
169871eef6
|
|
@ -587,7 +587,7 @@
|
|||
<?php foreach ($beneficiaires as $beneficiaire):
|
||||
$idBeneficiaire = $this->nettoyer($beneficiaire['idBeneficiaire']);
|
||||
$numeroBeneficiaire = $this->nettoyer($beneficiaire['numeroBeneficiaire']);
|
||||
$pourcent = round((100*$beneficiaire['consommation'])/$beneficiaire['plafond'],1);
|
||||
$pourcentOut = round((100*$beneficiaire['consommationOut'])/$beneficiaire['plafondOut'],1);
|
||||
|
||||
$faceRegistered = $this->nettoyer($beneficiaire['faceRegistered']);
|
||||
$lienPhoto = $this->nettoyer($beneficiaire['lienPhoto']);
|
||||
|
|
@ -642,16 +642,11 @@
|
|||
<?php endif; ?>
|
||||
<td class="text-center"><?= dateLang($this->nettoyer($beneficiaire['dateNaissance']), $_SESSION['lang']) ?></td>
|
||||
<td class="text-center"><?= $this->nettoyer($beneficiaire['lienparente']) ?></td>
|
||||
<!--
|
||||
<td class="text-center" data-label="Plafond"><?= format_N($this->nettoyer($beneficiaire['plafond'])) ?></td>
|
||||
<td class="text-center" data-label="Dépenses"><?= format_N($this->nettoyer($beneficiaire['consommation'])) ?></td>
|
||||
<td class="text-center" data-label="Solde"><?= format_N($this->nettoyer($beneficiaire['soldeConsommation'])) ?></td>
|
||||
<td class="text-center" data-label="%"><?=$pourcent?></td>
|
||||
-->
|
||||
<td class="text-center" >
|
||||
<?= ebene_check_box_disabled($impaye) ?>
|
||||
</td>
|
||||
<td class="text-center" data-label="Dépenses"><?= format_N($this->nettoyer($beneficiaire['consommation'])) ?></td>
|
||||
<td class="text-center" data-label="Dépenses"><?= format_N($this->nettoyer($beneficiaire['consommationOut'])) ?></td>
|
||||
<td class="text-center" data-label="Dépenses"><?= format_N($this->nettoyer($beneficiaire['consommationInp'])) ?></td>
|
||||
</tr>
|
||||
<?php endforeach; ?>
|
||||
</tbody>
|
||||
|
|
@ -659,12 +654,23 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
/*
|
||||
plafondOut
|
||||
consommationOut
|
||||
soldeConsommationOut
|
||||
consommation_individuOut
|
||||
plafondInp
|
||||
consommationInp
|
||||
soldeConsommationInp
|
||||
consommation_individuInp
|
||||
*/
|
||||
|
||||
<!-- Affichage mobile (cartes) -->
|
||||
<div class="d-md-none">
|
||||
<?php foreach ($beneficiaires as $beneficiaire):
|
||||
$idBeneficiaire = $this->nettoyer($beneficiaire['idBeneficiaire']);
|
||||
$numeroBeneficiaire = $this->nettoyer($beneficiaire['numeroBeneficiaire']);
|
||||
$pourcent = round((100*$beneficiaire['consommation'])/$beneficiaire['plafond'],1);
|
||||
$pourcentOut = round((100*$beneficiaire['consommationOut'])/$beneficiaire['plafondOut'],1);
|
||||
|
||||
$faceRegistered = $this->nettoyer($beneficiaire['faceRegistered']);
|
||||
$lienPhoto = $this->nettoyer($beneficiaire['lienPhoto']);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user