From b5d1f5f04046e923ad1b8c9ddd1d0b879853f578 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Tue, 24 Mar 2026 18:06:15 +0000 Subject: [PATCH] a --- ...ControleurBaremepriseenchargelettrecle.php | 38 +++++++++++++++++ Vue/Baremepriseenchargelettrecle/index.php | 42 +++++++++++++++++++ 2 files changed, 80 insertions(+) create mode 100755 Controleur/ControleurBaremepriseenchargelettrecle.php create mode 100755 Vue/Baremepriseenchargelettrecle/index.php diff --git a/Controleur/ControleurBaremepriseenchargelettrecle.php b/Controleur/ControleurBaremepriseenchargelettrecle.php new file mode 100755 index 00000000..d7c9ff9e --- /dev/null +++ b/Controleur/ControleurBaremepriseenchargelettrecle.php @@ -0,0 +1,38 @@ +menuvue = new Menuvueutilisateur(); + $this->menuvue->getMenuVue('Baremepriseenchargelettrecle'); + + $this->tarif = new Tarifsactes(); + $this->familleacte = new Familleacte(); + $this->prestataire = new Prestataire(); + } + + public function index() + { + $tarifs = $this->tarif->getTarif(); + + $familleacte = $this->familleacte->getListeComposanteTarif(); + + $prestataires = $this->prestataire->getPrestataireLettreCle(); + + + $this->genererVue(array('tarifs' => $tarifs, + 'familleacte' => $familleacte, + 'prestataires' => $prestataires + )); + } +} \ No newline at end of file diff --git a/Vue/Baremepriseenchargelettrecle/index.php b/Vue/Baremepriseenchargelettrecle/index.php new file mode 100755 index 00000000..c88aea86 --- /dev/null +++ b/Vue/Baremepriseenchargelettrecle/index.php @@ -0,0 +1,42 @@ +titre = "INTER SANTE - Tarif Actes Médicaux"; + $codeTarifActe = isset($_SESSION['codeTarifActe_C'])? $_SESSION['codeTarifActe_C']: ""; + + $adminSin = $_SESSION['adminSin']; +?> + + + + + + +
+ + + + + + + + + + + + +
+ + + " + onClick="javascript:ajax_cout_lettrecle_tarif('1');" style="font-size:10pt;"> + + " + onClick="javascript:ajax_cout_lettrecle_tarif('0');" style="font-size:10pt;"> +
+
+ + +
+