42 lines
1.8 KiB
PHP
42 lines
1.8 KiB
PHP
<div id="div_ente_requete">
|
|
|
|
<legend> <?= _("REDRESSEMENTS") ?> </legend>
|
|
|
|
<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, $_SESSION['codeGcAssureur_C']); ?>
|
|
</SELECT>
|
|
</td>
|
|
|
|
<td width="15%" align="center"> <?= _("Période du") ?> </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>
|
|
</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>
|