BSEU is a management panel with role based application, using CodeIgniter(PHP MVC Framework). There are tasks in the BSEU user management system. These tasks can only be create by System Admin and Manager. Employees can only complete tasks. All of these operations can be done according to the roles of the users. A user can not perform an action without a role.
As an example, a Employee can not add tasks, but the Manager can add tasks. However, the Manager can not view logs, but Admin can view logs.
I've made 3 roles (Admin, Manager, Employee ) and I've created a controller for all of them (Admin, Manager, User) , so you can edit as you like and you can add or reduce fewer roles in more places.
I added a detailed log system to the system. You can import and delete backups of these logs, as well as restore an old backup to the system for control.
The log page contains an entry showing the size of the table. If this size exceeds 1 GB (1000 MB), automatic backup and deletion will be done.
- CodeIgniter (PHP MVC Framework)
We can use this panel in all CodeIgniter projects. It can adapt to any kind of project by changing its roles and functions. This will save us from the start of a project management panel. With your contributions, we can create a management panel for our projects.
- Login (All roles)
- Logout (All roles)
- Last login date and time (All roles)
- Dashboard (All roles) (Number of tasks,finished tasks,users,logs)
- Access Denied Page (Manager/Employee)
- Tasks / Add Task / Edit Task / Delete Task / Task Completion (Admin or Manager)
- Users / Add User / Edit User / Delete User / User Logs (Admin)
- Log History / Log History Export (backup) and Delete (Admin)
- Log History Import / Log History Control (Admin)
- Manager Panel (Manager)
- Employee Panel (Employee)
- Employee Tasks (Only task completion)
Download BSEU via github or clone your computer.
Clone:
cd projectfolder
git clone https://github.com/pars11/Codeigniter-User-Panel-Management
Open phpmyadmin and create a database with name "cias" and import the file "cias.sql" in that database.
Copy BSEU into your root directory.
Example :
C:\xampp\htdocs\Codeigniter-User-Panel-Management
The login screen will appear.
To login, I am going to provide the user email and password below.
Admin : [email protected] / 123456
Manager: [email protected] / 123456
Employee : [email protected] / 123456
You can reach me send message on the discord (pars11) or email ([email protected]).If you want to make this application better, you can make a Pull Request.