college employee management system

24
AUTOMATED COLLEGE EMPLOYEE MANAGEMENT SYSTEM

Upload: sreya-sanyal

Post on 29-Apr-2015

220 views

Category:

Documents


1 download

TRANSCRIPT

Page 1: College Employee Management System

AUTOMATED COLLEGE

EMPLOYEE MANAGEMENT SYSTEM

Page 2: College Employee Management System

Index

Problem Statement. Purpose of the project. Functional Requirement. Hardware & Software requirements. Table Description. Entity Relationship Diagram. Data Flow Diagram. Screen shots. Challenges faced.

Page 3: College Employee Management System

Future Enhancement. Code.

Page 4: College Employee Management System

Problem Statement

Automated Employee Management System helps user to deal with employees, from a CEO to an Office Bearer in an organisation from anywhere on the globe with the help of internet.

The Management System helps in management of employee database. It also deals with manipulation of the details of the employees. The System may also be used as a quick reference.

Page 5: College Employee Management System

Purpose of the project

Without the help of this software employee management is very difficult. It is hardly possible to find the details of a specific employee from the loads of paper maintained as document. Apart from the procedure being so time consuming it is also impossible to manipulate the data already entered in the papers.

Page 6: College Employee Management System

Functional Requirement

This software enables the user to

1. View a list of departments existing in the college.2. From the department no. in the list of departments the user

can view the list of all the employees in the respective department.

3. Add a new department to the list of departments.4. Add an employee in a specific department.5. Transfer an employee from one department to another.6. Edit the details of an employee and department.

Page 7: College Employee Management System

Hardware Requirements

Any Computer with standard configuration.

Software Requirements

Server:

1. Database in Mysql.2. JEE 5.1.3. JBOSS 4.2.1. acts as a platform.4. Netbeans version 6.9.

Client:

1. Web browser.

Page 8: College Employee Management System

Table Description

There are three tables in the database. They are:

Employee Table. Department Table.

Department table-

Dno DName DFunction

Employee table-

I.D. no.

Dept. Name

Name D.O.B. Salary

Page 9: College Employee Management System
Page 10: College Employee Management System

Entity Relationship Diagram

college works employee

department

salary salary

i.d. name

has

department

has

Page 11: College Employee Management System

Data Flow Diagram

Level 1

USER SYSTEM

loginsystem

Page 12: College Employee Management System

Level 2:

dis_emp

Add emp

Del emp

Edit emp

Trans emp

Dis dept

Add dept

Del dept

Edit dept

System

Page 13: College Employee Management System

Page Flow Diagram

Login Main 1

username

password

save

Display employee info

Add employee.

Delete employee.

Edit employee.

Transfer employee.

Employee info

Add information

Name

ID

Dept

Enter ID of the emp

Deletion successful

Edit employee

Name –Sreemoyee.

ID-2008

Dept-Management.

Salary-25000

Name

ID

Dept

Salary

submit

Enter dept name

Enter emp ID

Transfer successful

Addition successfull.

Main 2

Add Department

Delete Department

Edit Department

Display Department

Page 14: College Employee Management System

Main 2

Add Department

Delete Department

Edit Department

Display Department

Enter Dept Info

Dept No

Dept Name

Dept Function

Department Added Successfully

Enter Department No U want to Delete

Department Deleted

Successfully Enter Dept I.D

Dept I.D

Dept No

Dept Function

Department Information Updated Successfully

Enter Dept I.D Department Information

Dno Dname Dfunct

Page 15: College Employee Management System

Future Enhancements

The software has scope for further development like

Attendance management of all the employees of the college.

Computation of salary of each employee. The adding of an employee in a non-existing department in

the organisation is permitted in the software...this needs correction.

The use of software in connection to other databases needs to be implemented.

Page 16: College Employee Management System

.

Snap shotsLogin.jsp:-

Main.jsp:-

Page 17: College Employee Management System

Disemp.jsp :-

Addemp.jsp:-

Page 18: College Employee Management System

Delemp.jsp:-

Page 19: College Employee Management System

delempInfo.jsp:-

EditEmp.jsp :-

Page 20: College Employee Management System

EditdisempInfo.jsp:-

Transferemp.jsp:-

addDept.jsp:-

Page 21: College Employee Management System

Editdept.jsp:-

Page 22: College Employee Management System

EditdisDeptInfo.jsp:-