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 -->
Mois | +Total | +Statut | +Détails | +
---|---|---|---|
+ = $gestionFiche->dateComplete($uneFiche['rMois']) ?> + | ++ = $uneFiche['rMontantValide'] ?> € + | ++ = $uneFiche['eLibelle'] ?> + | +voir + | +