vimaltiwari2612 / PayrollSystem

A Payroll system used to generate pay slips and reports of employee's allowances and deductions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 screeenshot

  2. generate payslips, refresh database for client side login issues. screeenshot

client feature :using there Employee id and password 1.mark attendence screeenshot

2.generate payslips , edit personal details , change password. screeenshot

for more details, explore the app...

#howtoRunIt

1.open cmd

  1. cd upto pyrollsystem.jar

  2. start server type java -cp PayrollSystem.jar; com.payroll.pl.server.StartFrame Username:admin password:1234

  3. open another cmd

  4. cd upto pyrollsystem.jar

  5. 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!!

About

A Payroll system used to generate pay slips and reports of employee's allowances and deductions.


Languages

Language:Java 100.0%