Coming Soon!!!!
Search Attendance
Select branch and date to view the employee attendance
getConnection(); // Check admin permission $usr = new user($db); $adminpermission = false; if (isset($_SESSION["user"])) { $adminpermission = $usr->check_admin_permission($_SESSION["user"]); } else { header("Location: login.php"); // Redirect to login if session not found exit(); } // initialize object $off = new office($db); // read office will be here // query office $stmtoff = $off->off_read(); $numoff = $stmtoff->rowCount(); ?>
Coming Soon!!!!
Select branch and date to view the employee attendance