prestation/Vue/Ajaxconsultationlabentete/index.php
2025-12-01 18:54:33 +00:00

72 lines
4.2 KiB
PHP

<div id="reglement">
<table class="table table-responsive table-condensed" style='font-size:9pt;'>
<tbody>
<tr>
<td width="10%"> <?= _("Frais") ?> </td>
<td width="10%" > <INPUT style='font-size:9pt; text-align:center;' class="form-control" TYPE="text" value="<?= format_N($this->nettoyer($totalfactures['fraisReel'])) ?>" readonly > </td>
<td width="10%" align="center"> <?= _("T M") ?> </td>
<td width="10%" > <INPUT style='font-size:9pt; color:red; text-align:center;' class="form-control" TYPE="text" value="<?= format_N($this->nettoyer($totalfactures['montantTm'])) ?>" readonly ></td>
<td width="10%" align="center"> <?= _("A Remb") ?></td>
<td><INPUT style='font-size:9pt; text-align:center; text-align:center;' class="form-control" TYPE="text" value="<?= format_N($this->nettoyer($totalfactures['montantArembourser'])) ?>" readonly ></td>
<td width="10%" align="center"> <?= _("Dépas") ?> </td>
<td width="10%" > <INPUT style='font-size:9pt; color:red;text-align:center; text-align:center;' class="form-control" TYPE="text" value="<?= format_N($this->nettoyer($totalfactures['fraisExclu'])) ?>" readonly ></td>
<td width="10%" align="center"> <?= _("Retenu") ?> </td>
<td><INPUT style='font-size:9pt; color:blue; text-align:center;' class="form-control" TYPE="text" value="<?= format_N($this->nettoyer($totalfactures['fraisRetenu'])) ?>" readonly ></td>
</tr>
<tr>
<td> <?= _("Forcé") ?> </td>
<td><INPUT style='font-size:9pt; text-align:center; text-align:center;' class="form-control" TYPE="text" value="<?= format_N($this->nettoyer($totalfactures['montantForce'])) ?>" readonly ></td>
<td align="center"> <?= _("Rejeté") ?> </td>
<td><INPUT style='font-size:9pt; color:red;text-align:center; text-align:center;' class="form-control" TYPE="text" value="<?= format_N($this->nettoyer($totalfactures['montantRejete'])) ?>" readonly ></td>
<td align="center"> <?= _("En Attente") ?> </td>
<td><INPUT style='font-size:9pt; color:blue; text-align:center;' class="form-control" TYPE="text" value="<?= format_N($this->nettoyer($totalfactures['montantAttente'])) ?>" readonly ></td>
<td align="center"><?= _("A Payer") ?></td>
<td><INPUT style='font-size:9pt; text-align:center; color:blue;' class="form-control" TYPE="text" value="<?= format_N($this->nettoyer($totalfactures['montantApayer'])) ?>" readonly ></td>
<td align="center"><?= _("Payé") ?></td>
<td><INPUT style='font-size:9pt; text-align:center; color:blue;' class="form-control" TYPE="text" value="<?= format_N($this->nettoyer($totalfactures['montantPaye'])) ?>" readonly ></td>
</tr>
</tbody>
</table>
<table class="table table-striped table-bordered table-hover table-condensed table-responsive" style="font-size:8pt;">
<thead>
<tr>
<th width="6%" style='text-align:center'> Date </th>
<th width="8%" style='text-align:center'> <?= _("No Ord") ?> </th>
<th width="6%" style='text-align:center'> <?= _("No Déc") ?> </th>
<th width="3%" style='text-align:center'> <?= _("Payé") ?> </th>
<th width="5%" style='text-align:center;'> <?= _("No Benef") ?> </th>
<th width="12%" style='text-align:center;'> <?= _("Bénéficiaire") ?> </th>
<th width="6%" style='text-align:center'> <?= _("Frais") ?> </th>
<th width="4%" style='text-align:center'> <?= _("T M") ?> </th>
<th width="6%" style='text-align:center'> <?= _("A Remb") ?> </th>
<th width="5%" style='text-align:center'> <?= _("Dépas") ?> </th>
<th width="6%" style='text-align:center'> <?= _("Retenu") ?> </th>
<th width="6%" style='text-align:center'> <?= _("Forcé") ?> </th>
<th width="6%" style='text-align:center'> <?= _("A Payer") ?> </th>
<th width="6%" style='text-align:center'> <?= _("M Payé") ?> </th>
<th width="4%" style='text-align:center'>Val</th>
<th width="4%" style='text-align:center'>Rej</th>
<!-- <th width="3%" style='text-align:center'>Att</th> -->
<th width="3%" style='text-align:center'>Excl</th>
<th width="4%" style='text-align:center'>Obs</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>