Coming Soon!!!!
Search Attendance
Select branch and date to view the employee attendance
home/abhiramc/public_html/acts.service/dashboard.attendance.view.php 0000644 00000020527 15021153077 0021662 0 ustar 00 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