fgf
This commit is contained in:
parent
bb139b6425
commit
1568362df8
|
|
@ -90,6 +90,8 @@ class ControleurAjaxprestataire extends Controleur
|
||||||
$prefixePaiementMobile = $this->requete->getParametreFormulaire("prefixePaiementMobile");
|
$prefixePaiementMobile = $this->requete->getParametreFormulaire("prefixePaiementMobile");
|
||||||
$mobilePaiement = $this->requete->getParametreFormulaire("mobilePaiement");
|
$mobilePaiement = $this->requete->getParametreFormulaire("mobilePaiement");
|
||||||
|
|
||||||
|
$prixActeModifiable = $this->requete->getParametreFormulaire("prixActeModifiable");
|
||||||
|
|
||||||
$this->prestataire->enregistrermodif($idPrestataire, $libelle, $codeTypePrestataire, $categoriePresataire, $codeTarifActe,
|
$this->prestataire->enregistrermodif($idPrestataire, $libelle, $codeTypePrestataire, $categoriePresataire, $codeTarifActe,
|
||||||
$codeTarifMedicament, $codeTarifOptique, $codePays, $villeSignature, $codeTypeDecompte, $adresseGeo, $numeroCompte,
|
$codeTarifMedicament, $codeTarifOptique, $codePays, $villeSignature, $codeTypeDecompte, $adresseGeo, $numeroCompte,
|
||||||
$adressePost, $conventionne, $gestionreseau, $emailGestionPrestataire, $codeBanque, $codeBanqueInterne, $codeGuichet,
|
$adressePost, $conventionne, $gestionreseau, $emailGestionPrestataire, $codeBanque, $codeBanqueInterne, $codeGuichet,
|
||||||
|
|
@ -97,7 +99,8 @@ class ControleurAjaxprestataire extends Controleur
|
||||||
$registreCommerce, $codeLanguePrestataire, $nomResponsable, $nomInterlocuteur, $telephoneFixe, $faxPrestataire,
|
$registreCommerce, $codeLanguePrestataire, $nomResponsable, $nomInterlocuteur, $telephoneFixe, $faxPrestataire,
|
||||||
$telephonePortable, $contactInterlocuteur, $centreReference, $appliquerTarifNuit, $latitude, $longitude, $accesAjoutPh,
|
$telephonePortable, $contactInterlocuteur, $centreReference, $appliquerTarifNuit, $latitude, $longitude, $accesAjoutPh,
|
||||||
$ajoutPrescription, $interdirVentePartielleMedicament, $filtreMedecin, $codeModeBiometrie, $pharmacieInterne, $optiqueInterne,
|
$ajoutPrescription, $interdirVentePartielleMedicament, $filtreMedecin, $codeModeBiometrie, $pharmacieInterne, $optiqueInterne,
|
||||||
$appliquerTarifPrestataire, $filtrerIp, $activerOtp, $autoriserUnBonPrincipal, $prefixePaiementMobile, $mobilePaiement);
|
$appliquerTarifPrestataire, $filtrerIp, $activerOtp, $autoriserUnBonPrincipal, $prefixePaiementMobile, $mobilePaiement,
|
||||||
|
$prixActeModifiable);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function validerfactureclassique()
|
public function validerfactureclassique()
|
||||||
|
|
|
||||||
|
|
@ -49,42 +49,46 @@ class ControleurModifierprestataire extends Controleur
|
||||||
private $ouinonactiverOtp;
|
private $ouinonactiverOtp;
|
||||||
private $autoriserUnBonPrincipalOuinon;
|
private $autoriserUnBonPrincipalOuinon;
|
||||||
private $ouinonOptique;
|
private $ouinonOptique;
|
||||||
|
private $prixActeModifiableOuinon;
|
||||||
|
|
||||||
public function __construct() {
|
public function __construct() {
|
||||||
$this->menuvue = new Menuvueutilisateur();
|
$this->menuvue = new Menuvueutilisateur();
|
||||||
$this->menuvue->getMenuVue('Modifierprestataire');
|
$this->menuvue->getMenuVue('Modifierprestataire');
|
||||||
|
|
||||||
$this->prestataire = new Prestataire();
|
$this->prestataire = new Prestataire();
|
||||||
|
|
||||||
$this->typeprestataire = new Typeprestataire();
|
$this->typeprestataire = new Typeprestataire();
|
||||||
$this->reseausoins = new Reseausoins();
|
$this->reseausoins = new Reseausoins();
|
||||||
$this->pays = new Pays();
|
$this->pays = new Pays();
|
||||||
$this->ville = new Ville();
|
$this->ville = new Ville();
|
||||||
$this->localite = new Localite();
|
$this->localite = new Localite();
|
||||||
$this->tarif = new Tarifsactes();
|
$this->tarif = new Tarifsactes();
|
||||||
$this->tarifsmedicament = new Tarifsmedicaments();
|
$this->tarifsmedicament = new Tarifsmedicaments();
|
||||||
$this->tarifsoptique = new Tarifsoptiques();
|
$this->tarifsoptique = new Tarifsoptiques();
|
||||||
$this->typedecompte = new Typedecompte();
|
$this->typedecompte = new Typedecompte();
|
||||||
$this->ouinonconvention = (new Ouinon())->getListe();
|
$this->ouinonconvention = (new Ouinon())->getListe();
|
||||||
$this->ouinongestionreseau = (new Ouinon())->getListe();
|
$this->ouinongestionreseau = (new Ouinon())->getListe();
|
||||||
$this->banque = new Banque();
|
$this->banque = new Banque();
|
||||||
$this->langue = new Langue();
|
$this->langue = new Langue();
|
||||||
$this->ouinonreference = (new Ouinon())->getListe();
|
$this->ouinonreference = (new Ouinon())->getListe();
|
||||||
$this->ouinontarifnuit = (new Ouinon())->getListe();
|
$this->ouinontarifnuit = (new Ouinon())->getListe();
|
||||||
|
|
||||||
$this->ouinonajoutepha = (new Ouinon())->getListe();
|
$this->ouinonajoutepha = (new Ouinon())->getListe();
|
||||||
$this->ouinonajoutepres = (new Ouinon())->getListe();
|
$this->ouinonajoutepres = (new Ouinon())->getListe();
|
||||||
$this->ouinonventepar = (new Ouinon())->getListe();
|
$this->ouinonventepar = (new Ouinon())->getListe();
|
||||||
$this->ouinonfiltremed = (new Ouinon())->getListe();
|
$this->ouinonfiltremed = (new Ouinon())->getListe();
|
||||||
|
|
||||||
$this->ouinonPharmacie = (new Ouinon())->getListe();
|
$this->ouinonPharmacie = (new Ouinon())->getListe();
|
||||||
$this->ouinonOptique = (new Ouinon())->getListe();
|
$this->ouinonOptique = (new Ouinon())->getListe();
|
||||||
$this->ouinontarifprestataire = (new Ouinon())->getListe();
|
$this->ouinontarifprestataire = (new Ouinon())->getListe();
|
||||||
|
|
||||||
$this->ouinonfiltrerIp = (new Ouinon())->getListe();
|
$this->ouinonfiltrerIp = (new Ouinon())->getListe();
|
||||||
$this->ouinonactiverOtp = (new Ouinon())->getListe();
|
$this->ouinonactiverOtp = (new Ouinon())->getListe();
|
||||||
|
|
||||||
|
$this->autoriserUnBonPrincipalOuinon = (new Ouinon())->getListe();
|
||||||
|
|
||||||
|
$this->prixActeModifiableOuinon = (new Ouinon())->getListe();
|
||||||
|
|
||||||
$this->autoriserUnBonPrincipalOuinon = (new Ouinon())->getListe();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public function index()
|
public function index()
|
||||||
|
|
@ -119,37 +123,38 @@ class ControleurModifierprestataire extends Controleur
|
||||||
$modeBiometrie = $this->prestataire->getModeBiometrie();
|
$modeBiometrie = $this->prestataire->getModeBiometrie();
|
||||||
|
|
||||||
$this->genererVue(array(
|
$this->genererVue(array(
|
||||||
'prestataire' => $prestataire,
|
'prestataire' => $prestataire,
|
||||||
'pays' => $pays,
|
'pays' => $pays,
|
||||||
'ville' => $ville,
|
'ville' => $ville,
|
||||||
'listelocalite' => $localite,
|
'listelocalite' => $localite,
|
||||||
'typeprestataire' => $typeprestataire,
|
'typeprestataire' => $typeprestataire,
|
||||||
'reseausoins' => $reseausoins,
|
'reseausoins' => $reseausoins,
|
||||||
'tarifacte' => $tarifacte,
|
'tarifacte' => $tarifacte,
|
||||||
'banque' => $banque,
|
'banque' => $banque,
|
||||||
'tarifsmedicament' => $tarifsmedicament,
|
'tarifsmedicament' => $tarifsmedicament,
|
||||||
'tarifsoptique' => $tarifsoptique,
|
'tarifsoptique' => $tarifsoptique,
|
||||||
'typedecompte' => $typedecompte,
|
'typedecompte' => $typedecompte,
|
||||||
'ouinonconvention' => $this->ouinonconvention,
|
'ouinonconvention' => $this->ouinonconvention,
|
||||||
'ouinongestionreseau' => $this->ouinongestionreseau,
|
'ouinongestionreseau' => $this->ouinongestionreseau,
|
||||||
'langue' => $langue,
|
'langue' => $langue,
|
||||||
'categorie' => $categorie,
|
'categorie' => $categorie,
|
||||||
'typeprestataire' => $typeprestataire,
|
'typeprestataire' => $typeprestataire,
|
||||||
'ouinonreference' => $this->ouinonreference ,
|
'ouinonreference' => $this->ouinonreference ,
|
||||||
'ouinontarifnuit' => $this->ouinontarifnuit,
|
'ouinontarifnuit' => $this->ouinontarifnuit,
|
||||||
'ouinonajoutepha' => $this->ouinonajoutepha,
|
'ouinonajoutepha' => $this->ouinonajoutepha,
|
||||||
'modeBiometrie' => $modeBiometrie,
|
'modeBiometrie' => $modeBiometrie,
|
||||||
'ouinonajoutepres' => $this->ouinonajoutepres,
|
'ouinonajoutepres' => $this->ouinonajoutepres,
|
||||||
'ouinonventepar' => $this->ouinonventepar,
|
'ouinonventepar' => $this->ouinonventepar,
|
||||||
'ouinonOptique' => $this->ouinonOptique,
|
'ouinonOptique' => $this->ouinonOptique,
|
||||||
'ouinonfiltremed' => $this->ouinonfiltremed,
|
'ouinonfiltremed' => $this->ouinonfiltremed,
|
||||||
'ouinonPharmacie' => $this->ouinonPharmacie,
|
'ouinonPharmacie' => $this->ouinonPharmacie,
|
||||||
'ouinontarifprestataire'=> $this->ouinontarifprestataire,
|
'ouinontarifprestataire' => $this->ouinontarifprestataire,
|
||||||
|
|
||||||
'ouinonfiltrerIp' => $this->ouinonfiltrerIp,
|
'ouinonfiltrerIp' => $this->ouinonfiltrerIp,
|
||||||
'ouinonactiverOtp' => $this->ouinonactiverOtp,
|
'ouinonactiverOtp' => $this->ouinonactiverOtp,
|
||||||
'autoriserUnBonPrincipalOuinon' => $this->autoriserUnBonPrincipalOuinon
|
'autoriserUnBonPrincipalOuinon' => $this->autoriserUnBonPrincipalOuinon,
|
||||||
));
|
'prixActeModifiableOuinon' => $this->prixActeModifiableOuinon
|
||||||
|
));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -16046,6 +16046,8 @@ function enregistrer_modif_prestataire()
|
||||||
filtrerIp = $("#filtrerIp").val();
|
filtrerIp = $("#filtrerIp").val();
|
||||||
|
|
||||||
autoriserUnBonPrincipal = $("#autoriserUnBonPrincipal").val();
|
autoriserUnBonPrincipal = $("#autoriserUnBonPrincipal").val();
|
||||||
|
prixActeModifiable = $("#prixActeModifiable").val();
|
||||||
|
|
||||||
|
|
||||||
donnees = 'idPrestataire='+idPrestataire+'&libelle='+libelle+'&codeTypePrestataire='+codeTypePrestataire;
|
donnees = 'idPrestataire='+idPrestataire+'&libelle='+libelle+'&codeTypePrestataire='+codeTypePrestataire;
|
||||||
donnees += '&categoriePresataire='+categoriePresataire+'&codeTarifActe='+codeTarifActe+'&codeTarifMedicament='+codeTarifMedicament;
|
donnees += '&categoriePresataire='+categoriePresataire+'&codeTarifActe='+codeTarifActe+'&codeTarifMedicament='+codeTarifMedicament;
|
||||||
|
|
@ -16078,8 +16080,9 @@ function enregistrer_modif_prestataire()
|
||||||
|
|
||||||
donnees += '&mobilePaiement='+mobilePaiement;
|
donnees += '&mobilePaiement='+mobilePaiement;
|
||||||
donnees += '&prefixePaiementMobile='+prefixePaiementMobile;
|
donnees += '&prefixePaiementMobile='+prefixePaiementMobile;
|
||||||
|
donnees += '&prixActeModifiable='+prixActeModifiable;
|
||||||
|
|
||||||
//console.log(donnees);
|
//console.log(donnees);
|
||||||
|
|
||||||
v_msg="Confirmez-vous ces modifications?";
|
v_msg="Confirmez-vous ces modifications?";
|
||||||
v_msgEng="Do you confirm these modifications?";
|
v_msgEng="Do you confirm these modifications?";
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -473,12 +473,13 @@ class Prestataire extends Modele {
|
||||||
$registreCommerce, $codeLanguePrestataire, $nomResponsable, $nomInterlocuteur, $telephoneFixe, $faxPrestataire,
|
$registreCommerce, $codeLanguePrestataire, $nomResponsable, $nomInterlocuteur, $telephoneFixe, $faxPrestataire,
|
||||||
$telephonePortable, $contactInterlocuteur, $centreReference, $appliquerTarifNuit, $latitude, $longitude, $accesAjoutPh,
|
$telephonePortable, $contactInterlocuteur, $centreReference, $appliquerTarifNuit, $latitude, $longitude, $accesAjoutPh,
|
||||||
$ajoutPrescription, $interdirVentePartielleMedicament, $filtreMedecin, $codeModeBiometrie, $pharmacieInterne, $optiqueInterne,
|
$ajoutPrescription, $interdirVentePartielleMedicament, $filtreMedecin, $codeModeBiometrie, $pharmacieInterne, $optiqueInterne,
|
||||||
$appliquerTarifPrestataire, $filtrerIp, $activerOtp, $autoriserUnBonPrincipal, $prefixePaiementMobile, $mobilePaiement)
|
$appliquerTarifPrestataire, $filtrerIp, $activerOtp, $autoriserUnBonPrincipal, $prefixePaiementMobile, $mobilePaiement,
|
||||||
|
$prixActeModifiable)
|
||||||
{
|
{
|
||||||
$user = $_SESSION['login'];
|
$user = $_SESSION['login'];
|
||||||
|
|
||||||
$sql = 'call sp_modifier_prestataire(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
|
$sql = 'call sp_modifier_prestataire(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
|
||||||
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)';
|
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)';
|
||||||
|
|
||||||
$this->executerRequete($sql, array($idPrestataire, $libelle, $codeTypePrestataire, $categoriePresataire, $codeTarifActe,
|
$this->executerRequete($sql, array($idPrestataire, $libelle, $codeTypePrestataire, $categoriePresataire, $codeTarifActe,
|
||||||
$codeTarifMedicament, $codeTarifOptique, $codePays, $villeSignature, $codeTypeDecompte, $adresseGeo, $numeroCompte,
|
$codeTarifMedicament, $codeTarifOptique, $codePays, $villeSignature, $codeTypeDecompte, $adresseGeo, $numeroCompte,
|
||||||
|
|
@ -487,7 +488,8 @@ class Prestataire extends Modele {
|
||||||
$registreCommerce, $codeLanguePrestataire, $nomResponsable, $nomInterlocuteur, $telephoneFixe, $faxPrestataire,
|
$registreCommerce, $codeLanguePrestataire, $nomResponsable, $nomInterlocuteur, $telephoneFixe, $faxPrestataire,
|
||||||
$telephonePortable, $contactInterlocuteur, $centreReference, $appliquerTarifNuit, $latitude, $longitude, $accesAjoutPh,
|
$telephonePortable, $contactInterlocuteur, $centreReference, $appliquerTarifNuit, $latitude, $longitude, $accesAjoutPh,
|
||||||
$ajoutPrescription, $interdirVentePartielleMedicament, $user, $filtreMedecin, $codeModeBiometrie, $pharmacieInterne, $optiqueInterne,
|
$ajoutPrescription, $interdirVentePartielleMedicament, $user, $filtreMedecin, $codeModeBiometrie, $pharmacieInterne, $optiqueInterne,
|
||||||
$appliquerTarifPrestataire, $filtrerIp, $activerOtp, $autoriserUnBonPrincipal, $prefixePaiementMobile, $mobilePaiement));
|
$appliquerTarifPrestataire, $filtrerIp, $activerOtp, $autoriserUnBonPrincipal, $prefixePaiementMobile, $mobilePaiement,
|
||||||
|
$prixActeModifiable));
|
||||||
}
|
}
|
||||||
|
|
||||||
public function majcomptebancaire($codePrestataire, $codeBanque, $codeBanqueInterne, $codeGuichet, $numeroCompteBancaire, $cleRib, $iban, $intituleCompteBancaire)
|
public function majcomptebancaire($codePrestataire, $codeBanque, $codeBanqueInterne, $codeGuichet, $numeroCompteBancaire, $cleRib, $iban, $intituleCompteBancaire)
|
||||||
|
|
|
||||||
|
|
@ -317,6 +317,13 @@
|
||||||
<td> <?= _("Adresse Géographique") ?> </td>
|
<td> <?= _("Adresse Géographique") ?> </td>
|
||||||
<td colspan="2"><INPUT class="form-control" TYPE="text" id="adresseGeo" NAME="adresseGeo" value="<?= $this->nettoyer($prestataire['adresseGeo']) ?>"></td>
|
<td colspan="2"><INPUT class="form-control" TYPE="text" id="adresseGeo" NAME="adresseGeo" value="<?= $this->nettoyer($prestataire['adresseGeo']) ?>"></td>
|
||||||
|
|
||||||
|
<td align="center"> <?= _("Prix Modifiable ?") ?> </td>
|
||||||
|
<td colspan="2">
|
||||||
|
<select class="form-select" id="prixActeModifiable" NAME="prixActeModifiable">
|
||||||
|
<?php liste_options($prixActeModifiableOuinon, $this->nettoyer($prestataire['prixActeModifiable']),true); ?>
|
||||||
|
</SELECT>
|
||||||
|
</td>
|
||||||
|
|
||||||
<td align="center"> <?= _("Adresse Postale") ?> </td>
|
<td align="center"> <?= _("Adresse Postale") ?> </td>
|
||||||
<td colspan="2"><INPUT class="form-control" TYPE="text" id="adressePost" NAME="adressePost" value="<?=$this->nettoyer($prestataire['adressePost'])?>" ></td>
|
<td colspan="2"><INPUT class="form-control" TYPE="text" id="adressePost" NAME="adressePost" value="<?=$this->nettoyer($prestataire['adressePost'])?>" ></td>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -976,7 +976,7 @@
|
||||||
|
|
||||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/toastr.min.js" integrity="sha512-VEd+nq25CkR676O+pLBnDW09R7VQX9Mdiij052gVCp5yVH3jGtH70Ho/UUv4mJDsEdTvqRCFZg0NKGiojGnUCw==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/toastr.min.js" integrity="sha512-VEd+nq25CkR676O+pLBnDW09R7VQX9Mdiij052gVCp5yVH3jGtH70Ho/UUv4mJDsEdTvqRCFZg0NKGiojGnUCw==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
|
||||||
|
|
||||||
<script src="Js/fonctions.js?ver=2026.03.10.01"></script>
|
<script src="Js/fonctions.js?ver=2026.03.10.02"></script>
|
||||||
|
|
||||||
<script src="https://unpkg.com/vue@3/dist/vue.global.prod.js"></script>
|
<script src="https://unpkg.com/vue@3/dist/vue.global.prod.js"></script>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user