Account to login with "Manager" role:
- username = admin
- password = admin
Have 3 type of roles:
- Manager: action - submit, approve, reject and view approve time sheet
- Admin: action - create account, create employee
- Remaining roles: action - submit timesheet
Project using mongo db:
Timesheet steps:
-
- Employee will submit timesheet in the end of Friday.
-
- Manager view submitted timesheet then decision to approve or reject.
-
- Timesheet approved will save to Approved page.
-
- Employees submit again if any timesheets are rejected.