From f23d7feec5b036a56313ebad4a2fa62dc0d2c486 Mon Sep 17 00:00:00 2001 From: KONE SOREL Date: Thu, 26 Feb 2026 12:04:43 +0000 Subject: [PATCH] dg --- Vue/Parametresgeneraux/index.php | 401 +++++++++++++++++-------------- 1 file changed, 224 insertions(+), 177 deletions(-) diff --git a/Vue/Parametresgeneraux/index.php b/Vue/Parametresgeneraux/index.php index 66d5438d..90e563e1 100755 --- a/Vue/Parametresgeneraux/index.php +++ b/Vue/Parametresgeneraux/index.php @@ -3,188 +3,213 @@
-
-
- +
+
+
+ +
+
+

+ +
-
-

-

+
+ + nettoyer($_SESSION['libelleLang']) ?> +
-
-
-
-
+ +
+
+
+
+ +
-
+
-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
-
-
-
-
- -
-
-
-
-
-
-
-
- -
- - -
-
-
- -
- - -
-
-
- - -
-
- - -
-
-
-
-
- - -
-
- - -
-
-
-
-
- -
-
-
-
-
-
-
- 'Médecin Conseil', 'val' => 'emailMedecinConseil', 'icon' => 'fa-user-md'], - ['label' => 'Bons / Prises en charge', 'val' => 'emailGestionBon', 'icon' => 'fa-ticket-alt'], - ['label' => 'Comptabilité', 'val' => 'emailCcomptabilite', 'icon' => 'fa-calculator'], - ['label' => 'Dérogation', 'val' => 'emailDerogation', 'icon' => 'fa-exclamation-circle'], - ['label' => 'Accord Préalable', 'val' => 'emailAccordPrealable', 'icon' => 'fa-check-double'], - ['label' => 'Fraude (Biométrie)', 'val' => 'emailFraudeFinger', 'icon' => 'fa-fingerprint'], - ['label' => 'Remboursement (RD)', 'val' => 'emailRd', 'icon' => 'fa-hand-holding-usd'], - ]; - foreach($emails as $e): ?> -
- -
- - -
-
- -
-
-
-
- -
-
-
-
-
-
-
- -
- - % + +
nettoyer($societeuser['codeSociete']) ?>
+
+
+ + +
+
+ + +
+ +
+
+
+ + +
+
+ + +
+
+ + +
+
+ + +
-
- - -
-
- - -
-
- - -
+
+
+
+
-

- +
+
+
+
+
+ +
+
+
nettoyer($societeuser['nomResponsable']) ?>
+

+
+
+
    +
  • + + nettoyer($societeuser['telephoneSociete']) ?> +
  • +
  • + + nettoyer($societeuser['portable']) ?> +
  • +
  • + + nettoyer($societeuser['emailSociete']) ?> +
  • +
  • + + nettoyer($societeuser['faxSociete']) ?> +
  • +
+
+
+
+ +
+
+
+ +
+
+

+
+
+
+
'Téléphone SMS RD', 'v' => 'smsRd'], - ['l' => 'Téléphone SMS Médecin Conseil', 'v' => 'smsMedecinConseil'], - ['l' => 'Téléphone SMS Bons', 'v' => 'smsGestionBon'], - ['l' => 'Téléphone SMS Dérogation', 'v' => 'smsDerogation'], - ['l' => 'Téléphone SMS Accord', 'v' => 'smsAccordPrealable'], + $services = [ + ['l' => 'Médecin Conseil', 'v' => 'emailMedecinConseil', 'i' => 'fa-user-md', 'sms' => 'smsMedecinConseil'], + ['l' => 'Gestion des Bons', 'v' => 'emailGestionBon', 'i' => 'fa-ticket-alt', 'sms' => 'smsGestionBon'], + ['l' => 'Comptabilité', 'v' => 'emailCcomptabilite', 'i' => 'fa-calculator', 'sms' => null], + ['l' => 'Dérogation', 'v' => 'emailDerogation', 'i' => 'fa-exclamation-circle', 'sms' => 'smsDerogation'], + ['l' => 'Accord Préalable', 'v' => 'emailAccordPrealable', 'i' => 'fa-check-double', 'sms' => 'smsAccordPrealable'], + ['l' => 'Lutte Fraude', 'v' => 'emailFraudeFinger', 'i' => 'fa-fingerprint', 'sms' => null], + ['l' => 'Remboursements', 'v' => 'emailRd', 'i' => 'fa-hand-holding-usd', 'sms' => 'smsRd'], ]; - foreach($smsFields as $s): ?> -
- - + + foreach($services as $s): ?> +
+
+
+ + +
+
+ +
nettoyer($societeuser[$s['v']]) ?>
+
+ +
+ +
nettoyer($societeuser[$s['sms']]) ?>
+
+ +
+
+
+
+
-
- - +
+
+
+
+
+
+
+ +
+
+ +
+ nettoyer($societeuser['alertLimiteConsommation']) ?> + % +
+ nettoyer($societeuser['emailAlertLimiteConsommation']) ?> +
+
+
+
+
+ +
+
+
+ +
+
+ +
nettoyer($societeuser['spMax']) ?> %
+
+
+
+ +
+
+
+ +
+
+ +
nettoyer($societeuser['fraisCarteAN'])) ?> FCFA
+
+
+
+ +
+ + nettoyer($societeuser['activerLogVisitePages']); + $badgeClass = ($logStatus == 'OUI' || $logStatus == '1') ? 'bg-success' : 'bg-secondary'; + ?> +
+ +
@@ -194,20 +219,42 @@
+ +.bg-primary-ghost { background: rgba(33, 46, 83, 0.08); } +.bg-warning-ghost { background: rgba(243, 156, 18, 0.08); } +.bg-danger-ghost { background: rgba(192, 57, 43, 0.08); } +.bg-success-ghost { background: rgba(39, 174, 96, 0.08); } + +.icon-shape { + flex-shrink: 0; +} + +/* Scroll intelligent pour la page riche */ +body { + scroll-behavior: smooth; +} + \ No newline at end of file