From 4733eb78afe104b08f9cbd2521594702d62b024e Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Wed, 18 Feb 2026 07:17:55 +0000 Subject: [PATCH] a --- Controleur/ControleurHtagcarte.php | 24 ++++++++++++++++++++++ Controleur/ControleurMouvementsrh.php | 24 ++++++++++++++++++++++ Vue/Carteassuresadherent/index.php | 2 +- Vue/Htagcarte/index.php | 29 +++++++++++++++++++++++++++ 4 files changed, 78 insertions(+), 1 deletion(-) create mode 100644 Controleur/ControleurHtagcarte.php create mode 100644 Controleur/ControleurMouvementsrh.php create mode 100644 Vue/Htagcarte/index.php diff --git a/Controleur/ControleurHtagcarte.php b/Controleur/ControleurHtagcarte.php new file mode 100644 index 00000000..ed41064a --- /dev/null +++ b/Controleur/ControleurHtagcarte.php @@ -0,0 +1,24 @@ +menuvue = new Menuvueutilisateur(); + $this->menuvue->getMenuVue('Htagcarte'); + + $this->carte = new Carteassure(); + } + + public function index() { + $idAdherent = $_SESSION['idAdherent_C']; + $_SESSION['idAdherentCarte'] = $idAdherent; + + $htagcartes = $this->carte->getapercumouvementassures($debut, $fin); + + $this->genererVue(array('htagcartes' => $htagcartes)); + } +} \ No newline at end of file diff --git a/Controleur/ControleurMouvementsrh.php b/Controleur/ControleurMouvementsrh.php new file mode 100644 index 00000000..f14186b6 --- /dev/null +++ b/Controleur/ControleurMouvementsrh.php @@ -0,0 +1,24 @@ +menuvue = new Menuvueutilisateur(); + $this->menuvue->getMenuVue('Mouvementsrh'); + + $this->mouvementassure = new Mouvementassure(); + } + + public function index() { + $debut = $_SESSION['debutMois_C']; + $fin = date("Y-m-d"); + + $mouvementassures = $this->mouvementassure->getapercumouvementassures($debut, $fin); + + $this->genererVue(array('mouvementassures' => $mouvementassures)); + } +} \ No newline at end of file diff --git a/Vue/Carteassuresadherent/index.php b/Vue/Carteassuresadherent/index.php index ebceb378..7d42502b 100755 --- a/Vue/Carteassuresadherent/index.php +++ b/Vue/Carteassuresadherent/index.php @@ -4,7 +4,7 @@
- + " . $this->nettoyer($_SESSION['adherent_C']) ?> diff --git a/Vue/Htagcarte/index.php b/Vue/Htagcarte/index.php new file mode 100644 index 00000000..f5a40bb0 --- /dev/null +++ b/Vue/Htagcarte/index.php @@ -0,0 +1,29 @@ + $_SESSION['debutMois_C'] )); +?> + +" readonly> + + + + + + + + + + + + + + +
+ +
+ +
+ +
+