prestation/Vue/Ajaxenteteborderauencaissement/index.php
2025-12-05 10:42:46 +00:00

31 lines
1.3 KiB
PHP
Executable File

<div id="div_ente_requete">
<table class="table table-responsive table-condensed" style='font-size:10pt;'>
<tbody>
<tr>
<td width="10%" > <?= _("Période du") ?> </td>
<td width="12%"> <INPUT style='text-align:center; font-size:10pt;' class="form-control datepicker" TYPE="text" id="debutPeriode" NAME="debutPeriode" value="<?= $_SESSION['debutExerciceFr_C'] ?>" > </td>
<td align="center" > <?= _("au") ?> </td>
<td width="12%"> <INPUT style='text-align:center; font-size:10pt;' class="form-control datepicker" TYPE="text" id="finPeriode" NAME="finPeriode" value="<?= $this->datejourfr?>" > </td>
<td> <button style='font-size:10pt;' type="button" class="form-control btn btn-primary" onclick="javascript:etat_borderau_encissements();"> <?= _("Afficher résultats...") ?> </button> </td>
<td>
<input class="form-control" style="text-align: center; font-size:10pt;" type="text" id="nbligne" name="nbligne" value="Lignes : 0" readonly>
</td>
<td> <button style='font-size:10pt;' type="button" class="form-control btn btn-primary" onclick="javascript:etat_borderau_encissements_export();"> <?= _("Exporter vers Excel...") ?> </button> </td>
</tr>
</tbody>
</table>
<div id="div_detail_requete">
</div>
<div id="div_export_a">
</div>
</div>