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

33 lines
986 B
PHP
Executable File

<?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 AUTOCOMPLETE="OFF" >
</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>