Client part of crm project where you can see the schedules and staff management process in company.
CRUD operations for:
- user;
- schedules;
- work-activity.
- ✅👷🏼♂️Add user as staff to any schedule;
Where i can use this option?
- on creating schedule page
- on calendar page (if schedule is already created)
How i can do that?
- being at the creating schedule page, choose user at the dropdown menu on the bottom of the screen part. Multiplay choosing available.
- ✅🕜 Set hours for added user.
Where i can use this option?
- on calendar page (if schedule is already created)
How i can do that?
- find schedule (choosing dates available), click on it - you can see the modal window. Inside the model window, you can add\remove user, set working hours for him (default values available = 8h)
- ✅ Set role for user, 💲set payment per hour for user (default value: empty)
Where i can use this option?
- on admin panel
How i can do that?
- at the row with user name click on
Role
dropdown-menu and choose one of them (you can choose only one role:Admin
orUser
)
- ✅ View users (staff), schedules
- ✅ Create new user, create new schedule
- ❗ You can't delete users or schedules by frontend part of crm! It is possible only from database.