Link:https://drive.google.com/file/d/1NSowNO6nyQpIoQVRD_TCF4Jj4a46Lu7q/view?usp=sharing
Employee Management System is a Desktop based application developed using Java language with Net beans 12 IDE.The concept used is swing and database used for for this project is MySQL.
👉Admins can ADD details of employees.
👉Admins can VIEW the details of any employee by using the Employee ID of that particular employee.
👉It can also UPDATE details of any employee.
👉Admin can also PRINT details/records of any employee.
👉Admin can REMOVE details/records of any employee by using Employee ID of that particular employee..
Organizations can use this Application for maintaining the records of employees rather than using using pen,paper and registers. It is very EASY to handle and EFFECTIVE for any organization to keep and maintain the records/details of Employees by using this Desktop based application.
It consists of Username and Password which the existing admin can use to login into
the main Dashboard of this application.
It Consists of 4 Columns:-
1. Add
2. View
3. Remove
4. Update
Admin can add details of a new employee by filling the
necessary details like:-
Name Job Post Phone
Address Employee ID Education
Age Father's name Aadhar No
Email ID Date Of Birth
It consists of Employee ID which the admin can enter to view details of a particular employee
in the Print window.
Here the Admin can remove records of any Employee by entering their Employee ID.
Here the Admin can Update the details of any Employee by entering the Employee ID in the
Search Window.
This class establishes a connection between NetBeans IDE and MySQL.It is done by adding
MySQL_connector_java_8.0.26.jar file.
It is the first window/page of this application consists of a blink string
"EMPLOYEE MANAGEMENT SYSTEM" and one button i.e"CLICK HERE TO CONTINUE".
It consists of Username and Password which the existing admin can use to login into
the main Dashboard of this application.
Username and Password can be changed in the database.
This class consists of different options in the header such as:-
1.Add
2.View
3.Remove
4.Update
Here the admin can add the details of a new customer.It has 11 textfields as follows:-
1.Name 8.Date of Birth
2.Address 9.Phone
3.Age 10.Education
4.Email ID 11.Aadhar No
5.Job Post
6.Employee ID
7.Father's name
It consists of Employee ID which the admin can enter to view details of a particular employee
in the Print window.
Admin can also PRINT details/records of any employee by entering Employee ID
in the view employee window.
Admin can REMOVE details/records of any employee by using Employee ID of that particular employee.
It consists of a textfield i.e Employee Id which the Admin has to enter to update the details
of a particular Employee.
Here the Admin can Update the details of any Employee by entering the Employee ID in the
Search Window.
This application can help the organizations to maintain the the records of their Employees rather than
using pen,paper and registers.
Since it is a paperless mode of maintaining records so it is also ENVIRONMENT FRIENDLY as well as CLUTTER
FREE for the orgainzations.
link:https://github.com/Kunal-Kumar-Das191049/Employee-Management-System/blob/master/LICENSE MIT License
Copyright (c) 2021 Kunal Kumar Das
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
Google Images Download.
-
Net Beans IDE
-
MY SQL
This project Wouldn't have been possible without these tools.It Saved my enormous amount of time while collecting the data.