https://github.com/vimaltiwari2612/payrollsystem
A Payroll system used to generate pay slips and reports of employee's allowances and deductions.
https://github.com/vimaltiwari2612/payrollsystem
awt-graphics java java-swing rmi-client rmi-registry rmi-server sqlite3 swing-gui
Last synced: 8 months ago
JSON representation
A Payroll system used to generate pay slips and reports of employee's allowances and deductions.
- Host: GitHub
- URL: https://github.com/vimaltiwari2612/payrollsystem
- Owner: vimaltiwari2612
- Created: 2018-03-13T16:03:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-13T16:53:54.000Z (over 7 years ago)
- Last Synced: 2025-01-02T18:16:44.193Z (9 months ago)
- Topics: awt-graphics, java, java-swing, rmi-client, rmi-registry, rmi-server, sqlite3, swing-gui
- Language: Java
- Homepage:
- Size: 4.27 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PayrollSystem
A Payroll system used to generate pay slips and reports of employee's allowances and deductions.
It is made up using JAVA RMI architecture.
Server features :
1. add, edit , delete employee details
2. generate payslips, refresh database for client side login issues.
client feature :using there Employee id and password
1.mark attendence
2.generate payslips , edit personal details , change password.
for more details, explore the app...
#howtoRunIt
1.open cmd
2. cd upto pyrollsystem.jar
3. start server type java -cp PayrollSystem.jar; com.payroll.pl.server.StartFrame
Username:admin
password:12344. open another cmd
5. cd upto pyrollsystem.jar
6. start client type java -cp PayrollSystem.jar; com.payroll.pl.client.LoginFrameClient yourSystemIPAddress
Username:employeeid generated when registerdpassword:password generated when registerd
HAVE FUN!!