prestation/Vue/Anomaliesdecomptes/index.php
2025-12-05 10:42:46 +00:00

40 lines
1.5 KiB
PHP
Executable File

<?php
$this->titre = "INTER-SANTE - Anomalies Décomptes";
?>
<legend> <?= _("Anomalies Décomptes") ?> </legend>
<table class="table table-responsive table-condensed" style='font-size:10pt;'>
<tbody>
<td width="40%"> <button style='font-size:10pt;' type="button" class="form-control btn btn-primary" onclick="javascript:anomaliesdecomptes();"><?= _("Actualiser...") ?></button> </td>
<td> </td>
<td width="40%"> <button style='font-size:10pt;' type="button" class="form-control btn btn-primary" onclick="javascript:anomaliesdecomptes_export();"> <?= _("Exporter vers Excel...") ?> </button> </td>
</tr>
</tbody>
</table>
<div id="div_detail">
<table class="table table-striped table-bordered table-hover table-condensed table-responsive" style="font-size:8pt;">
<thead>
<tr>
<th style='text-align:center'> <?= _("Facture") ?> </th>
<th style='text-align:center'> <?= _("Prestataire") ?> </th>
<th style='text-align:center'> <?= _("Souscripteur") ?> </th>
<th colspan="2" style='text-align:center'> <?= _("Bénéficiaire") ?> </th>
<th width="6%" style='text-align:center'> <?= _("Frais") ?> </th>
<th width="6%" style='text-align:center'> <?= _("A payer") ?> </th>
<th width="6%" style='text-align:center'> <?= _("Redressé") ?> </th>
<th style='text-align:center'> <?= _("Vérif") ?> </th>
<th style='text-align:center'> <?= _("Exercice") ?> </th>
<th style='text-align:center'> <?= _("Mois") ?> </th>
</tr>
</thead>
</table>
</div>
<div id="div_export_a">
</div>