From 496b717c4a082ec34e3c1824cd170f9fab066d7d Mon Sep 17 00:00:00 2001 From: KONE SOREL Date: Mon, 19 Jan 2026 14:34:15 +0000 Subject: [PATCH 001/145] fr --- Controleur/ControleurCreeravenant.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Controleur/ControleurCreeravenant.php b/Controleur/ControleurCreeravenant.php index d2e06f8..482eedf 100644 --- a/Controleur/ControleurCreeravenant.php +++ b/Controleur/ControleurCreeravenant.php @@ -39,6 +39,9 @@ class ControleurCreeravenant extends Controleur { $_SESSION['dateAvenant_C'] = $dateAvenant; $_SESSION['motifavenant_C'] = $motifavenant; + var_dump($codeTypeAvenant); + die(); + if($codeTypeAvenant=="RET") { $this->rediriger("Ficheretrait"); From 8b7eb65996abd8337842b24231593225a58a2208 Mon Sep 17 00:00:00 2001 From: KONE SOREL Date: Mon, 19 Jan 2026 14:42:19 +0000 Subject: [PATCH 002/145] fr --- Vue/Creeravenant/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vue/Creeravenant/index.php b/Vue/Creeravenant/index.php index f3963a6..5d40b7b 100644 --- a/Vue/Creeravenant/index.php +++ b/Vue/Creeravenant/index.php @@ -98,7 +98,7 @@
-
From 9882345fdae572c01d75e1d6e5892a7d4c846016 Mon Sep 17 00:00:00 2001 From: KONE SOREL Date: Mon, 19 Jan 2026 14:43:59 +0000 Subject: [PATCH 003/145] tre --- Controleur/ControleurCreeravenant.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Controleur/ControleurCreeravenant.php b/Controleur/ControleurCreeravenant.php index 482eedf..ed93544 100644 --- a/Controleur/ControleurCreeravenant.php +++ b/Controleur/ControleurCreeravenant.php @@ -39,8 +39,8 @@ class ControleurCreeravenant extends Controleur { $_SESSION['dateAvenant_C'] = $dateAvenant; $_SESSION['motifavenant_C'] = $motifavenant; - var_dump($codeTypeAvenant); - die(); + //var_dump($codeTypeAvenant); + //die(); if($codeTypeAvenant=="RET") { From 96218a229331c86b4b2adf1501b19cc0d6df2a02 Mon Sep 17 00:00:00 2001 From: KONE SOREL Date: Mon, 19 Jan 2026 14:49:47 +0000 Subject: [PATCH 004/145] test --- Js/fonctions.js | 3 +++ Vue/Creeravenant/index.php | 2 +- Vue/gabarit.php | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Js/fonctions.js b/Js/fonctions.js index 7431720..fe4276a 100755 --- a/Js/fonctions.js +++ b/Js/fonctions.js @@ -1440,6 +1440,9 @@ function enregistrer_avenant() `); + + document.getElementById("formAvenant").submit(); + } }); diff --git a/Vue/Creeravenant/index.php b/Vue/Creeravenant/index.php index 5d40b7b..f3963a6 100644 --- a/Vue/Creeravenant/index.php +++ b/Vue/Creeravenant/index.php @@ -98,7 +98,7 @@
-
diff --git a/Vue/gabarit.php b/Vue/gabarit.php index a81af87..d9abca1 100755 --- a/Vue/gabarit.php +++ b/Vue/gabarit.php @@ -654,7 +654,7 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte']; - + - + - + - + - + - + - + - + - + - + - + \ No newline at end of file From ccb9934a1c03b1089062f292ec69006e2e495ba8 Mon Sep 17 00:00:00 2001 From: KONE SOREL Date: Mon, 19 Jan 2026 19:11:18 +0000 Subject: [PATCH 028/145] dr --- Js/fonctions.js | 20 ++++++++++++++++++++ Vue/Ajaxselectionretrait/index.php | 13 ++++++------- Vue/gabarit.php | 2 +- 3 files changed, 27 insertions(+), 8 deletions(-) diff --git a/Js/fonctions.js b/Js/fonctions.js index 7fc3498..93396cc 100755 --- a/Js/fonctions.js +++ b/Js/fonctions.js @@ -5382,3 +5382,23 @@ function ControlerEcheanceRen() } } } + +/** + * Gère le changement d'état du switch dans le tableau + */ +function toggleBeneficiaireSelection(checkbox, id) { + // On met à jour la valeur interne + const newValue = checkbox.checked ? '1' : '0'; + checkbox.value = newValue; + + // Appel de votre fonction métier existante + beneficiaire_a_retirer(newValue, id); + + // Optionnel : On peut ajouter un effet visuel sur la ligne + const row = $(checkbox).closest('tr'); + if (checkbox.checked) { + row.addClass('table-info'); + } else { + row.removeClass('table-info'); + } +} \ No newline at end of file diff --git a/Vue/Ajaxselectionretrait/index.php b/Vue/Ajaxselectionretrait/index.php index d9bf2c4..e3f1c28 100644 --- a/Vue/Ajaxselectionretrait/index.php +++ b/Vue/Ajaxselectionretrait/index.php @@ -47,13 +47,12 @@ nettoyer($beneficiaire['primeTtc'])) ?> - - value="" - onClick="javascript:if(this.value=='1'){this.value='0'}else{this.value='1'}; beneficiaire_a_retirer(this.value, );"> +
+ + onchange="toggleBeneficiaireSelection(this, );"> +
diff --git a/Vue/gabarit.php b/Vue/gabarit.php index 906e81d..802d35e 100755 --- a/Vue/gabarit.php +++ b/Vue/gabarit.php @@ -654,7 +654,7 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte']; - + \ No newline at end of file From 5fb7c68e0b1eb6bc474c92ded46c87c21b0b4fa1 Mon Sep 17 00:00:00 2001 From: KONE SOREL Date: Tue, 20 Jan 2026 07:47:47 +0000 Subject: [PATCH 030/145] g --- Vue/Ajaxselectionretrait/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vue/Ajaxselectionretrait/index.php b/Vue/Ajaxselectionretrait/index.php index c38ba8e..2340dcb 100644 --- a/Vue/Ajaxselectionretrait/index.php +++ b/Vue/Ajaxselectionretrait/index.php @@ -12,7 +12,7 @@ No - + From d4d4a4f9ce0ade2ad796d30f9faf9065515bec7a Mon Sep 17 00:00:00 2001 From: KONE SOREL Date: Tue, 20 Jan 2026 08:24:42 +0000 Subject: [PATCH 031/145] f --- Js/fonctions.js | 9 +++++++++ Vue/gabarit.php | 1 - 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/Js/fonctions.js b/Js/fonctions.js index 93396cc..e2bf61f 100755 --- a/Js/fonctions.js +++ b/Js/fonctions.js @@ -60,6 +60,15 @@ $(function() { } */ + if ($("#codeLangue").val() === "en_US") { + $.datepicker.setDefaults($.datepicker.regional["en"]); + } else { + $.datepicker.setDefaults($.datepicker.regional["fr"]); + } + $(".datepicker").datepicker({ + dateFormat: ($("#codeLangue").val() === "en_US") ? "mm/dd/yy" : "dd/mm/yy" + }); + }); function raffraichier_gabarit() diff --git a/Vue/gabarit.php b/Vue/gabarit.php index 802d35e..e44f636 100755 --- a/Vue/gabarit.php +++ b/Vue/gabarit.php @@ -662,7 +662,6 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte']; From 205caf750a6826c180cef6761d8d8e7ce9336e5d Mon Sep 17 00:00:00 2001 From: KONE SOREL Date: Tue, 20 Jan 2026 08:25:06 +0000 Subject: [PATCH 032/145] fr --- Vue/gabarit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vue/gabarit.php b/Vue/gabarit.php index e44f636..b5ba517 100755 --- a/Vue/gabarit.php +++ b/Vue/gabarit.php @@ -654,7 +654,7 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte']; - + + + + From be4b95c835c12427388375875ab1ca1b6f411b07 Mon Sep 17 00:00:00 2001 From: KONE SOREL Date: Tue, 20 Jan 2026 08:45:52 +0000 Subject: [PATCH 034/145] valider --- Js/fonctions.js | 10 ---------- Vue/gabarit.php | 21 +++++++++++++-------- 2 files changed, 13 insertions(+), 18 deletions(-) diff --git a/Js/fonctions.js b/Js/fonctions.js index e2bf61f..016946d 100755 --- a/Js/fonctions.js +++ b/Js/fonctions.js @@ -59,16 +59,6 @@ $(function() { reset_graphique(); } */ - - if ($("#codeLangue").val() === "en_US") { - $.datepicker.setDefaults($.datepicker.regional["en"]); - } else { - $.datepicker.setDefaults($.datepicker.regional["fr"]); - } - $(".datepicker").datepicker({ - dateFormat: ($("#codeLangue").val() === "en_US") ? "mm/dd/yy" : "dd/mm/yy" - }); - }); function raffraichier_gabarit() diff --git a/Vue/gabarit.php b/Vue/gabarit.php index 913807f..80d7638 100755 --- a/Vue/gabarit.php +++ b/Vue/gabarit.php @@ -635,6 +635,7 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte']; + @@ -654,7 +655,7 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte']; - + - From 9ea73ea5cb5084960ab700af0e3b98381d1ded29 Mon Sep 17 00:00:00 2001 From: KONE SOREL Date: Tue, 20 Jan 2026 08:52:00 +0000 Subject: [PATCH 035/145] val --- Vue/Mouvementassureclient/index.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Vue/Mouvementassureclient/index.php b/Vue/Mouvementassureclient/index.php index 198d44c..a53b4ab 100644 --- a/Vue/Mouvementassureclient/index.php +++ b/Vue/Mouvementassureclient/index.php @@ -23,9 +23,10 @@
+
- +
From 3424b5205f94388ef568ee2d2aa86a29516ab71c Mon Sep 17 00:00:00 2001 From: KONE SOREL Date: Tue, 20 Jan 2026 09:08:22 +0000 Subject: [PATCH 036/145] c --- Js/fonctions.js | 2 +- Vue/gabarit.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Js/fonctions.js b/Js/fonctions.js index 016946d..1a661ae 100755 --- a/Js/fonctions.js +++ b/Js/fonctions.js @@ -1677,7 +1677,7 @@ function liste_avenant() function controle_date_avenant() { let codeTypeAvenant = $("#codeTypeAvenant").val(); $("#div_periodidite").html(""); - $("#dateAvenant").val($("#datejourfr_C").val()); + $("#dateAvenant").val($("#datejour_C").val()); //$("#dateAvenant").prop("readonly", true); //$("#motifavenant").prop("readonly", true); } diff --git a/Vue/gabarit.php b/Vue/gabarit.php index 80d7638..cec7cb0 100755 --- a/Vue/gabarit.php +++ b/Vue/gabarit.php @@ -655,7 +655,7 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte']; - + - + - + - + - + + From d9fc9cfcde0c7a6cd6fb724cc7eaaae2a7d35056 Mon Sep 17 00:00:00 2001 From: KONE SOREL Date: Tue, 20 Jan 2026 15:06:55 +0000 Subject: [PATCH 050/145] dr --- Bootstrap_new/css/style_office.css | 19 +++++++++++++++++++ Vue/gabarit.php | 8 +++++--- 2 files changed, 24 insertions(+), 3 deletions(-) diff --git a/Bootstrap_new/css/style_office.css b/Bootstrap_new/css/style_office.css index 2ca9a4c..e8ce839 100644 --- a/Bootstrap_new/css/style_office.css +++ b/Bootstrap_new/css/style_office.css @@ -85,6 +85,25 @@ body { display: none; } +/* Style de base de la flèche */ +.user-arrow { + font-size: 0.8rem; + transition: transform 0.3s ease; + color: #6c757d; /* Couleur grise discrète */ +} + +/* Rotation automatique quand le menu est ouvert */ +#userDropdownBtn[aria-expanded="true"] .user-arrow { + transform: rotate(180deg); + color: var(--bs-primary); /* Change la couleur en bleu au clic (optionnel) */ +} + +/* On s'assure que le bouton reste bien aligné horizontalement */ +.user-menu { + display: flex; + align-items: center; +} + /* S'assurer que le menu dropdown passe devant tout */ .dropdown-menu { z-index: 2000 !important; diff --git a/Vue/gabarit.php b/Vue/gabarit.php index 8c94709..6921a4f 100755 --- a/Vue/gabarit.php +++ b/Vue/gabarit.php @@ -126,7 +126,7 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte']; - + @@ -264,7 +264,8 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte'];
-
+ +