This commit is contained in:
KONE SOREL 2026-03-14 19:03:46 +00:00
parent a4e9da3f76
commit a23560b51b

View File

@ -207,7 +207,7 @@
<div class="card-header bg-primary text-white py-2"><h6 class="mb-0 small text-uppercase fw-bold"><?= _("Fonds Sinistres") ?></h6></div>
<div class="card-body">
<div class="row g-2 small">
<div class="col-6 text-muted"><?= _("Source") ?></div><div class="col-6 fw-bold border-bottom"><?= $sourcefonds; ?></div>
<div class="col-6 text-muted"><?= _("Source Fonds") ?></div><div class="col-6 fw-bold border-bottom"><?= $sourcefonds; ?></div>
<div class="col-6 text-muted"><?= _("Assiette Facturation") ?></div><div class="col-6 fw-bold border-bottom"><?= $assiettefonds; ?></div>
<div class="col-6 text-muted"><?= _("Périodicité Fonds") ?></div><div class="col-6 fw-bold border-bottom"><?= $periodicitesappelfond; ?></div>
<div class="col-6 text-muted"><?= _("Périodicité Déficit") ?></div><div class="col-6 fw-bold"><?= $periodicitesfactDeficit; ?></div>
@ -229,7 +229,7 @@
<div class="col-6 text-muted"><?= _("Périodicité") ?></div><div class="col-6 fw-bold"><?= $periodicites; ?></div>
</div>
<div class="row mt-3 g-2">
<div class="col-6 bg-light p-2 rounded"><small class="text-muted d-block"><?= _("Caution Perm. (HT)") ?></small><span class="fw-bold"><?= format_N($gc['forfaitCautionPermanant']) ?></span></div>
<div class="col-6 bg-light p-2 rounded"><small class="text-muted d-block"><?= _("Caution Permanente (HT)") ?></small><span class="fw-bold"><?= format_N($gc['forfaitCautionPermanant']) ?></span></div>
<div class="col-6 bg-light p-2 rounded"><small class="text-muted d-block"><?= _("Forfait Honoraire") ?></small><span class="fw-bold"><?= format_N($gc['forfaitHonoraire']) ?></span></div>
</div>
</div>