Hi all,
I have a question about giving authorization to a user by Admin but not to all users.
Example: Let assume we have 3 levels of users:
- Admin as genera manager
- HR , Sales as department head
- users as normal employees
let say the Admin wants to go for a vacation for one week and wants to give HR department head an authorization(s) during the vacation but not Sales department head.
I DONT know if there is a key word in PHP for this scenario.
In my idea I want to make a php page in Admin account that shows all employees and each employee has a button to go to next page to show all authorization that the Admin can do it and in each one has check box. If any check box is selected, the auth. will be shown in that user.
I hope this is help.
Thank you