liste des fraisForfaitaires

This commit is contained in:
pierre renaudot
2023-12-21 11:54:30 +01:00
parent 674514ed06
commit 5b5e5cc28e
5 changed files with 35 additions and 15 deletions

View File

@@ -4,6 +4,9 @@
<p>Mois de Novembre 2023</p>
</center>
<br>
<!--
Liste des frais forfaitaires
-->
<h3 class="fw-bold offset-1">Frais forfaitaires</h3>
<div class="col-11 d-flex mx-auto my-3">
<table class="table table-striped-columns align-middle">
@@ -16,17 +19,32 @@
</tr>
</thead>
<tbody class="table-group-divider border-secondary-subtle">
<tr>
<th scope="row">Hotel</th>
<td><input type="text" class="form-control"></td>
<td>20 </td>
<td>400</td>
</tr>
<?php
foreach ($typesFraisForfaitaires as $key => $value):
?>
<tr>
<th scope="row">
<?= $value['fLibelle'] ?>
</th>
<td><input type="text" name="fraisForfait-<?= $value['fId'] ?>" class="form-control"></td>
<td>
<?= $value['fMontant'] ?> €
</td>
<td>0€</td>
</tr>
<?php
endforeach;
?>
</tbody>
</table>
</div>
<span class="border-3 border-bottom border-black col-10 mx-auto my-5 d-flex"></span>
<!--
Listes des frais Hors Forfaits
-->
<h3 class="fw-bold offset-1">Hors forfait</h3>
<div class="col-11 d-flex mx-auto my-3">
<table class="table table-striped-columns align-middle">