rest
This commit is contained in:
parent
a69cec5d47
commit
672ccc19e5
|
|
@ -2,14 +2,14 @@
|
|||
<div class="d-flex justify-content-between align-items-center mb-2">
|
||||
<h6 class="text-uppercase fw-bold text-muted mb-0"><i class="bi bi-file-earmark-check me-2"></i><?= _("Quittances générées") ?></h6>
|
||||
</div>
|
||||
<div class="table-responsive shadow-sm rounded mb-4">
|
||||
<table class="table table-hover align-middle bg-white mb-0" style="font-size: 0.85rem;">
|
||||
<table class="table table-hover align-middle mb-0">
|
||||
<div class="card shadow-sm border-0">
|
||||
<div class="table-responsive shadow-sm rounded mb-4">
|
||||
<table class="table table-hover align-middle bg-white mb-0" style="font-size: 0.85rem;">
|
||||
<thead class="table-dark">
|
||||
<tr>
|
||||
<th class="text-center" style="display:none;"><?= _("N°") ?></th>
|
||||
<th class="text-center"><?= _("Émission") ?></th>
|
||||
<th class="text-center"><?= _("Date") ?></th>
|
||||
<th class="text-center"><?= _("Date Émiss.") ?></th>
|
||||
<th class="text-center"><?= _("Effet") ?></th>
|
||||
<th class="text-center"><?= _("Échéance") ?></th>
|
||||
<th><?= _("Libellé") ?></th>
|
||||
|
|
@ -30,7 +30,7 @@
|
|||
<tr>
|
||||
<td class="text-center fw-bold text-muted small" style="display:none;"><?= $idQuittance ?></td>
|
||||
<td class="text-center">
|
||||
<button type="button" class="form-control btn btn-info"
|
||||
<button type="button" class="btn btn-sm btn-link fw-bold text-decoration-none"
|
||||
onClick="javascript:afficher_emission(<?= $idEmission ?>);">
|
||||
<?= $numeroEmission ?>
|
||||
</button>
|
||||
|
|
@ -55,8 +55,8 @@
|
|||
<?php endforeach; ?>
|
||||
</tbody>
|
||||
|
||||
<tfoot class="table-light border-top-2">
|
||||
<tr class="fw-bold">
|
||||
<tfoot class="table-light fw-bold">
|
||||
<tr>
|
||||
<td colspan="5" class="text-end text-uppercase small pt-3"><?= _("Totaux Période") ?></td>
|
||||
<td class="text-end pt-3 border-start"><?= format_N($this->nettoyer($totalquittanceperiode['primeTtc'])) ?></td>
|
||||
<td class="text-end pt-3 text-success"><?= format_N($this->nettoyer($totalquittanceperiode['encaisse'])) ?></td>
|
||||
|
|
|
|||
|
|
@ -142,9 +142,9 @@
|
|||
</div>
|
||||
|
||||
<div class="card shadow-sm border-0">
|
||||
<div class="table-responsive">
|
||||
<table class="table table-hover align-middle mb-0 custom-quittance-table">
|
||||
<thead>
|
||||
<div class="table-responsive shadow-sm rounded mb-4">
|
||||
<table class="table table-hover align-middle bg-white mb-0" style="font-size: 0.85rem;">
|
||||
<thead class="table-dark">
|
||||
<tr>
|
||||
<th class="text-center"><?= _("N°") ?></th>
|
||||
<th class="text-center"><?= _("Effet") ?></th>
|
||||
|
|
@ -180,8 +180,8 @@
|
|||
</tr>
|
||||
<?php endforeach; ?>
|
||||
</tbody>
|
||||
<tfoot class="table-dark">
|
||||
<tr class="fw-bold">
|
||||
<tfoot class="table-light fw-bold">
|
||||
<tr>
|
||||
<td colspan="5" class="text-end text-uppercase small"><?= _("Total Émission") ?></td>
|
||||
<td class="text-end"><?= format_N($this->nettoyer($totalquittance['primeTtc'])) ?></td>
|
||||
<td class="text-end"><?= format_N($this->nettoyer($totalquittance['encaisse'])) ?></td>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user