diff --git a/Controleur/ControleurModifautresparametresmed.php b/Controleur/ControleurModifautresparametresmed.php new file mode 100755 index 00000000..b45c16ec --- /dev/null +++ b/Controleur/ControleurModifautresparametresmed.php @@ -0,0 +1,68 @@ +menuvue = new Menuvueutilisateur(); + $this->menuvue->getMenuVue('Modifautresparametresmed'); + + $this->societeuser = new Societeuser(); + + $this->envoismsactifOuinon = (new Ouinon())->getListe(); + $this->smsAssureOuinon = (new Ouinon())->getListe(); + $this->smsmParFactureOuinon = (new Ouinon())->getListe(); + $this->emailParFactureOuinon = (new Ouinon())->getListe(); + $this->copieSmsAssureOuinon = (new Ouinon())->getListe(); + $this->seuilAlerteActifOuinon = (new Ouinon())->getListe(); + $this->accorderMedecinSouscripteurOuinon = (new Ouinon())->getListe(); + + $this->tousActesSoumisOuinon = (new Ouinon())->getListe(); + + $this->envoismswhatsappactifOuinon = (new Ouinon())->getListe(); + + $this->appliquerTarifBasOuinon = (new Ouinon())->getListe(); + + } + + public function index() + { + $codeSociete = $_SESSION['codeSociete']; + $societeuser = $this->societeuser->getVwSocieteuser($codeSociete); + + $this->genererVue(array( + 'societeuser' => $societeuser, + + 'envoismsactifOuinon' => $this->envoismsactifOuinon, + 'smsAssureOuinon' => $this->smsAssureOuinon, + 'smsmParFactureOuinon' => $this->smsmParFactureOuinon, + 'emailParFactureOuinon' => $this->emailParFactureOuinon, + 'copieSmsAssureOuinon' => $this->copieSmsAssureOuinon, + + 'seuilAlerteActifOuinon' => $this->seuilAlerteActifOuinon, + + 'accorderMedecinSouscripteurOuinon' => $this->accorderMedecinSouscripteurOuinon, + + 'tousActesSoumisOuinon' => $this->tousActesSoumisOuinon, + 'envoismswhatsappactifOuinon' => $this->envoismswhatsappactifOuinon, + 'appliquerTarifBasOuinon' => $this->appliquerTarifBasOuinon, + + )); + } + +} \ No newline at end of file diff --git a/Vue/Modifautresparametresmed/index.php b/Vue/Modifautresparametresmed/index.php new file mode 100755 index 00000000..7fc5c761 --- /dev/null +++ b/Vue/Modifautresparametresmed/index.php @@ -0,0 +1,186 @@ +
+ + +
+
+
+
+ +
+
+

+

+
+
+ +
+ + +
+ +
+ + +
+
+
+ +
+
+
+
+ +
+ +
+ +
+
+ + + + + + + + + + + + + + + + + + + +
#
+ +
+
+
+ +
+
+
+ +
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
08nettoyer($societeuser['montantTotalExamen'])) ?> +
+ + +
+
09nettoyer($societeuser['montantTotalMedicament'])) ?> +
+ + +
+
10 + + + + + + +
11nettoyer($societeuser['delaisReponseMedecinSouscripteur']) ?> +
+ + +
+
12 + + + + + + +
13nettoyer($societeuser['nombreActeEntentePrealable']) ?> +
+ +
+
14 + + + + + + +
+
+
+
+
+
+
\ No newline at end of file