75 lines
2.8 KiB
PHP
Executable File
75 lines
2.8 KiB
PHP
Executable File
<div id="div_ente_requete">
|
|
|
|
<legend> <?= _("SINISTRES GESTION CONFIEE DETAIL") ?> </legend>
|
|
|
|
<button id="btn_pop_consulter_facture" NAME="btn_pop_consulter_facture" type="button" class="sr-only" data-bs-toggle="modal" data-bs-target="#pop_consulter_facture"> </button>
|
|
|
|
<table class="table table-responsive table-condensed" style='font-size:10pt;'>
|
|
<tbody>
|
|
<tr>
|
|
<td width="10%" > <?= _("Assureur") ?> </td>
|
|
<td>
|
|
<SELECT style='font-size:10pt;' onChange="choisir_gc_assureur();" class="form-control" id="codeGcAssureur" NAME="codeGcAssureur" autofocus>
|
|
<?php liste_options($gc,"JUB"); ?>
|
|
</SELECT>
|
|
</td>
|
|
|
|
<td width="20%" align="center"> <?= _("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['debutGcFr'] ?>" 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['finGcFr'] ?>" required AUTOCOMPLETE="OFF" > </td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td> </td>
|
|
<td> <button style='font-size:10pt;' type="button" class="form-control btn btn-primary" onclick="javascript:requetes_factures_gc();"> <?= _("Afficher résultats...") ?> </button> </td>
|
|
|
|
<td width="15%">
|
|
<input class="form-control" style="text-align: center; font-size:10pt;" type="text" id="nbligne" name="nbligne" value="Lignes : 0" readonly>
|
|
</td>
|
|
|
|
<td colspan="3"> <button style='font-size:10pt;' type="button" class="form-control btn btn-primary" onclick="javascript:requetes_factures_gc_export();"> <?= _("Exporter vers Excel...") ?> </button> </td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
|
|
<div id="div_detail_requete">
|
|
</div>
|
|
|
|
<div id="div_export_a">
|
|
</div>
|
|
|
|
|
|
<div class="modal fade" id="pop_consulter_facture" role="dialog">
|
|
<div class="modal-dialog modal-lg">
|
|
<div class="modal-content">
|
|
|
|
<div class="modal-header">
|
|
<button id="btn_close_pop" name="btn_close_pop" type="button" class="close" data-bs-dismiss="modal"> <?= _("Fermer") ?> </button>
|
|
<h4 class="modal-title"> <?= _("Consultation facture...") ?> </h4>
|
|
</div>
|
|
|
|
<div class="modal-body">
|
|
<div id="div_consulter_facture_pop">
|
|
|
|
</div>
|
|
|
|
<div id="div_facture_detail">
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="modal-footer">
|
|
<button id="close_pop" name="close_pop" type="button" class="btn btn-default" data-bs-dismiss="modal"> <?= _("Fermer") ?> </button>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
|