This document provides an overview of the application overview. For detailed information, visit the Wiki.
Dark Mode: Light Mode: Registration Page:
The Admin Panel is accessible to the super admin and includes:
-
Super Admin Navigation Groups:
- User Management
- Spatie (Roles & Permissions)
-
User Roles:
- Super Admin (controller access)
- User
-
Security:
- Two-Factor Authentication (2FA) for enhanced security
- Departments: Manage department information.
- Employees: Manage employee records.
- Positions: Manage job positions.
- Attendances: Track and manage employee attendance records.
- Payrolls: Manage payroll information.
- Leave Requests: Manage leave requests.
- Performance Reviews: Conduct and manage performance reviews.
-
Admin:
- Can create, read, update, and delete (CRUD) all records.
- Has access to all controllers and can manage all resources.
- Can Enable 2FA.
-
Employee:
- Can View own records in Attendance, Payroll, Performance Review and Profile Information
- Can Create own record in Attendance, Leave Request,
- Can Delete own record in Profile Information
- Can Update records in Profile Information.
- Cannot delete records or access admin-specific controllers.
- Can Enable 2FA.
- Can Disable 2FA.
The User Panel is accessible to the panel user and includes:
- Security:
- Two-Factor Authentication (2FA) for enhanced security
- Attendances: Track own attendance records.
- Payrolls: View list of owned payroll information.
- Leave Requests: Track and Manage leave requests.
- Performance Reviews: View owned performance reviews.
- Employee:
- Can View own records in Attendance, Payroll, Performance Review and Profile Information
- Can Create own record in Attendance, Leave Request,
- Can Delete own record in Profile Information
- Can Update records in Profile Information.
- Cannot delete records or access admin-specific controllers.
- Can Enable 2FA.
- Can Disable 2FA.
Users and Admin have similar profile-editing options as including photo management.
- Select all
Only check the list below for default employee permission.
- For an overview of the Default Credential and its navigation options, visit the Default Default Credentials Wiki.
- Refer to the Database Wiki for instructions on importing the database and extracting resources.
- Ensure your system meets the following requirements before starting. For more details, see the Requirements Wiki.
- Complete installation and setup instructions are available in the Setup Requirements Wiki.
- If you encounter missing
.env
or permissions errors, double-check file paths and server requirements. - If
php artisan
commands fail, ensure PHP and Composer are installed and properly configured.
This project is licensed under the Apache 2.0 License - see the LICENSE file for details.
End of document.