39 lines
1.9 KiB
PHP
39 lines
1.9 KiB
PHP
<div id="div_entete_sel">
|
|
|
|
<?php $this->titre = "INTER-SANTE - Facturation Gestion confiée";
|
|
$valideAs = $this->nettoyer($reglement['valideAs']);
|
|
?>
|
|
|
|
|
|
|
|
<INPUT style='text-align:center; font-size:10pt;' class="form-control" TYPE="text" value="Filtres : Sinistres non encore facturées" readonly >
|
|
|
|
<table class="table table-responsive table-condensed" style='font-size:10pt;'>
|
|
<tbody>
|
|
<tr>
|
|
<td width="10%"> <?= _("Période Sin") ?> </td>
|
|
<td width="15%" > <INPUT style='text-align:center; font-size:10pt;' class="form-control datepicker" TYPE="text" id="dateFacture1" NAME="dateFacture1" value="<?= $_SESSION['debutRequeteFr_C'] ?>" required AUTOCOMPLETE="OFF" ></td>
|
|
|
|
<td width="5%" align="center" > <?= _("au") ?> </td>
|
|
<td width="15%" > <INPUT style='text-align:center; font-size:10pt;' class="form-control datepicker" TYPE="text" id="dateFacture2" NAME="dateFacture2" value="<?= $_SESSION['finRequeteFr_C'] ?>" required AUTOCOMPLETE="OFF" > </td>
|
|
|
|
<td> </td>
|
|
<td> <button style='font-size:10pt;' type="button" class="form-control btn btn-primary" onclick="javascript:recharger_factures_gc_non_sel();"> <?= _("Recharger...") ?> </button> </td>
|
|
|
|
<td> </td>
|
|
<td> <button style='font-size:10pt;' type="button" class="form-control btn btn-primary" onclick="javascript:reafficher_factures_gc_non_sel();"> <?= _("Rafraichir...") ?> </button> </td>
|
|
|
|
<td> </td>
|
|
<?php if($valideAs=='0'): ?>
|
|
<td> <button style='font-size:10pt;' type="button" class="form-control btn btn-primary" onclick="javascript:valider_selection_factures_gc();"> <?= _("Mettre à jour la facturation...") ?> </button> </td>
|
|
<?php else: ?>
|
|
<td> <button style='font-size:10pt;' type="button" class="form-control btn btn-primary" disabled > <?= _("Mettre à jour la facturation...") ?> </button> </td>
|
|
<?php endif; ?>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
<div id="detail_facture">
|
|
</div>
|
|
</div>
|