216 lines
8.4 KiB
PHP
Executable File
216 lines
8.4 KiB
PHP
Executable File
<?php $this->titre = "INTER-SANTE - Créer un Prestataire"; ?>
|
|
|
|
<legend> <?= _("Informations Nouveau Prestataire") ?> </legend>
|
|
<div >
|
|
<table class="table table-responsive table-condensed" style="font-size:8pt">
|
|
<tbody>
|
|
<tr>
|
|
<td width="7%" class="required"> <?= _("Nom") ?> </td>
|
|
<td width="33%"><INPUT class="form-control majuscule" TYPE="text" id="libelle" NAME="libelle" required AUTOCOMPLETE="OFF" autofocus ></td>
|
|
|
|
<td width="7%" align="center" > <?= _("Catégorie") ?> </td>
|
|
<td>
|
|
<SELECT class="form-control" id="categoriePresataire" NAME="categoriePresataire" onChange="JAVASCRIPT:changeTypePrestataire()" >
|
|
<?php liste_options($categorie, ""); ?>
|
|
</SELECT>
|
|
</td>
|
|
|
|
<td width="7%" align="center" class="required">Type</td>
|
|
<td>
|
|
<div id="div_type_prestataire">
|
|
<SELECT class="form-control" id="codeTypePrestataire" NAME="codeTypePrestataire" required AUTOCOMPLETE="OFF" >
|
|
<?php liste_options($typeprestataire, ""); ?>
|
|
</SELECT>
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td class="required"> <?= _("Pays") ?> </td>
|
|
<td width="33%">
|
|
<SELECT onChange="ajaxListerVille();" class="form-control" id="codePays" NAME="codePays" required AUTOCOMPLETE="OFF" >
|
|
<?php liste_options($pays, $_SESSION['codePaysSociete']); ?>
|
|
</SELECT>
|
|
</td>
|
|
|
|
<td align="center" class="required"> <?= (isset($_SESSION['affichagedynamique']['Région'])) ? _($_SESSION['affichagedynamique']['Région']) : _("Région") ?> </td>
|
|
<td>
|
|
<div id="listeville">
|
|
<SELECT onChange="ajaxListerLocalite();" class="form-control" id="codeVille" NAME="codeVille" required AUTOCOMPLETE="OFF" >
|
|
<?php liste_options($ville, ""); ?>
|
|
</SELECT>
|
|
</div>
|
|
</td>
|
|
|
|
<td align="center" class="required"> <?= (isset($_SESSION['affichagedynamique']['Commune'])) ? _($_SESSION['affichagedynamique']['Commune']) : _("Commune") ?> </td>
|
|
<td>
|
|
<div id="listelocalite">
|
|
<SELECT class="form-control" id="codeLocalite" NAME="codeLocalite" required AUTOCOMPLETE="OFF" >
|
|
<?php liste_options($listelocalite, "" ); ?>
|
|
</SELECT>
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td> <?= _("Adresse Géo") ?> </td>
|
|
<td width="33%"><INPUT class="form-control" TYPE="text" id="adresseGeo" NAME="adresseGeo" ></td>
|
|
|
|
|
|
<td align="center" class="required"> <?= _("Type Decpte") ?> </td>
|
|
<td>
|
|
<SELECT class="form-control" id="codeTypeDecompte" NAME="codeTypeDecompte" required AUTOCOMPLETE="OFF" >
|
|
<?php liste_options($typedecompte, ""); ?>
|
|
</SELECT>
|
|
</td>
|
|
|
|
<td align="center"> <?= _("N° Sms ") ?> </td>
|
|
<td><INPUT class="form-control" TYPE="tel" id="smsGestionPrestataire" NAME="smsGestionPrestataire" ></td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
<td> <?= _("Tél. Fixe") ?> </td>
|
|
<td width="33%"><INPUT class="form-control" TYPE="tel" id="telephoneFixe" NAME="telephoneFixe" ></td>
|
|
|
|
<td align="center"> <?= _("Fax ") ?> </td>
|
|
<td><INPUT class="form-control" TYPE="tel" id="faxPrestataire" NAME="faxPrestataire" ></td>
|
|
|
|
<td align="center"> <?= _("Cel. ") ?> </td>
|
|
<td><INPUT class="form-control" TYPE="tel" id="telephonePortable" NAME="telephonePortable" ></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td > <?= _("Adresse Post") ?> </td>
|
|
<td width="33%"><INPUT class="form-control" TYPE="text" id="adressePost" NAME="adressePost" ></td>
|
|
|
|
<td align="center" > <?= _("Compte Cpt") ?> </td>
|
|
<td><INPUT class="form-control" TYPE="text" id="numeroCompte" NAME="numeroCompte" ></td>
|
|
|
|
<td class="required"> <?= _("Convention?") ?> </td>
|
|
<td>
|
|
<SELECT class="form-control" id="conventionne" NAME="conventionne" required AUTOCOMPLETE="OFF" >
|
|
<?php liste_options($ouinonconvention, ""); ?>
|
|
</SELECT>
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td class="required"> E-mail </td>
|
|
<td width="33%"><INPUT class="form-control" TYPE="email" id="emailGestionPrestataire" NAME="emailGestionPrestataire" placeholder="E-mail obligatoire" required AUTOCOMPLETE="OFF" ></td>
|
|
|
|
<td align="center" class="required"> <?= _("Ville Signature") ?> </td>
|
|
<td><INPUT class="form-control" TYPE="text" id="villeSignature" NAME="villeSignature" required AUTOCOMPLETE="OFF" ></td>
|
|
|
|
<td align="center" class="required"> <?= _("Gestion réseau?") ?> </td>
|
|
<td>
|
|
<SELECT class="form-control" id="gestionreseau" NAME="gestionreseau" required AUTOCOMPLETE="OFF" >
|
|
<?php liste_options($ouinongestionreseau, ""); ?>
|
|
</SELECT>
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
<td class="required"> <?= _("Tarif Acte") ?> </td>
|
|
<td width="33%">
|
|
<SELECT class="form-control" id="codeTarifActe" NAME="codeTarifActe" required AUTOCOMPLETE="OFF" >
|
|
<?php liste_options($tarifacte, ""); ?>
|
|
</SELECT>
|
|
</td>
|
|
|
|
<td align="center" class="required"> <?= _("Tarif Médic") ?> </td>
|
|
<td>
|
|
<SELECT class="form-control" id="codeTarifMedicament" NAME="codeTarifMedicament" required AUTOCOMPLETE="OFF" >
|
|
<?php liste_options($tarifsmedicament, ""); ?>
|
|
</SELECT>
|
|
</td>
|
|
|
|
<td align="center" class="required"> <?= _("Tarif Opt") ?> </td>
|
|
<td>
|
|
<SELECT class="form-control" id="codeTarifOptique" NAME="codeTarifOptique" required AUTOCOMPLETE="OFF" >
|
|
<?php liste_options($tarifsoptique, ""); ?>
|
|
</SELECT>
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td class="required"> <?= _("Banque") ?> </td>
|
|
<td width="33%">
|
|
<SELECT class="form-control" id="codeBanque" NAME="codeBanque" required AUTOCOMPLETE="OFF" >
|
|
<?php liste_options($banque, ""); ?>
|
|
</SELECT>
|
|
</td>
|
|
|
|
<td align="center"> <?= _("Code Banque") ?> </td>
|
|
<td><INPUT class="form-control" TYPE="text" id="codeBanqueInterne" NAME="codeBanqueInterne" ></td>
|
|
|
|
<td align="center" > <?= _("Code Guichet") ?> </td>
|
|
<td><INPUT class="form-control" TYPE="text" id="codeGuichet" NAME="codeGuichet" ></td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
<td> <?= _("Cpte bancaire") ?> </td>
|
|
<td width="33%"><INPUT class="form-control" TYPE="text" id="numeroCompteBancaire" NAME="numeroCompteBancaire" ></td>
|
|
|
|
<td align="center"> <?= _("Clé Rib") ?> </td>
|
|
<td> <INPUT class="form-control" TYPE="text" id="cleRib" NAME="cleRib" ></td>
|
|
|
|
<td align="center"> Iban </td>
|
|
<td> <INPUT class="form-control" TYPE="text" id="iban" NAME="iban" ></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td> <?= _("Intititulé Cpte") ?> </td>
|
|
<td width="33%"><INPUT class="form-control" TYPE="text" id="intituleCompteBancaire" NAME="intituleCompteBancaire" ></td>
|
|
|
|
<td align="center"> <?= _("Registre Comm") ?> </td>
|
|
<td><INPUT class="form-control" TYPE="text" id="registreCommerce" NAME="registreCommerce" ></td>
|
|
|
|
<td align="center"> <?= _("Langue") ?> </td>
|
|
<td>
|
|
<SELECT class="form-control" id="codeLangueUser" NAME="codeLangueUser" >
|
|
<?php liste_options($langue, $_SESSION['codeLangueSociete'] ); ?>
|
|
</SELECT>
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td> <?= _("Responsable") ?> </td>
|
|
<td width="33%"><INPUT class="form-control" TYPE="text" id="nomResponsable" NAME="nomResponsable" ></td>
|
|
|
|
<td align="center"> <?= _("Correspondant") ?> </td>
|
|
<td> <INPUT class="form-control" TYPE="text" id="nomInterlocuteur" NAME="nomInterlocuteur" ></td>
|
|
|
|
<td align="center"> Autre Tél. </td>
|
|
<td> <INPUT class="form-control" TYPE="tel" id="contactInterlocuteur" NAME="contactInterlocuteur" ></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td class="required"> <?= _("Centre Réf.?") ?> </td>
|
|
<td>
|
|
<SELECT class="form-control" id="centreReference" NAME="centreReference" required AUTOCOMPLETE="OFF" >
|
|
<?php liste_options($ouinonreference, "0",true); ?>
|
|
</SELECT>
|
|
</td>
|
|
|
|
<td> </td>
|
|
<td > <input id="btn_enreg" name="btn_enreg" class = "form-control btn btn-primary" type="button" value="<?= _("Enregistrer") ?>" onClick="javascript:creer_prestataire();" style='font-size:10pt;' > </td>
|
|
|
|
<td> </td>
|
|
<td > <input class = "form-control btn btn-warning" type="button" value="<?= _("Annuler") ?>" onClick="javascript:param_prestataire();" style='font-size:10pt;' > </td>
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
|
|
<div id="div_idPrestataire">
|
|
<input class="sr-only" type="text" id="idPrestataire" name="idPrestataire" >
|
|
</div>
|