48 lines
2.3 KiB
PHP
48 lines
2.3 KiB
PHP
<div id="div_ente_requete">
|
|
|
|
<INPUT class="sr-only" TYPE="text" id="codePrestataire" name="codePrestataire" value="<?= $_SESSION['p_codePrestataire_C'] ?>">
|
|
<INPUT class="sr-only" TYPE="text" id="codeTypePrestataire" name="codeTypePrestataire" value="<?= $_SESSION['p_codeTypePrestataire_C'] ?>">
|
|
|
|
<table class="table table-responsive table-condensed" style='font-size:10pt;'>
|
|
<tbody>
|
|
<tr>
|
|
<td width="10%"><?= _("Prestataire") ?></td>
|
|
<td> <INPUT style='tfont-size:10pt;' class="form-control" type="text" value="<?= $this->nettoyer($_SESSION['p_prestataire_C']) ?>" readonly> </td>
|
|
|
|
<td width="15%" align="center"> <?= _("Période du") ?> </td>
|
|
<td > <INPUT style='text-align:center; font-size:10pt;' class="form-control datepicker" TYPE="text" id="dateFacture1" NAME="dateFacture1" value="<?= $_SESSION['p_debutRequeteFr_C'] ?>" required AUTOCOMPLETE="OFF" ></td>
|
|
|
|
<td width="5%" align="center" > <?= _("au") ?> </td>
|
|
<td > <INPUT style='text-align:center; font-size:10pt;' class="form-control datepicker" TYPE="text" id="dateFacture2" NAME="dateFacture2" value="<?= $_SESSION['p_finRequeteFr_C'] ?>" required AUTOCOMPLETE="OFF" > </td>
|
|
|
|
<td> <?= _("Garantie") ?> </td>
|
|
<td >
|
|
<SELECT class="form-control" data-live-search="true" id="codeGarantie" NAME="codeGarantie" style='font-size:10pt; text-align:center;' >
|
|
<?php liste_options($garanties, ""); ?>
|
|
</SELECT>
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td colspan="2"> <button style='font-size:10pt;' type="button" class="form-control btn btn-primary" onclick="javascript:requetes_factures();"><?= _("Afficher résultats...") ?></button> </td>
|
|
|
|
|
|
<td colspan="2">
|
|
<input class="form-control" style="text-align: center; font-size:10pt;" type="text" id="nbligne" name="nbligne" value="Result : 0" readonly>
|
|
</td>
|
|
|
|
<td> </td>
|
|
<td colspan="2"> <button style='font-size:10pt;' type="button" class="form-control btn btn-danger" onclick="javascript:requetes_factures_pdf();"><?= _("PDF...") ?></button> </td>
|
|
<td > <button style='font-size:10pt;' type="button" class="form-control btn btn-success" onclick="javascript:requetes_factures_export();"><?= _("Excel...") ?></button> </td>
|
|
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
|
|
<div id="div_detail_requete">
|
|
</div>
|
|
|
|
<div id="div_export_a">
|
|
</div>
|