153 lines
8.4 KiB
PHP
153 lines
8.4 KiB
PHP
<div id="div_ente_requete">
|
|
<input class="sr-only" type="text" id="codePrestataire" name="codePrestataire" value="<?= $_SESSION['codePrestataire_C'] ?>">
|
|
|
|
<table class="table table-responsive table-condensed" style='font-size:7pt;'>
|
|
<tbody>
|
|
<tr>
|
|
<td width="5%"> <?= _("Prestataire") ?> </td>
|
|
<td width="13%">
|
|
<?php if ($_SESSION['prestataire_C']>" "): ?>
|
|
<button type="button" class="form-control btn btn-primary" data-bs-toggle="modal" data-bs-target="#popRecherchePrestataire" style='font-size:7pt;' onChange='$("#msgErreur").html("");$("#div_wait").html("");' ><span id="nomPrestataire" name="nomPrestataire" onChange='$("#msgErreur").html("");$("#div_wait").html("");' > <?= $_SESSION['prestataire_C'] ?> </span></button>
|
|
<?php else : ?>
|
|
<button type="button" class="form-control btn btn-primary" data-bs-toggle="modal" data-bs-target="#popRecherchePrestataire" style='font-size:7pt;' onChange='$("#msgErreur").html("");$("#div_wait").html("");' ><span id="nomPrestataire" name="nomPrestataire" onChange='$("#msgErreur").html("");$("#div_wait").html("");' > <?= _("Tous / Rechercher Prestataire...") ?> </span></button>
|
|
<?php endif; ?>
|
|
</td>
|
|
|
|
<td width="5%" align="center"> <?= _("Période du") ?> </td>
|
|
<td width="13%" colspan="3"> <INPUT style='text-align:center; font-size:7pt;' class="form-control datepicker" TYPE="text" id="dateFacture1" NAME="dateFacture1" value="<?= $_SESSION['debutRequeteFr_C'] ?>" required AUTOCOMPLETE="OFF" ></td>
|
|
|
|
<td width="5%" align="center" > <?= _("au") ?> </td>
|
|
<td width="13%" colspan="3"> <INPUT style='text-align:center; font-size:7pt;' class="form-control datepicker" TYPE="text" id="dateFacture2" NAME="dateFacture2" value="<?= $_SESSION['finRequeteFr_C'] ?>" required AUTOCOMPLETE="OFF" > </td>
|
|
|
|
<td width="5%" align="center" > <?= _("No Adh") ?> </td>
|
|
<td width="13%" colspan="3"> <INPUT style='text-align:center; font-size:7pt;' class="form-control" TYPE="text" id="numeroAdherent" name="numeroAdherent" > </td>
|
|
|
|
<td width="5%" align="center" > <?= _("No Bénéf") ?> </td>
|
|
<td width="13%" colspan="3"> <INPUT style='text-align:center; font-size:7pt;' class="form-control" TYPE="text" id="numeroBeneficiaire" name="numeroBeneficiaire"></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td> Type </td>
|
|
<td>
|
|
<SELECT class="form-control" id="codeTypePrestataire" NAME="codeTypePrestataire" style='font-size:7pt;'>
|
|
<?php liste_options_consultation($typeprestataire, ""); ?>
|
|
</SELECT>
|
|
</td>
|
|
|
|
<td align="center"> <?= _("Bon Cons") ?> </td>
|
|
<td width="6%"> <INPUT style='text-align:center; font-size:7pt;' class="form-control" type="number" id="numeroBonConsultation1" name="numeroBonConsultation1" value="0" > </td>
|
|
<td width="1%" align="center"> - </td>
|
|
<td width="6%"> <INPUT style='text-align:center; font-size:7pt;' class="form-control" type="number" id="numeroBonConsultation2" name="numeroBonConsultation2" value="0" > </td>
|
|
|
|
<td align="center"> <?= _("Ordon") ?> </td>
|
|
<td width="6%"> <INPUT style='text-align:center; font-size:7pt;' class="form-control" type="number" id="numeroBonOrdonnance1" name="numeroBonOrdonnance1" value="0" > </td>
|
|
<td width="1%" align="center"> - </td>
|
|
<td width="6%"> <INPUT style='text-align:center; font-size:7pt;' class="form-control" type="number" id="numeroBonOrdonnance2" name="numeroBonOrdonnance2" value="0" > </td>
|
|
|
|
<td align="center"> <?= _("Bon Hospit") ?> </td>
|
|
<td width="6%"> <INPUT style='text-align:center; font-size:7pt;' class="form-control" type="number" id="numeroBonHospitalisation1" name="numeroBonHospitalisation1" value="0" > </td>
|
|
<td width="1%" align="center"> - </td>
|
|
<td width="6%"> <INPUT style='text-align:center; font-size:7pt;' class="form-control" type="number" id="numeroBonHospitalisation2" name="numeroBonHospitalisation2" value="0" > </td>
|
|
|
|
<td align="center"> <?= _("Bon Opt") ?> </td>
|
|
<td width="6%"> <INPUT style='text-align:center; font-size:7pt;' class="form-control" type="number" id="numeroBonOptique1" name="numeroBonOptique1" value="0" > </td>
|
|
<td width="1%" align="center"> - </td>
|
|
<td width="6%"> <INPUT style='text-align:center; font-size:7pt;' class="form-control" type="number" id="numeroBonOptique2" name="numeroBonOptique2" value="0" > </td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td> <?= _("Hospit") ?> </td>
|
|
<td>
|
|
<SELECT class="form-control" id="hospitalisation" NAME="hospitalisation" style='font-size:7pt;'>
|
|
<?php liste_options_consultation($ouinonhospit, ""); ?>
|
|
</SELECT>
|
|
</td>
|
|
|
|
<td align="center"> <?= _("Chambre") ?> </td>
|
|
<td colspan="3"> <INPUT style='text-align:center; font-size:7pt;' class="form-control" TYPE="text" id="numeroChambre" name="numeroChambre" > </td>
|
|
|
|
<td align="center"> <?= _("Chir") ?> </td>
|
|
<td colspan="3">
|
|
<SELECT class="form-control" id="chirurgie" NAME="chirurgie" style='font-size:7pt;'>
|
|
<?php liste_options_consultation($ouinonchirurgie, ""); ?>
|
|
</SELECT>
|
|
</td>
|
|
|
|
<td align="center"> <?= _("No Décpte") ?> </td>
|
|
<td> <INPUT style='text-align:center; font-size:7pt;' class="form-control" type="number" id="numeroDecompte1" name="numeroDecompte1" value="0" > </td>
|
|
<td align="center"> - </td>
|
|
<td> <INPUT style='text-align:center; font-size:7pt;' class="form-control" type="number" id="numeroDecompte2" name="numeroDecompte2" value="0" > </td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
<td> <?= _("Adh") ?> </td>
|
|
<td colspan="5"> <INPUT style='tfont-size:7pt;' class="form-control" type="text" id="adherent" name="adherent" > </td>
|
|
|
|
<td align="center"> <?= _("Bénéf") ?> </td>
|
|
<td colspan="11"> <INPUT style='font-size:7pt;' class="form-control" type="text" id="beneficiaire" name="beneficiaire" > </td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
<td> </td>
|
|
<td colspan="5"> <button style='font-size:10pt;' type="button" class="form-control btn btn-primary" onclick="javascript:requetes_factures_client();"> <?= _("Afficher résultats...") ?> </button> </td>
|
|
|
|
<td colspan="5">
|
|
<input class="form-control" style="text-align: center; font-size:10pt;" type="text" id="nbligne" name="nbligne" value="Lignes : 0" readonly>
|
|
</td>
|
|
|
|
<td colspan="7"> <button style='font-size:10pt;' type="button" class="form-control btn btn-primary" onclick="javascript:requetes_factures_client_export();"> <?= _("Exporter vers Excel...") ?> </button> </td>
|
|
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
|
|
<div id="div_detail_requete">
|
|
</div>
|
|
|
|
<div id="div_export_a">
|
|
</div>
|
|
|
|
<div class="modal fade" id="popRecherchePrestataire" role="dialog">
|
|
<div class="modal-dialog modal-lg">
|
|
<div class="modal-content">
|
|
|
|
<div class="modal-header">
|
|
<button id="btn_close_pop" name="btn_close_pop" type="button" class="close" data-bs-dismiss="modal"> <?= _("Fermer") ?> </button>
|
|
<h4 class="modal-title"> <?= _("Rechercher un prestataire...") ?> </h4>
|
|
</div>
|
|
|
|
<div class="modal-body">
|
|
<div id="div_listeprestataires" onkeypress="javascript:ctrlkeypress_prestataire(event);">
|
|
<table class="table table-striped table-bordered table-hover table-condensed table-responsive" style='font-size:10pt;'>
|
|
<thead>
|
|
<tr>
|
|
<th style="text-align:center" width="15%" > Code </th>
|
|
<th width="50%" style="text-align:center" > <?= _("Nom contenant...") ?> </th>
|
|
<th colspan="2" style="text-align:center" > Type </th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><input type="text" class="form-control" id="codesearch" name="codesearch" autofocus style='font-size:10pt;' ></td>
|
|
<td><input type="text" class="form-control" id="nomsearch" name="nomsearch" autofocus style='font-size:10pt;' ></td>
|
|
<td><input type="button" class = "form-control btn btn-info" style='font-size:10pt;' value="<?= _("Rechercher...") ?>" onclick="javascript:afficher_pop_recherche_prestataire();" /></td>
|
|
<td><input type="button" class = "form-control btn btn-info" style='font-size:10pt;' value="<?= _("Ré-initialiser...") ?>" onclick="javascript:reinitialiser_prestataire();" /></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="modal-footer">
|
|
<button id="close_pop" name="close_pop" type="button" class="btn btn-default" data-bs-dismiss="modal"> <?= _("Fermer") ?> </button>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|