https://github.com/ashrawan/employee-leave-management
Project created as a demo. No longer UPDATED. Use only for educational purpose.
https://github.com/ashrawan/employee-leave-management
Last synced: 6 months ago
JSON representation
Project created as a demo. No longer UPDATED. Use only for educational purpose.
- Host: GitHub
- URL: https://github.com/ashrawan/employee-leave-management
- Owner: ashrawan
- Created: 2018-09-24T05:38:58.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-05-14T19:21:49.000Z (over 1 year ago)
- Last Synced: 2025-04-01T14:45:52.682Z (7 months ago)
- Language: Java
- Homepage: https://ashrawan.github.io/leave-management-angular/
- Size: 165 KB
- Stars: 13
- Watchers: 2
- Forks: 18
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Employee Leave Management System
#### Working Demo: https://ashrawan.github.io/leave-management-angular/
Github Link:
- [x] Backend: https://github.com/ashrawan/employee-leave-management
- [ ] Frontend: https://github.com/ashrawan/leave-management-angular
# Test Credentials:
- username: admin, password: admin,
- username: testadmin1, password: testadmin1
- username: testadmin3, password: testadmin3
- username: testadmin4, password: testadmin4
##### ( Wait at Least 20 Seconds for login, Server needs to come online.. )
*21st September 2018*
#### OVERVIEW
Online Employee leave request submission and approval.
Manual process:
- Employee must fill up leave form before taking any leave.
- Leave form consists of leave_type, no of days, date_from, date_to and leave reason.
- Request must be reviewed and signed by supervisor.
- Employee gets to know about request approval and if denial with reason.
#### SYSTEM FEATURES
1. Admin will register employee into the system.
2. Employee logins.
3. Employee should be able to create Leave request.
4. Supervisor should able to view leave request.
5. Supervisor should be able to approve or deny request.
6. Employee should be able view request status.
#### SPECIFICATIONS
- Backend: Spring Boot 2.0
- Frontend: Angular 6
- Tools: ( IDE -> Intellij and VS Code, Mariadb, MySQL Workbench )
CLASS DIAGRAM
****