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 :
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
-
cd upto pyrollsystem.jar
-
start server type java -cp PayrollSystem.jar; com.payroll.pl.server.StartFrame Username:admin password:1234
-
open another cmd
-
cd upto pyrollsystem.jar
-
start client type java -cp PayrollSystem.jar; com.payroll.pl.client.LoginFrameClient yourSystemIPAddress Username:employeeid generated when registerd
password:password generated when registerd
HAVE FUN!!