diff --git a/controleurs/c_ficheAvalider.php b/controleurs/c_ficheAvalider.php new file mode 100644 index 0000000..60e281d --- /dev/null +++ b/controleurs/c_ficheAvalider.php @@ -0,0 +1,23 @@ +getLesUtilisateurs(); //RENVOIE LISTE USERS + +if ($_SESSION["typeU"] == "comptable") { + if (isset($_REQUEST['selVisiteur'])) { + $userId = $_REQUEST['selVisiteur']; + } else { + $userId = $LesUtilisateurs[0]['uId']; + } +} else { + $userId = $_SESSION['uId']; +} + +$lesFiches = $gestionFiche->get_ListesFiches($userId); + + + +include("vues/v_fichesAvalider.php"); \ No newline at end of file diff --git a/controleurs/c_nouvelleFiche.php b/controleurs/c_nouvelleFiche.php index 11992d5..ef3e74e 100644 --- a/controleurs/c_nouvelleFiche.php +++ b/controleurs/c_nouvelleFiche.php @@ -6,7 +6,7 @@ require_once(__DIR__ . '/../Class/class.newFiche.php'); $typeUser = $_SESSION['uType']; //visiteur ou comptable - $typeUser = 'comptable';//$_SESSION['uType']; //visiteur ou comptable + $typeUser = 'visiteur';//$_SESSION['uType']; //visiteur ou comptable $userId = $_SESSION['uId']; //exemple: 'b34' /** diff --git a/include/menu.php b/include/menu.php index bd91226..e5ce591 100644 --- a/include/menu.php +++ b/include/menu.php @@ -13,7 +13,7 @@ Partie visiteur -->
  • @@ -34,7 +34,7 @@ Visites
  • - + @@ -48,7 +48,7 @@
  • - Historique + fiches a vérifier
  • diff --git a/index.php b/index.php index 6b3297d..9464725 100644 --- a/index.php +++ b/index.php @@ -71,6 +71,10 @@ if (!isset($_REQUEST['direction']) && !isset($_SESSION['uId'])) { include(__DIR__ . "/controleurs/c_nouvelleFiche.php"); break; + case 'ficheAvalider': + include(__DIR__ . "/controleurs/c_ficheAvalider.php"); + break; + default: include("controleurs/c_homePage.php"); break; diff --git a/vues/v_fichesAvalider.php b/vues/v_fichesAvalider.php new file mode 100644 index 0000000..5f989b3 --- /dev/null +++ b/vues/v_fichesAvalider.php @@ -0,0 +1,60 @@ +
    +
    +
    + Valider les fiches de frais'; + }?> +
    + '; + foreach ($LesUtilisateurs as $key => $value) { + $id = $value['uId']; + $prenom = $value['uPrenom']; + $nom = $value['uNom']; + + if ($id == $userId) { + echo '"; + } else { + echo '"; + } + } + echo ''; + ?> + + + +
    + +
    + +
    + + + + + + + + + + + + + + + + + + + +
    MoisTotalStatutDétails
    + dateComplete($uneFiche['rMois']) ?> + + € + + + voir +
    +
    \ No newline at end of file diff --git a/vues/v_gestionFiches.php b/vues/v_gestionFiches.php index 5b98a36..9f2495e 100644 --- a/vues/v_gestionFiches.php +++ b/vues/v_gestionFiches.php @@ -12,7 +12,7 @@ echo '