The Software Personnel Management System (Employee Management System) is a software, that helps your employees to give their best efforts every day to achieve the goals of your organization. It guides and manages employees efforts in the right direction. It also securely stores and manages personal and other work-related details for your employees.
- Eclipse IDE
- jdk-18.0.2.1
- mysql-connector.jar
- xampp-windows-x64-8.0.9-0-VS16
- mysql
What is needed to set up the dev environment. For instance, global dependencies or any other tools. include download links.
Here's a brief intro about what a developer must do in order to start developing the project further:
> git clone https://github.com/ramprasathmk/Software-Personnel-Management-System.git
> cd Software-Personnel-Management-System
-
Step 1: Deployee Database
- Goto
XAMPP Control Panel
, openApache
andMySQL
server - Open
Chrome
or your fav browser and serach: http://localhost/phpmyadmin/ - Create new
Database
and name it asproject3
- Then goto
import
navigater - Choose your Database file
project3
and upload there, Then clickGo
- Goto
-
Step 2: Install JDK & Eclipse step by step
- Download Java JDK-19
- no need Additional features
-
Step 3 : open Project Folder in Eclipse
- Run
Front_Page.java
by clicking the play button
- Run
- For Testing the
test cases
, you've to install the JUnit Tools 4 Spring 1.2.4 plugin in Eclipse from the Eclipse Marketplace. - JUnit Tools 4 Spring
1.2.4
plugin with any version.
Now, you need to change some line as per your connecton :
<classpathentry kind="lib" path="./Software-Personnel-Management-System/mysql-connecter/mysql-connector.jar"/>
<!-- path="D:/College/Employee_Project/Employee-Management-System/mysql-connecter/mysql-connector.jar" -->
<!-- set the path of where your mysql connecter location. like my current location
D:\College\Employee_Project\Employee-Management-System\mysql-connecter -->
<classpathentry kind="output" path="bin"/>
<classpathentry kind="lib" path="./Software-Personnel-Management-System/mysql-connecter/mysql-connector.jar"/>
<!-- path="D:/College/Employee_Project/Employee-Management-System/mysql-connecter/mysql-connector.jar" -->
<!-- set the path of where your mysql connecter location. like my current location
D:\College\Employee_Project\Employee-Management-System\mysql-connecter -->
<classpathentry kind="output" path="bin"/>
you can change you code as per your Requirement.
- Goto
Front_Page.java
and simply run the file.
Run Step by Step As per your Requirements. We have provided Output images for you Understanding See in Output_images Folder.
How to work Our Application .
- Welcome page
- Login page
- Login with Username or Employee ID & Password
- Signup & Forgot Password
- Home page
- Employee
- Salary
- Attendance
- About US
- Employee Panel
- Add Employee
- Update Employee
- View Employee
- Remove Employee
- Attendance Panel
- Fill Attendance
- View Attendance
- salary Panel
- Add Salary
- Update Salary
- Generate Payment slips
- About US Panel
- Goto Xampp Control panel , Start the Apache and MySQL server
- Goto Chrome or your convinent browser and Type: http://localhost/phpmyadmin
- Create new database name project3
- Then goto import navigater
- Choose your Database file "project3" and upload there and click to Go
- This project is licensed under Apache License 2.0 2024.
Give a ⭐ if you like this repository!