From 29ce066354174668855883dd145ad04500951dd1 Mon Sep 17 00:00:00 2001 From: KONE SOREL Date: Wed, 29 Apr 2026 11:16:25 +0000 Subject: [PATCH 01/42] der --- Modele/Facture.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Modele/Facture.php b/Modele/Facture.php index 9031b294..feaae815 100644 --- a/Modele/Facture.php +++ b/Modele/Facture.php @@ -36,6 +36,8 @@ class Facture extends Modele { public function getfacturesfamille($idAdherent, $d1, $d2) { $sql = 'call sp_r_get_factures_adherent(?, ?, ?)'; + + var_dump($idAdherent, $d1, $d2); $resultat = $this->executerRequete($sql, array($idAdherent, $d1, $d2)); From c1f003a3dfb55e3d6bc731ddd6e18042b71668e7 Mon Sep 17 00:00:00 2001 From: KONE SOREL Date: Thu, 30 Apr 2026 10:29:55 +0000 Subject: [PATCH 02/42] drt --- Config/prod.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Config/prod.ini b/Config/prod.ini index 107894af..aee1cb12 100755 --- a/Config/prod.ini +++ b/Config/prod.ini @@ -9,4 +9,4 @@ Data Source Name ;En ligne dsn='mysql:host=localhost;port=3306;dbname=bd_radiant;charset=utf8' login=intersante -mdp=5358ue6PDcPxxP3P +mdp=t8rY76zNcW3Y2rC6 From 2db7ae0436fd69f434ece0d97ed2a3ece8a32480 Mon Sep 17 00:00:00 2001 From: KONE SOREL Date: Thu, 30 Apr 2026 13:09:18 +0000 Subject: [PATCH 03/42] frty --- Controleur/ControleurFraisfunerairesrh.php | 25 +++++++ Modele/Fraisfuneraire.php | 13 ++++ Vue/Fraisfunerairesrh/index.php | 80 ++++++++++++++++++++++ 3 files changed, 118 insertions(+) create mode 100644 Controleur/ControleurFraisfunerairesrh.php create mode 100644 Vue/Fraisfunerairesrh/index.php diff --git a/Controleur/ControleurFraisfunerairesrh.php b/Controleur/ControleurFraisfunerairesrh.php new file mode 100644 index 00000000..0ec851f4 --- /dev/null +++ b/Controleur/ControleurFraisfunerairesrh.php @@ -0,0 +1,25 @@ +menuvue = new Menuvueutilisateur(); + $this->menuvue->getMenuVue('Fraisfunerairesrh'); + + $this->frais = new Fraisfuneraire(); + } + + public function index() { + $reponsedemande = $this->frais->getEtatFrais(); + + $this->genererVue(array( + 'reponsedemande' => $reponsedemande + )); + + } +} \ No newline at end of file diff --git a/Modele/Fraisfuneraire.php b/Modele/Fraisfuneraire.php index 46e512fc..56bae24c 100644 --- a/Modele/Fraisfuneraire.php +++ b/Modele/Fraisfuneraire.php @@ -88,4 +88,17 @@ class Fraisfuneraire extends Modele { $this->executerRequete($sql, array($idFraisfuneraire, $user)); } + + public function getEtatFrais() + { + if (est_anglophone()){ + $sql = 'call sp_a_get_etat_remboursement_eng()'; + }else{ + $sql = 'call sp_a_get_etat_remboursement()'; + } + + $resultat = $this->executerRequete($sql); + + return $resultat->fetchAll(PDO::FETCH_ASSOC); + } } \ No newline at end of file diff --git a/Vue/Fraisfunerairesrh/index.php b/Vue/Fraisfunerairesrh/index.php new file mode 100644 index 00000000..71434bda --- /dev/null +++ b/Vue/Fraisfunerairesrh/index.php @@ -0,0 +1,80 @@ +titre = "Intersanté - Demandes des frais funéraires RH"; ?> + +
+ + + + + +
+
+
+ + +
+ +
+ + + + +
+
+ + +
+ + +
+ + +
+ +
+ +
+
+
+ + +
+
+
+ +
+

+

+ +

+
+
+
+ + \ No newline at end of file From 36d2073a721edd30c3ce20d116d1705984351a87 Mon Sep 17 00:00:00 2001 From: KONE SOREL Date: Thu, 30 Apr 2026 13:19:42 +0000 Subject: [PATCH 04/42] dert --- Vue/Fraisfunerairesrh/index.php | 76 +++++++++------------------------ 1 file changed, 19 insertions(+), 57 deletions(-) diff --git a/Vue/Fraisfunerairesrh/index.php b/Vue/Fraisfunerairesrh/index.php index 71434bda..1ad7ba2d 100644 --- a/Vue/Fraisfunerairesrh/index.php +++ b/Vue/Fraisfunerairesrh/index.php @@ -1,53 +1,31 @@ titre = "Intersanté - Demandes des frais funéraires RH"; ?>
- - - + " readonly> + -
-
-
+ + + + + + + + + - -
- -
- - - - + + + + +
- -
- -
- - - - -
-
- - -
- +
- +
@@ -61,20 +39,4 @@

-
- - \ No newline at end of file +
\ No newline at end of file From fb27638fdb6e0a357e099efab8967bcaa3702ee9 Mon Sep 17 00:00:00 2001 From: KONE SOREL Date: Thu, 30 Apr 2026 13:21:52 +0000 Subject: [PATCH 05/42] frt --- Vue/Fraisfunerairesrh/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vue/Fraisfunerairesrh/index.php b/Vue/Fraisfunerairesrh/index.php index 1ad7ba2d..78662b6e 100644 --- a/Vue/Fraisfunerairesrh/index.php +++ b/Vue/Fraisfunerairesrh/index.php @@ -1,6 +1,6 @@ titre = "Intersanté - Demandes des frais funéraires RH"; ?> -
+
" readonly> From bc7da18bc23847cd478550a4931d7150b0d97b64 Mon Sep 17 00:00:00 2001 From: KONE SOREL Date: Thu, 30 Apr 2026 13:22:33 +0000 Subject: [PATCH 06/42] saze --- Vue/Fraisfunerairesrh/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Vue/Fraisfunerairesrh/index.php b/Vue/Fraisfunerairesrh/index.php index 78662b6e..b56c9638 100644 --- a/Vue/Fraisfunerairesrh/index.php +++ b/Vue/Fraisfunerairesrh/index.php @@ -11,10 +11,10 @@ - + - + + @@ -17,7 +17,7 @@ diff --git a/Vue/gabarit.php b/Vue/gabarit.php index 04a6f9d2..1d3915ad 100644 --- a/Vue/gabarit.php +++ b/Vue/gabarit.php @@ -258,7 +258,7 @@ - + From 5d6f62115ac9458f4b8041e9c8316e52bcbdd7a3 Mon Sep 17 00:00:00 2001 From: KONE SOREL Date: Mon, 4 May 2026 08:21:23 +0000 Subject: [PATCH 25/42] dfrt --- Controleur/ControleurFraisfunerairesrh.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Controleur/ControleurFraisfunerairesrh.php b/Controleur/ControleurFraisfunerairesrh.php index 0ec851f4..c81cb3d3 100644 --- a/Controleur/ControleurFraisfunerairesrh.php +++ b/Controleur/ControleurFraisfunerairesrh.php @@ -16,6 +16,8 @@ class ControleurFraisfunerairesrh extends Controleur { public function index() { $reponsedemande = $this->frais->getEtatFrais(); + + var_dump($reponsedemande); $this->genererVue(array( 'reponsedemande' => $reponsedemande From edc233b1d92956e449b0db49dd5e9eaefbacc076 Mon Sep 17 00:00:00 2001 From: KONE SOREL Date: Mon, 4 May 2026 08:22:09 +0000 Subject: [PATCH 26/42] cdrt --- Controleur/ControleurFraisfunerairesrh.php | 2 -- Vue/Fraisfunerairesrh/index.php | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Controleur/ControleurFraisfunerairesrh.php b/Controleur/ControleurFraisfunerairesrh.php index c81cb3d3..448ae432 100644 --- a/Controleur/ControleurFraisfunerairesrh.php +++ b/Controleur/ControleurFraisfunerairesrh.php @@ -17,8 +17,6 @@ class ControleurFraisfunerairesrh extends Controleur { public function index() { $reponsedemande = $this->frais->getEtatFrais(); - var_dump($reponsedemande); - $this->genererVue(array( 'reponsedemande' => $reponsedemande )); diff --git a/Vue/Fraisfunerairesrh/index.php b/Vue/Fraisfunerairesrh/index.php index 80c03ab3..0a099caf 100644 --- a/Vue/Fraisfunerairesrh/index.php +++ b/Vue/Fraisfunerairesrh/index.php @@ -17,7 +17,7 @@ From 77a81f19f2262406977ab5c37d93133aa9925280 Mon Sep 17 00:00:00 2001 From: KONE SOREL Date: Mon, 4 May 2026 08:22:39 +0000 Subject: [PATCH 27/42] ser --- Controleur/ControleurFraisfunerairesrh.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Controleur/ControleurFraisfunerairesrh.php b/Controleur/ControleurFraisfunerairesrh.php index 448ae432..c81cb3d3 100644 --- a/Controleur/ControleurFraisfunerairesrh.php +++ b/Controleur/ControleurFraisfunerairesrh.php @@ -17,6 +17,8 @@ class ControleurFraisfunerairesrh extends Controleur { public function index() { $reponsedemande = $this->frais->getEtatFrais(); + var_dump($reponsedemande); + $this->genererVue(array( 'reponsedemande' => $reponsedemande )); From 30e8fd1910198237afb371a9110e3d15ad6a496f Mon Sep 17 00:00:00 2001 From: KONE SOREL Date: Mon, 4 May 2026 08:24:16 +0000 Subject: [PATCH 28/42] wqaze --- Controleur/ControleurFraisfunerairesrh.php | 2 -- Vue/Fraisfunerairesrh/index.php | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Controleur/ControleurFraisfunerairesrh.php b/Controleur/ControleurFraisfunerairesrh.php index c81cb3d3..448ae432 100644 --- a/Controleur/ControleurFraisfunerairesrh.php +++ b/Controleur/ControleurFraisfunerairesrh.php @@ -17,8 +17,6 @@ class ControleurFraisfunerairesrh extends Controleur { public function index() { $reponsedemande = $this->frais->getEtatFrais(); - var_dump($reponsedemande); - $this->genererVue(array( 'reponsedemande' => $reponsedemande )); diff --git a/Vue/Fraisfunerairesrh/index.php b/Vue/Fraisfunerairesrh/index.php index 0a099caf..963d1b06 100644 --- a/Vue/Fraisfunerairesrh/index.php +++ b/Vue/Fraisfunerairesrh/index.php @@ -17,7 +17,7 @@ From f6864c4241c86d1365fd6b9e4b667c8807a1fd82 Mon Sep 17 00:00:00 2001 From: KONE SOREL Date: Mon, 4 May 2026 12:36:19 +0000 Subject: [PATCH 29/42] szaerty --- Controleur/ControleurModifierfraisfuneraire.php | 8 ++++++-- Vue/Modifierfraisfuneraire/index.php | 14 ++++++++++++++ 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/Controleur/ControleurModifierfraisfuneraire.php b/Controleur/ControleurModifierfraisfuneraire.php index 03c50df0..ec91c130 100644 --- a/Controleur/ControleurModifierfraisfuneraire.php +++ b/Controleur/ControleurModifierfraisfuneraire.php @@ -29,11 +29,15 @@ class ControleurModifierfraisfuneraire extends Controleur { { $banque = $this->banque->getListe(); - $idBeneficiaire = $_SESSION['idBeneficiaire_C']; + $idBeneficiaire = $_SESSION['idBeneficiaire_C']; $fraisfuneraire = $this->fraisfuneraire->getfraisfuneraire($idBeneficiaire); + + $etatDemande = $this->fraisfuneraire->getEtatFrais(); $this->genererVue(array('fraisfuneraire' => $fraisfuneraire, 'lienbeneficiaire' => $this->lienbeneficiaire, - 'liendemandeur' => $this->liendemandeur, 'modepaiement' => $this->modepaiement, 'banque' => $banque)); + 'liendemandeur' => $this->liendemandeur, 'modepaiement' => $this->modepaiement, 'banque' => $banque, + 'etatDemande' => $etatDemande + )); } } \ No newline at end of file diff --git a/Vue/Modifierfraisfuneraire/index.php b/Vue/Modifierfraisfuneraire/index.php index 2227ead2..43cb6465 100644 --- a/Vue/Modifierfraisfuneraire/index.php +++ b/Vue/Modifierfraisfuneraire/index.php @@ -125,6 +125,20 @@ + + + + + + + + + + "> + + From f9cfda3a2bbc0d5062c9a7c9de43cf8b1a164ff5 Mon Sep 17 00:00:00 2001 From: KONE SOREL Date: Mon, 4 May 2026 13:52:28 +0000 Subject: [PATCH 30/42] sqx --- Vue/Modifierfraisfuneraire/index.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Vue/Modifierfraisfuneraire/index.php b/Vue/Modifierfraisfuneraire/index.php index 43cb6465..431dd74c 100644 --- a/Vue/Modifierfraisfuneraire/index.php +++ b/Vue/Modifierfraisfuneraire/index.php @@ -123,9 +123,7 @@ - - - + - + - - - - + + - + + + + + + + From 74d7e45b41c7a471e5c313b1cccffe8b5d012f1a Mon Sep 17 00:00:00 2001 From: KONE SOREL Date: Mon, 4 May 2026 15:11:33 +0000 Subject: [PATCH 39/42] sdett --- Vue/Fraisfuneraire/index.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Vue/Fraisfuneraire/index.php b/Vue/Fraisfuneraire/index.php index a5e09777..d9788e57 100644 --- a/Vue/Fraisfuneraire/index.php +++ b/Vue/Fraisfuneraire/index.php @@ -90,11 +90,11 @@ - " readonly > + " readonly > - " readonly > + " readonly > - " readonly > + " readonly > @@ -132,7 +132,7 @@ - + " readonly > From 1a57dc07755c1ccc873ffea15861ed25a3d82043 Mon Sep 17 00:00:00 2001 From: KONE SOREL Date: Mon, 4 May 2026 15:12:33 +0000 Subject: [PATCH 40/42] xd --- Vue/Fraisfuneraire/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vue/Fraisfuneraire/index.php b/Vue/Fraisfuneraire/index.php index d9788e57..80608a77 100644 --- a/Vue/Fraisfuneraire/index.php +++ b/Vue/Fraisfuneraire/index.php @@ -132,7 +132,7 @@ - " readonly > + " readonly > From 6fce325eb3a09a8c152ed79f486e3531a6a8deab Mon Sep 17 00:00:00 2001 From: KONE SOREL Date: Mon, 4 May 2026 15:14:24 +0000 Subject: [PATCH 41/42] xs --- Vue/gabarit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vue/gabarit.php b/Vue/gabarit.php index 3dda234d..806ca2ab 100644 --- a/Vue/gabarit.php +++ b/Vue/gabarit.php @@ -258,7 +258,7 @@ - + From 5083113002a809d2a09e5efc240a90a7ab13d013 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Wed, 15 Jul 2026 09:54:05 +0000 Subject: [PATCH 42/42] Update .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index b0c72464..14a65c89 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1,13 @@ Config/ Config +Config/prod.ini Config/dev.ini vendor/ vendor logs/ logs Cron/prod.ini +Cron/dev.ini Temp/ Temp *.sh