Skip to content

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

Notifications You must be signed in to change notification settings

vimaltiwari2612/PayrollSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages