- This project is done using HTML, CSS and Javascript, mainly working on the front-end side (using static data), purely static web pages.
- The web pages are for 2 different users:
- Admin
- admin-create-user.html
- Create a user (either Admin or Employee).
- admin-dashboard.html
- View the transactions from Employee. Able to view details of each transaction, and either approve or reject it.
- admin-generating-report.html
- Generate the report based on the approved transactions made by the Employee.
- admin-user-profile.html
- Edit own profile, i.e. changing the password.
- admin-users.html
- View users (Admin or Employee).
- admin-view-details.html
- View Request Form details requested by Employee, and acknowledge the form (either approve or reject).
- admin-view-user-details.html
- View details, delete and update user (Admin or Employee).
- Employee
- employee-dashboard.html
- View history of transactions made.
- employee-request-submission-html
- Create a request submission form for his or her purchase.
- employee-user-profile.html
- Edit own profile.
- employee-view-details.html
- View details of the submitted request submission form, view the status of form whether is it approved or rejected from Admin, delete and update the request submission form.
- There are miscellaneous web pages:
- forgot-password.html
- Allow user (Admin or Employee) to request for change of password if the user forgot own password.
- login.html
- Allow user (Admin or Employee) to log in.
- Clone/Download the project.
- Launch login.html file.
- Credentials to log in:
- For Admin:
- Email Address: admin@example.com
- Password: password
- For Employee:
- Email Address: employee@example.com
- Password: password