You are on page 1of 4

PAYROLL SYSTEM PROGRAM ANALYSIS AND PROJECT PLANNING: Problem statment: The employee information management system is developed

for easy maintaining employee details and it can be accessed by any person like employees, supervisors etc The employee has following features: y Authentication to login to the system, a username and password is asked. y It also contains the details of employees like ename, eid, design, basic pay , blood group, and address etc y Employees can view their analyzed report. It gives all details about employees. MODULES: The modules of the project are y Login y Employee details y Calculate Allowance

USE CASE DIAGRAM

username& Log on password enter details Manager enter eid enter eid Delete items enter details Add items

Update

Search items

Calculate allowance

CLASS DIAGRAM

payroll system

Add
ename eid design basicpay address phone bloodgroup add()

Delete
ename eid design basicpay address phone bloodgroup delete()

Search
ename eid design basicpay address phone bloodgroup search()

calculate allowance
HRA TA DMSA PF Salary()

SEQUENCE DIAGRAM

Manager 1.Request to Add Record

System

Database

2.Enter Details

3.Check eid Availability

4.Check Database

5.Return Status 6.Details Added

7.Terminate

You might also like