fz
This commit is contained in:
parent
ae5d212704
commit
b22846229c
|
|
@ -6,55 +6,35 @@
|
|||
<div class="card shadow-sm border-0 mb-4 animate__animated animate__fadeIn">
|
||||
<div class="card-body p-0">
|
||||
<div class="table-responsive">
|
||||
<table id="table_retrait_assures" class="table table-striped table-hover align-middle border" style="width:100%; font-size:8pt;">
|
||||
<thead class="table-dark text-nowrap">
|
||||
<tr>
|
||||
<th class="text-center small"><?= _("Cat") ?></th>
|
||||
<th class="text-start"><?= _("Nom & Prénoms") ?></th>
|
||||
<th class="text-center">Type</th>
|
||||
<th class="text-center">No</th>
|
||||
<th class="text-center"><?= _("Entrée") ?></th>
|
||||
<th class="text-center"><?= _("Durée") ?></th>
|
||||
<th class="text-center"><?= _("Dur Rist") ?></th>
|
||||
<th class="text-center"><?= _("Ratio") ?></th>
|
||||
<th class="text-center"><?= _("S/P") ?></th>
|
||||
<th class="text-center"><?= _("P. Non Acquise") ?></th>
|
||||
<th class="text-center"><?= _("P. Nette Rist") ?></th>
|
||||
<th class="text-center"><?= $taxLabel ?></th>
|
||||
<th class="text-center"><?= _("Ttc Rist") ?></th>
|
||||
<th class="text-center no-export" width="5%"><?= _("Choix") ?></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<?php foreach ($beneficiaires as $beneficiaire): ?>
|
||||
<tr class="text-nowrap">
|
||||
<td class="text-center"><?= $this->nettoyer($beneficiaire['codeProduit']) ?></td>
|
||||
<td class="text-start fw-bold"><?= $this->nettoyer($beneficiaire['nomBeneficiaire']) ?></td>
|
||||
<td class="text-center"><?= $this->nettoyer($beneficiaire['codeLienParente']) ?></td>
|
||||
<td class="text-center text-muted small"><?= $this->nettoyer($beneficiaire['numeroBeneficiaire']) ?></td>
|
||||
<td class="text-center"><?= dateLang($this->nettoyer($beneficiaire['dateEntree']), $_SESSION['lang']) ?></td>
|
||||
<td class="text-center"><?= $this->nettoyer($beneficiaire['duree']) ?></td>
|
||||
<td class="text-center"><?= $this->nettoyer($beneficiaire['duree_non_acquise']) ?></td>
|
||||
<td class="text-center small"><?= $this->nettoyer($beneficiaire['ratioNonAcquise']) ?></td>
|
||||
<td class="text-center"><?= $this->nettoyer($beneficiaire['rapportsp']) ?>%</td>
|
||||
<td class="text-center fw-bold text-danger"><?= format_N($this->nettoyer($beneficiaire['primeNonAcquise'])) ?></td>
|
||||
<td class="text-center"><?= format_N($this->nettoyer($beneficiaire['primeHt'])) ?></td>
|
||||
<td class="text-center"><?= format_N($this->nettoyer($beneficiaire['taxe'])) ?></td>
|
||||
<td class="text-center fw-bold text-primary"><?= format_N($this->nettoyer($beneficiaire['primeTtc'])) ?></td>
|
||||
|
||||
<td class="text-center">
|
||||
<div class="form-check form-switch d-inline-block">
|
||||
<input class="form-check-input" type="checkbox"
|
||||
value="<?= ($beneficiaire['choix'] == '1') ? '1' : '0' ?>"
|
||||
<?= ($beneficiaire['choix'] == '1') ? 'checked' : '' ?>
|
||||
onchange="toggleBeneficiaireSelection(this, <?= $beneficiaire['idBeneficiaire_temp'] ?>);">
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<?php endforeach; ?>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<table class="table table-borderless align-middle mb-0 text-center" style="font-size: 8.5pt;">
|
||||
<thead class="bg-light text-muted text-uppercase" style="font-size: 7.5pt;">
|
||||
<tr>
|
||||
<th class="py-3"><?= _("P. Nette Comm") ?></th>
|
||||
<th class="py-3"><?= _("Comm Courtage") ?></th>
|
||||
<th class="py-3"><?= _("Comm Commerc") ?></th>
|
||||
<th class="py-3"><?= _("Accessoires") ?></th>
|
||||
<th class="py-3 fw-bold text-dark"><?= _("Primes Nettes") ?></th>
|
||||
<th class="py-3"><?= $taxLabel ?></th>
|
||||
<th class="py-3"><?= _("Cartes") ?></th>
|
||||
<th class="py-3 text-primary fw-bold"><?= _("TTC") ?></th>
|
||||
<th class="py-3"><?= _("P. Nette Stat") ?></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr class="fw-bold border-bottom">
|
||||
<td><?= format_N($this->nettoyer($avenant['primeNette'])) ?></td>
|
||||
<td><?= format_N($this->nettoyer($avenant['commission'])) ?></td>
|
||||
<td><?= format_N($this->nettoyer($avenant['commissionAutre'])) ?></td>
|
||||
<td><?= format_N($this->nettoyer($avenant['accessoire'])) ?></td>
|
||||
<td class="bg-light-subtle"><?= format_N($this->nettoyer($avenant['primeHt'])) ?></td>
|
||||
<td><?= format_N($this->nettoyer($avenant['taxe'])) ?></td>
|
||||
<td><?= format_N($this->nettoyer($avenant['fraisCarte'])) ?></td>
|
||||
<td class="text-primary fs-6"><?= format_N($this->nettoyer($avenant['primeTtcInitial'])) ?></td>
|
||||
<td><?= format_N($this->nettoyer($avenant['primeNetteStat'])) ?></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<div class="bg-light p-3 d-flex flex-wrap gap-2 justify-content-center border-top">
|
||||
<button type="button" class="btn btn-outline-info px-4 fw-bold shadow-sm rounded-pill" onclick="pop_afficher_selection_retrait();">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user