garant/Vue/Factureconsgc/index.php
2025-12-01 19:18:15 +00:00

33 lines
969 B
PHP

<?php
$this->titre = "INTER-SANTE - ". _("Consulter une facture");
?>
<script type="text/javascript">
</script>
<div id="recherche_facture" onkeypress="javascript:ctrlkeypressfacture(event);">
<table class="table table-responsive table-condensed" style='font-size:12pt;' >
<tbody>
<tr>
<td width="20%" align="center"><?= _("ID Facture") ?> </td>
<td width="20%">
<INPUT style='text-align:center; font-size:12pt;' class="form-control" TYPE="text" id="idFacture" name="idFacture"
onChange="javascript:chercher_facture(this.value);" autofocus required >
</td>
<td> </td>
<td> <button type="button" style="font-size:10pt;" class="form-control btn btn-primary" onclick="javascript:$('#idFacture').blur();" ><?= _("Rechercher...") ?></button> </td>
</tr>
</tbody>
</table>
</div>
<div id="div_consulter_facture">
</div>
<div id="div_facture_detail">
</div>