This commit is contained in:
KONE SOREL 2026-02-28 10:26:12 +00:00
parent a583272e7d
commit e5e49b29f5
2 changed files with 29 additions and 0 deletions

View File

@ -15,6 +15,34 @@
<label class="small text-muted d-block"><?= _("Motif renseigné") ?></label> <label class="small text-muted d-block"><?= _("Motif renseigné") ?></label>
<div class="text-truncate italic">" <?= $this->nettoyer($remplacementadherent_temp['motif']) ?> "</div> <div class="text-truncate italic">" <?= $this->nettoyer($remplacementadherent_temp['motif']) ?> "</div>
</div> </div>
<div class="col-md-3 text-center">
<label class="form-label small text-uppercase mb-0 fw-bold"><?= _("Durée Initiale") ?></label>
<div class="p-2 border rounded bg-white small text-danger fw-bold">
<?= number_format($adherent['dureInitiale'], 0, ',', ' ') ?>
</div>
</div>
<div class="col-md-3 text-center">
<label class="form-label small text-uppercase mb-0 fw-bold"><?= _("Prime Nette") ?></label>
<div class="p-2 border rounded bg-white small text-danger fw-bold">
<?= number_format($adherent['primeDuSortant'], 0, ',', ' ') ?>
</div>
</div>
<div class="col-md-3 text-center">
<label class="form-label small text-uppercase mb-0 fw-bold"><?= _("Durée non acquise") ?></label>
<div class="p-2 border rounded bg-white small text-danger fw-bold">
<?= number_format($adherent['dureeNonAcquise'], 0, ',', ' ') ?>
</div>
</div>
<div class="col-md-3 text-center">
<label class="form-label small text-uppercase mb-0 fw-bold"><?= _("Prime non acquise") ?></label>
<div class="p-2 border rounded bg-white small text-danger fw-bold">
<?= number_format($adherent['primeNonAcquise'], 0, ',', ' ') ?>
</div>
</div>
</div> </div>
</div> </div>
</div> </div>

View File

@ -51,6 +51,7 @@
<?= dateLang($this->nettoyer($adherent['dateFinPolice']), $_SESSION['lang']) ?> <?= dateLang($this->nettoyer($adherent['dateFinPolice']), $_SESSION['lang']) ?>
</div> </div>
</div> </div>
<div class="col-md-2 text-center"> <div class="col-md-2 text-center">
<label class="form-label small text-uppercase mb-0 fw-bold"><?= _("Consommation") ?></label> <label class="form-label small text-uppercase mb-0 fw-bold"><?= _("Consommation") ?></label>
<div class="p-2 border rounded bg-white small text-danger fw-bold"> <div class="p-2 border rounded bg-white small text-danger fw-bold">