Tableau quittance
This commit is contained in:
parent
aa5b83d96c
commit
d88f054ade
|
|
@ -3,7 +3,7 @@
|
||||||
<table class="table table-hover align-middle bg-white mb-0" style="font-size: 0.9rem;">
|
<table class="table table-hover align-middle bg-white mb-0" style="font-size: 0.9rem;">
|
||||||
<thead class="table-light text-nowrap">
|
<thead class="table-light text-nowrap">
|
||||||
<tr>
|
<tr>
|
||||||
<th class="text-center" width="5%"><?= _("ID") ?></th>
|
<th class="text-center" width="5%" style="display:none;"><?= _("ID") ?></th>
|
||||||
<th class="text-center"><?= _("Émission") ?></th>
|
<th class="text-center"><?= _("Émission") ?></th>
|
||||||
<th class="text-center"><?= _("Date") ?></th>
|
<th class="text-center"><?= _("Date") ?></th>
|
||||||
<th><?= _("Libellé") ?></th>
|
<th><?= _("Libellé") ?></th>
|
||||||
|
|
@ -11,7 +11,7 @@
|
||||||
<th class="text-end"><?= _("Prime TTC") ?></th>
|
<th class="text-end"><?= _("Prime TTC") ?></th>
|
||||||
<th class="text-end"><?= _("Encaissé") ?></th>
|
<th class="text-end"><?= _("Encaissé") ?></th>
|
||||||
<th class="text-end"><?= _("Solde") ?></th>
|
<th class="text-end"><?= _("Solde") ?></th>
|
||||||
<th class="text-center" width="15%"><?= _("Actions") ?></th>
|
<th class="text-center" width="8%"><?= _("Actions") ?></th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
|
|
||||||
|
|
@ -23,7 +23,7 @@
|
||||||
$soldeClass = ($solde <= 0) ? 'bg-success-soft text-success' : 'bg-danger-soft text-danger';
|
$soldeClass = ($solde <= 0) ? 'bg-success-soft text-success' : 'bg-danger-soft text-danger';
|
||||||
?>
|
?>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="text-center text-muted fw-bold"><?= $idQuittance ?></td>
|
<td class="text-center text-muted fw-bold" style="display:none;"><?= $idQuittance ?></td>
|
||||||
|
|
||||||
<td class="text-center">
|
<td class="text-center">
|
||||||
<button class="btn btn-sm btn-outline-info px-2 py-0"
|
<button class="btn btn-sm btn-outline-info px-2 py-0"
|
||||||
|
|
@ -61,7 +61,7 @@
|
||||||
|
|
||||||
<tfoot class="table-secondary fw-bold border-top-2">
|
<tfoot class="table-secondary fw-bold border-top-2">
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="5" class="text-center text-uppercase small"><?= _("Total Période") ?></td>
|
<td colspan="4" class="text-center text-uppercase small"><?= _("Total Période") ?></td>
|
||||||
<td class="text-end"><?= format_N($totalquittanceperiode['primeTtc']) ?></td>
|
<td class="text-end"><?= format_N($totalquittanceperiode['primeTtc']) ?></td>
|
||||||
<td class="text-end text-success"><?= format_N($totalquittanceperiode['encaisse']) ?></td>
|
<td class="text-end text-success"><?= format_N($totalquittanceperiode['encaisse']) ?></td>
|
||||||
<td class="text-end text-danger"><?= format_N($totalquittanceperiode['solde']) ?></td>
|
<td class="text-end text-danger"><?= format_N($totalquittanceperiode['solde']) ?></td>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user