garant/Vue/Gcfacturation/index.php
2025-12-05 10:57:03 +00:00

28 lines
1.3 KiB
PHP
Executable File

<legend> <?= _("Facturations") ?> </legend>
<table class="table table-responsive table-condensed" style='font-size:10pt;'>
<tbody>
<tr>
<td width="7%" > <?= _("Assureur") ?> </td>
<td>
<SELECT style='font-size:10pt;' onChange="choisir_gc_assureur();" class="form-control" id="codeGcAssureur" NAME="codeGcAssureur" autofocus disabled >
<?php liste_options($gc, $_SESSION['codeGcAssureur_C']); ?>
</SELECT>
</td>
<td width="15%" align="center"> <?= _("Période Facturation") ?> </td>
<td width="12%" > <INPUT style='text-align:center; font-size:10pt;' class="form-control datepicker" TYPE="text" id="dateFacture1" NAME="dateFacture1" value="<?= $_SESSION['debutGcFr'] ?>" required></td>
<td width="5%" align="center" > <?= _("au") ?> </td>
<td width="12%" > <INPUT style='text-align:center; font-size:10pt;' class="form-control datepicker" TYPE="text" id="dateFacture2" NAME="dateFacture2" value="<?= $_SESSION['finGcFr'] ?>" required> </td>
<td> </td>
<td> <button style='font-size:10pt;' type="button" class="form-control btn btn-primary" onclick="javascript:lister_reglements_gc();"><?= _("Afficher résultats...") ?></button> </td>
</tr>
</tbody>
</table>
<div id="div_detail">
</div>