Latest Seminar Topics for Engineering …€¦ · Web viewEntity Relationship Diagram. Data Flow...

24
AUTOMATED COLLEGE EMPLOYEE MANAGEMENT SYSTEM

Transcript of Latest Seminar Topics for Engineering …€¦ · Web viewEntity Relationship Diagram. Data Flow...

Page 1: Latest Seminar Topics for Engineering …€¦ · Web viewEntity Relationship Diagram. Data Flow Diagram. Screen shots. Challenges faced. Future Enhancement. Code. Problem Statement

AUTOMATED COLLEGEEMPLOYEE MANAGEMENT SYSTEM

Page 2: Latest Seminar Topics for Engineering …€¦ · Web viewEntity Relationship Diagram. Data Flow Diagram. Screen shots. Challenges faced. Future Enhancement. Code. Problem Statement

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: Latest Seminar Topics for Engineering …€¦ · Web viewEntity Relationship Diagram. Data Flow Diagram. Screen shots. Challenges faced. Future Enhancement. Code. Problem Statement

Future Enhancement. Code.

Page 4: Latest Seminar Topics for Engineering …€¦ · Web viewEntity Relationship Diagram. Data Flow Diagram. Screen shots. Challenges faced. Future Enhancement. Code. Problem Statement

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: Latest Seminar Topics for Engineering …€¦ · Web viewEntity Relationship Diagram. Data Flow Diagram. Screen shots. Challenges faced. Future Enhancement. Code. Problem Statement

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: Latest Seminar Topics for Engineering …€¦ · Web viewEntity Relationship Diagram. Data Flow Diagram. Screen shots. Challenges faced. Future Enhancement. Code. Problem Statement

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: Latest Seminar Topics for Engineering …€¦ · Web viewEntity Relationship Diagram. Data Flow Diagram. Screen shots. Challenges faced. Future Enhancement. Code. Problem Statement

Hardware Requirements

Any Computer with standard configuration.

Software RequirementsServer:

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: Latest Seminar Topics for Engineering …€¦ · Web viewEntity Relationship Diagram. Data Flow Diagram. Screen shots. Challenges faced. Future Enhancement. Code. Problem Statement

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: Latest Seminar Topics for Engineering …€¦ · Web viewEntity Relationship Diagram. Data Flow Diagram. Screen shots. Challenges faced. Future Enhancement. Code. Problem Statement
Page 10: Latest Seminar Topics for Engineering …€¦ · Web viewEntity Relationship Diagram. Data Flow Diagram. Screen shots. Challenges faced. Future Enhancement. Code. Problem Statement

Entity Relationship Diagram

college works employee

department

salary salary

i.d. name

has

department

has

Page 11: Latest Seminar Topics for Engineering …€¦ · Web viewEntity Relationship Diagram. Data Flow Diagram. Screen shots. Challenges faced. Future Enhancement. Code. Problem Statement

Data Flow Diagram

Level 1

USER SYSTEM

loginsystem

Page 12: Latest Seminar Topics for Engineering …€¦ · Web viewEntity Relationship Diagram. Data Flow Diagram. Screen shots. Challenges faced. Future Enhancement. Code. Problem Statement

Level 2:

dis_emp

Add emp

Del emp

Edit emp

Trans emp

Dis dept

Add dept

Del dept

Edit dept

System

Page 13: Latest Seminar Topics for Engineering …€¦ · Web viewEntity Relationship Diagram. Data Flow Diagram. Screen shots. Challenges faced. Future Enhancement. Code. Problem Statement

Page Flow Diagram

Login Main 1username

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: Latest Seminar Topics for Engineering …€¦ · Web viewEntity Relationship Diagram. Data Flow Diagram. Screen shots. Challenges faced. Future Enhancement. Code. Problem Statement

Main 2Add 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: Latest Seminar Topics for Engineering …€¦ · Web viewEntity Relationship Diagram. Data Flow Diagram. Screen shots. Challenges faced. Future Enhancement. Code. Problem Statement

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: Latest Seminar Topics for Engineering …€¦ · Web viewEntity Relationship Diagram. Data Flow Diagram. Screen shots. Challenges faced. Future Enhancement. Code. Problem Statement

.

Snap shotsLogin.jsp:-

Main.jsp:-

Page 17: Latest Seminar Topics for Engineering …€¦ · Web viewEntity Relationship Diagram. Data Flow Diagram. Screen shots. Challenges faced. Future Enhancement. Code. Problem Statement

Disemp.jsp :-

Addemp.jsp:-

Page 18: Latest Seminar Topics for Engineering …€¦ · Web viewEntity Relationship Diagram. Data Flow Diagram. Screen shots. Challenges faced. Future Enhancement. Code. Problem Statement

Delemp.jsp:-

Page 19: Latest Seminar Topics for Engineering …€¦ · Web viewEntity Relationship Diagram. Data Flow Diagram. Screen shots. Challenges faced. Future Enhancement. Code. Problem Statement

delempInfo.jsp:-

EditEmp.jsp :-

Page 20: Latest Seminar Topics for Engineering …€¦ · Web viewEntity Relationship Diagram. Data Flow Diagram. Screen shots. Challenges faced. Future Enhancement. Code. Problem Statement

EditdisempInfo.jsp:-

Transferemp.jsp:-

addDept.jsp:-

Page 21: Latest Seminar Topics for Engineering …€¦ · Web viewEntity Relationship Diagram. Data Flow Diagram. Screen shots. Challenges faced. Future Enhancement. Code. Problem Statement

Editdept.jsp:-

Page 22: Latest Seminar Topics for Engineering …€¦ · Web viewEntity Relationship Diagram. Data Flow Diagram. Screen shots. Challenges faced. Future Enhancement. Code. Problem Statement

EditdisDeptInfo.jsp:-