39 lines
1.8 KiB
PHP
39 lines
1.8 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ériod 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></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> </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>
|