SlideShare a Scribd company logo
IOSR Journal of Computer Engineering (IOSR-JCE)
ISSN: 2278-0661, p- ISSN: 2278-8727Volume 8, Issue 4 (Jan. - Feb. 2013), PP 62-71
www.iosrjournals.org
www.iosrjournals.org 62 | Page
Human Resource Management System
A.S.Syed Navaz1,
A.S.Syed Fiaz2
, C.Prabhadevi3
, V.Sangeetha4
,
S.Gopalakrishnan5
1,3,4
Department of Computer Applications, Muthayammal College of Arts & Science/ Periyar University, India
2
Department of Computer Science, Sona College of Technology/ Anna University, India.
5
Department of Computer Science, Muthayammal College of Arts & Science/ Periyar University, India
Abstract: The paper titled “HUMAN RESOURCE MANAGEMENT SYSTEM” is basically concerned with
managing the Administrator of HUMAN RESOURCE Department in a company. A Human Resource
Management System (HRMS), refers to the systems and processes at the intersection between human resource
management (HRM) and information technology. It merges HRM as a discipline and in particular its basic HR
activities and processes with the information technology field, whereas the programming of data processing
systems evolved into standardized routines and packages of enterprise resource planning (ERP) software[1].
The main objective of this paper is to reduce the effort of Administrator to keep the daily events such as
attendance, projects, works, appointments, etc.
This paper deals with the process of identifying the employees, recording their attendance hourly and
calculating their effective payable hours or days. This paper should maintain the records of each and every
employee and their time spend in to company, which can be used for performance appraisal. Based on that
transfer, removal, promotion can be done.
Keyword: Human Resource, Administrator, Employee
I. Introduction
The paper is used to maintain efficiently the HR department schedule of any type of company. In larger
organization, employees are large. At that time this paper is useful and helpful. HR Management system is not
only becomes a desire of the company but it becomes the need of the company. The Administrator gets into the
system using admin name and a password.
1.1 Advantages
1. Easy access to the data
2. The new system is more user-friendly, reliable and flexible.
3. Data alteration is easy.
4. Maintenance of the project is easy.
5. Reduced manual work.
6. Timely Report generation.
The main objective of this paper is to reduce the effort of administrator to keep the daily events such as payroll,
employee performance, and employees’ details. It consists of six modules.
They are:
1. Employee Details
2. Payroll
3. Training
4. Performance
5. Resignation
6. Resume tracking.
Human Resource Management System
www.iosrjournals.org 63 | Page
Fig 1: Overview of Human Resource Management Systems
1.2 Employee Details
Employee Details module is used to maintain the employees’ details such as adding new employee,
modifying the existing employee and deleting the existing employee. When a new employee is selected from the
resume tracking, all the details are to be entered and maintained in the database.
Fig 2 : Overview of Employee Details
The employee details contains three kind of information.
1. Personal Information
2. Contact Information
3. Employee Status
In the personal information, it consists of the information about the employee name, employee id,
nationality, etc. In the contact information, it consists of the information about the employee address, phone
numbers, etc,
In the employee status, it consists of the information about the status of the employee, supervisor name,
department, etc.
1.3 PAYROLL
In the payroll module, it consists of the information about the employee salary details such as basic
pay, allowances, deductions and calculate the gross pay and net pay from the given allowances and deductions.
Fig 3 : Overview of Payroll Details
Human Resource Management System
www.iosrjournals.org 64 | Page
All the employees’ pay details are maintained by the HR manager. The main function of this payroll module is
to maintain the employee pay information.
1.4 TRAINING
In this training module, it consists of the employees’ schedule about the training conducted in the
organization for the particular employee. The employees’ previous training experience will be maintained in the
database.
Fig 4 : Overview of Training Module
In the module contains the information about the employee who are in the Training and who are finished the
training. These details are to be used in the payroll calculation.
1.5 PERFORMANCE
This performance module contains information about the employee’s current position in the
organization. This module has the information such as employee name, employee ID, Division, work group,
evaluation date, evaluator, and evaluation period.
Fig 5 : Performance of Employees Poisition
This module is used to monitor the employees, their work performance and the involvement of them in the
organization.
1.5.1 Leave Management
This module contains the information about the employees leave details. There are three kinds of leave
which are sick leave, vacation, and holiday.
There are fixed amount of days that are allocated for each type of leave and the database of leave
details are maintained by the organization. The details includes number of days, period, total number of leave
taken by that employee upto that date and number of days that are remaining.
1.6 Resignation
This module contains the information about the ex-employees who have worked for the organization.
The information are such as department, position, their supervisor, current contact information, joining date and
resigning date.
These information are used to contact the ex-employees in case of emergency in which project they have
already involved.
Human Resource Management System
www.iosrjournals.org 65 | Page
Fig 6 : Ex-Employee Details
1.7 RESUME TRACKING
This module contains the information about the applicants such as their Curriculum, their contact
information, their work experience, area of specialization and area of interest.
Fig 7 : Resume Tracking
The applicant have the facility of registering their resume through online and their details are stored in the
organizations database. If the applicants details suits the organizations requirement then they can be called for
next step.
II. Tables
2.1 LOGIN
Human Resource Management System
www.iosrjournals.org 66 | Page
2.2 EMPLOYEE
2.3 LEAVE MANAGEMENT
2.4PERFORMANCE
Human Resource Management System
www.iosrjournals.org 67 | Page
2.5 RESIGNATION
III. Input Key
The goal of input key is to input data as accurately as possible. Here inputs are designed effectively so
that the error made by operation is minimized. The input to the system has been designed and coordination in
such way that there format is similar in all forms. Forms are designed in such way that relevant information is
grouped together and they are placed on a single frame, so as to access easily. At the time of data entry the
verification and validation of the data were done.
Input key is the most part of the overall system design, which requires very careful attention. Often the
collection of the input data is most expensive part of the system. Many errors may occur during the phase of the
design. So to make the system study, the inputs given by the user is strictly validated before making a
manipulation with it.
IV. Output Key
The output key is another very important phase. The outputs are mainly used to communicate with the
user, processing the input data given by the user. It is documented in each stage of the project to ensure free
output. The output screens are designed in very simple and easy to understand format. The quality, urgency and
the frequency of outputs should be taken into consideration. All user option is presented in well-formatted
forms. The quality refers to the way by which the output is presented to the user.
The reports can be used for day-to-day functioning of the business as well as management information.
The reports, if generated with the specific report criteria and in a timely manner, help in operational efficiency,
detecting and minimizing of errors as well as provide the pointers towards control weakness.
Output screen are designed in such a way that no ambiguity arises. Output data is presented in a well-formatted
way. The required information is printed on the report in the specified format.
V. Figures
5.1 LOGIN PAGE
Human Resource Management System
www.iosrjournals.org 68 | Page
5.2 WELCOME PAGE
5.3 EMPLOYEE DETAILS
5.4 REGISTERED EMPLOYEE DETAILS
Human Resource Management System
www.iosrjournals.org 69 | Page
5.5 PERFORMANCE DETAILS
5.6 LOGIN FOR LEAVE MANAGEMENT
5.7 WELCOME PAGE FOR LEAVE MANAGEMENT
Human Resource Management System
www.iosrjournals.org 70 | Page
5.8 EX-EMPLOYEE DETAILS LOGIN PAGE
5.9 EX- EMPLOYEE DETAILS
5.10 REGISTERATION PAGE
VI. Conclusion
In conclusion I would like to tell that this Human Resource Management Systems has achieved its
purpose. It has taken a huge task for this project to be completed. It has given a huge lift to the company’s
operations. What ever that has done manually has been completely shifted to the computerized process and this
has enabled the company to carry out its operation more quickly. This has also given a wider spectrum of
Human Resource Management System
www.iosrjournals.org 71 | Page
communication to the users. Since whatever that has so far been done manually has been changed to a
computerized. It has resulted in more efficient processing of data.
The new system has resulted in giving numeric advantages to the company in many ways. Some of
them are given below State of negligible paper work is almost reduced. Accessing and getting data can be done
at a single click. Data manipulation has become simpler and the cost factor has been reduced. It is faster and
more efficient processing of data. It is less time consuming. Operations are more transparency. Communications
between the users is more efficient.
References
Websites :
[1] http://en.wikipedia.org/wiki/Human_resource_ management_system
Books:
[2] James Goodwill, PURE Java Server Pages 3rd
Edition
[3] Larne Pekowsky, Java Server Pages 2nd
Edition
[4] Simon Brown, Sam Dalton, Daniel Jepp, Dave Johnson, Pro JSP 3rd
Edition
[5] Thearon Willis, SQL Server 2000 2nd
Edition.
Author’s Information
A.S.Syed Navaz received BBA from Annamalai University, Chidambaram 2006, M.Sc Information
Technology from KSR College of Technology, Anna University Coimbatore 2009, M.Phil in Computer
Science from Prist University, Thanjavur 2010 and M.C.A from Periyar University, Salem 2010 .Currently
he is working as an Asst.Professor in Department of Computer Applications, Muthayammal College of
Arts & Science, Namakkal. His area of interests are Computer Networks and Mobile Communications.
A.S.Syed Fiaz received BE Computer Science from Sona College of Technology, Anna University,
Chennai 2010 & Currently he is pursuing his final year ME in Computer Science from Sona College of
Technology, Anna University, Chennai 2013 . His area of interests are Computer Networks and Mobile
Communications.
C.Prabhadevi received BCA from Sengunthar Arts & Science College, Periyar University 2005 , M.Sc
Computer Science from Sengunthar Arts & Science College, Periyar University 2007, M.C.A from Periyar
University, Salem 2009 and M.Phil in Computer Science from Prist University, Thanjavur 2012. Currently
she is working as an Asst.Professor in Department of Computer Applications, Muthayammal College of
Arts & Science, Namakkal. Her area of interests are Digital Image Processing and Mobile
Communications.
V.Sangeetha received B.Sc Computer Science from Mahendra Arts & Science College, Periyar University
2003, M.Sc Computer Science from Mahendra Arts & Science College, Periyar University 2005 and
M.Phil in Computer Science from Periyar University, Salem 2008. Currently she is working as an
Asst.Professor in Department of Computer Applications, Muthayammal College of Arts & Science,
Namakkal. Her area of interests are Computer Networks and Mobile Communications.
S.Gopalakrishnan received B.Sc Computer Science & M.Sc Computer Science from Nehru Memorial
College, Bharathidasan University, Trichy 2002 & 2004, M.Phil in Computer Science from Periyar
University, Salem 2009 & B.ed Computer Science from Rainbow College of Education, Namakkal 2011.
Currently he is working as an Asst.Professor in Department of Computer Science, Muthayammal College
of Arts & Science, Namakkal. His area of interests are Computer Networks and Mobile Communications.

More Related Content

What's hot

IRJET- Review Paper on – ERP System for Departmental Activity Management
IRJET-  	  Review Paper on – ERP System for Departmental Activity ManagementIRJET-  	  Review Paper on – ERP System for Departmental Activity Management
IRJET- Review Paper on – ERP System for Departmental Activity Management
IRJET Journal
 
Attendance management system project report.
Attendance management system project report.Attendance management system project report.
Attendance management system project report.
Manoj Kumar
 
IRJET- Employee Management System
IRJET-  	  Employee Management SystemIRJET-  	  Employee Management System
IRJET- Employee Management System
IRJET Journal
 
Information Intendance System on Cloud
Information Intendance System on CloudInformation Intendance System on Cloud
Information Intendance System on Cloud
IRJET Journal
 
School management System
School management SystemSchool management System
School management System
HATIM Bhagat
 
IRJET- Placement Management and Prediction System using Data Mining and Cloud...
IRJET- Placement Management and Prediction System using Data Mining and Cloud...IRJET- Placement Management and Prediction System using Data Mining and Cloud...
IRJET- Placement Management and Prediction System using Data Mining and Cloud...
IRJET Journal
 
Student and Teacher Oriented System (SATOS)
Student and Teacher Oriented System (SATOS)Student and Teacher Oriented System (SATOS)
Student and Teacher Oriented System (SATOS)
IRJET Journal
 
ERP on School Management System
ERP on School Management SystemERP on School Management System
ERP on School Management System
Amit Gandhi
 
COMPUTERIZED INFORMATION SYSTEM IN BARANGAY POBLACION, DANAO CITY, CEBU - CAP...
COMPUTERIZED INFORMATION SYSTEM IN BARANGAY POBLACION, DANAO CITY, CEBU - CAP...COMPUTERIZED INFORMATION SYSTEM IN BARANGAY POBLACION, DANAO CITY, CEBU - CAP...
COMPUTERIZED INFORMATION SYSTEM IN BARANGAY POBLACION, DANAO CITY, CEBU - CAP...
Mark John Lado, MIT
 
Prototype of the Export Information System for Managing Cargo Data
Prototype of the Export Information System for Managing Cargo DataPrototype of the Export Information System for Managing Cargo Data
Prototype of the Export Information System for Managing Cargo Data
IJSRED
 
Project-Student Financial Service System
Project-Student Financial Service SystemProject-Student Financial Service System
Project-Student Financial Service System
chezhiang
 
IRJET- College Activity Management System
IRJET-  	  College Activity Management SystemIRJET-  	  College Activity Management System
IRJET- College Activity Management System
IRJET Journal
 
Smart Alert for College
Smart Alert for CollegeSmart Alert for College
Smart Alert for College
ijtsrd
 
IRJET- Online Leave Form Submission
IRJET- Online Leave Form SubmissionIRJET- Online Leave Form Submission
IRJET- Online Leave Form Submission
IRJET Journal
 
Student management system university erp
Student management system   university erpStudent management system   university erp
Student management system university erp
Mehul Thakkar
 
Development of-pharmacy-management-system
Development of-pharmacy-management-systemDevelopment of-pharmacy-management-system
Development of-pharmacy-management-system
Joy Sarker
 
Documentation project of college management [1]
Documentation project of college management [1]Documentation project of college management [1]
Documentation project of college management [1]
Priyaranjan Verma
 
IRJET- Secure Pinboard Information Shared By Sha-Algorithm
IRJET- Secure Pinboard Information Shared By Sha-AlgorithmIRJET- Secure Pinboard Information Shared By Sha-Algorithm
IRJET- Secure Pinboard Information Shared By Sha-Algorithm
IRJET Journal
 
Project report-on-student-information-management-system-php-mysql
Project report-on-student-information-management-system-php-mysqlProject report-on-student-information-management-system-php-mysql
Project report-on-student-information-management-system-php-mysql
Raj Sharma
 
Sims(Student Information management System)
Sims(Student Information management System)Sims(Student Information management System)
Sims(Student Information management System)
saiyadsanobar
 

What's hot (20)

IRJET- Review Paper on – ERP System for Departmental Activity Management
IRJET-  	  Review Paper on – ERP System for Departmental Activity ManagementIRJET-  	  Review Paper on – ERP System for Departmental Activity Management
IRJET- Review Paper on – ERP System for Departmental Activity Management
 
Attendance management system project report.
Attendance management system project report.Attendance management system project report.
Attendance management system project report.
 
IRJET- Employee Management System
IRJET-  	  Employee Management SystemIRJET-  	  Employee Management System
IRJET- Employee Management System
 
Information Intendance System on Cloud
Information Intendance System on CloudInformation Intendance System on Cloud
Information Intendance System on Cloud
 
School management System
School management SystemSchool management System
School management System
 
IRJET- Placement Management and Prediction System using Data Mining and Cloud...
IRJET- Placement Management and Prediction System using Data Mining and Cloud...IRJET- Placement Management and Prediction System using Data Mining and Cloud...
IRJET- Placement Management and Prediction System using Data Mining and Cloud...
 
Student and Teacher Oriented System (SATOS)
Student and Teacher Oriented System (SATOS)Student and Teacher Oriented System (SATOS)
Student and Teacher Oriented System (SATOS)
 
ERP on School Management System
ERP on School Management SystemERP on School Management System
ERP on School Management System
 
COMPUTERIZED INFORMATION SYSTEM IN BARANGAY POBLACION, DANAO CITY, CEBU - CAP...
COMPUTERIZED INFORMATION SYSTEM IN BARANGAY POBLACION, DANAO CITY, CEBU - CAP...COMPUTERIZED INFORMATION SYSTEM IN BARANGAY POBLACION, DANAO CITY, CEBU - CAP...
COMPUTERIZED INFORMATION SYSTEM IN BARANGAY POBLACION, DANAO CITY, CEBU - CAP...
 
Prototype of the Export Information System for Managing Cargo Data
Prototype of the Export Information System for Managing Cargo DataPrototype of the Export Information System for Managing Cargo Data
Prototype of the Export Information System for Managing Cargo Data
 
Project-Student Financial Service System
Project-Student Financial Service SystemProject-Student Financial Service System
Project-Student Financial Service System
 
IRJET- College Activity Management System
IRJET-  	  College Activity Management SystemIRJET-  	  College Activity Management System
IRJET- College Activity Management System
 
Smart Alert for College
Smart Alert for CollegeSmart Alert for College
Smart Alert for College
 
IRJET- Online Leave Form Submission
IRJET- Online Leave Form SubmissionIRJET- Online Leave Form Submission
IRJET- Online Leave Form Submission
 
Student management system university erp
Student management system   university erpStudent management system   university erp
Student management system university erp
 
Development of-pharmacy-management-system
Development of-pharmacy-management-systemDevelopment of-pharmacy-management-system
Development of-pharmacy-management-system
 
Documentation project of college management [1]
Documentation project of college management [1]Documentation project of college management [1]
Documentation project of college management [1]
 
IRJET- Secure Pinboard Information Shared By Sha-Algorithm
IRJET- Secure Pinboard Information Shared By Sha-AlgorithmIRJET- Secure Pinboard Information Shared By Sha-Algorithm
IRJET- Secure Pinboard Information Shared By Sha-Algorithm
 
Project report-on-student-information-management-system-php-mysql
Project report-on-student-information-management-system-php-mysqlProject report-on-student-information-management-system-php-mysql
Project report-on-student-information-management-system-php-mysql
 
Sims(Student Information management System)
Sims(Student Information management System)Sims(Student Information management System)
Sims(Student Information management System)
 

Viewers also liked

25 websites/blogs for your photography inspiration
25 websites/blogs for your photography inspiration25 websites/blogs for your photography inspiration
25 websites/blogs for your photography inspiration
Sinca Beni
 
Dr. Shelton Weeks Slides
Dr. Shelton Weeks SlidesDr. Shelton Weeks Slides
Dr. Shelton Weeks Slides
Naples Area Board of REALTORS
 
Complete financial reporting
Complete financial reportingComplete financial reporting
Complete financial reporting
jamaicaguarrajagonos
 
A vacation in space
A vacation in spaceA vacation in space
A vacation in space
Elyssa Hilton
 
Dr. Lawrence Yun Slides
Dr. Lawrence Yun SlidesDr. Lawrence Yun Slides
Dr. Lawrence Yun Slides
Naples Area Board of REALTORS
 
Resolucion 1747 08 tipos de cotizante
Resolucion 1747 08 tipos de cotizanteResolucion 1747 08 tipos de cotizante
Resolucion 1747 08 tipos de cotizante
stepha0622
 
HnyB Untangle Portfolio
HnyB Untangle PortfolioHnyB Untangle Portfolio
HnyB Untangle Portfolio
HnyB Untangle
 
Ictc hr guide_module_i
Ictc hr guide_module_iIctc hr guide_module_i
Ictc hr guide_module_i
Sujan Dey
 
Dr. Douglas Duncan Slides
Dr. Douglas Duncan SlidesDr. Douglas Duncan Slides
Dr. Douglas Duncan Slides
Naples Area Board of REALTORS
 
INTEGRATED MARKETING - GETTING IT RIGHT
INTEGRATED MARKETING - GETTING IT RIGHTINTEGRATED MARKETING - GETTING IT RIGHT
INTEGRATED MARKETING - GETTING IT RIGHT
HnyB Untangle
 
Dr. John Tuccillo Slides
Dr. John Tuccillo SlidesDr. John Tuccillo Slides
Dr. John Tuccillo Slides
Naples Area Board of REALTORS
 
Evaluating yourprogress
Evaluating yourprogressEvaluating yourprogress
Evaluating yourprogress
jponder
 
Best friends forver (bff)
Best friends forver (bff)Best friends forver (bff)
Best friends forver (bff)
Adiya Fahim
 
Evaluating Your Progress
Evaluating Your ProgressEvaluating Your Progress
Evaluating Your Progress
jponder
 
Evaluating yourprogress
Evaluating yourprogressEvaluating yourprogress
Evaluating yourprogress
jponder
 
Against Counteranthropomorphism: The Human Future of Education
Against Counteranthropomorphism: The Human Future of EducationAgainst Counteranthropomorphism: The Human Future of Education
Against Counteranthropomorphism: The Human Future of Education
Jesse Stommel
 

Viewers also liked (17)

25 websites/blogs for your photography inspiration
25 websites/blogs for your photography inspiration25 websites/blogs for your photography inspiration
25 websites/blogs for your photography inspiration
 
Dr. Shelton Weeks Slides
Dr. Shelton Weeks SlidesDr. Shelton Weeks Slides
Dr. Shelton Weeks Slides
 
Ms exch.svr notes
Ms exch.svr notesMs exch.svr notes
Ms exch.svr notes
 
Complete financial reporting
Complete financial reportingComplete financial reporting
Complete financial reporting
 
A vacation in space
A vacation in spaceA vacation in space
A vacation in space
 
Dr. Lawrence Yun Slides
Dr. Lawrence Yun SlidesDr. Lawrence Yun Slides
Dr. Lawrence Yun Slides
 
Resolucion 1747 08 tipos de cotizante
Resolucion 1747 08 tipos de cotizanteResolucion 1747 08 tipos de cotizante
Resolucion 1747 08 tipos de cotizante
 
HnyB Untangle Portfolio
HnyB Untangle PortfolioHnyB Untangle Portfolio
HnyB Untangle Portfolio
 
Ictc hr guide_module_i
Ictc hr guide_module_iIctc hr guide_module_i
Ictc hr guide_module_i
 
Dr. Douglas Duncan Slides
Dr. Douglas Duncan SlidesDr. Douglas Duncan Slides
Dr. Douglas Duncan Slides
 
INTEGRATED MARKETING - GETTING IT RIGHT
INTEGRATED MARKETING - GETTING IT RIGHTINTEGRATED MARKETING - GETTING IT RIGHT
INTEGRATED MARKETING - GETTING IT RIGHT
 
Dr. John Tuccillo Slides
Dr. John Tuccillo SlidesDr. John Tuccillo Slides
Dr. John Tuccillo Slides
 
Evaluating yourprogress
Evaluating yourprogressEvaluating yourprogress
Evaluating yourprogress
 
Best friends forver (bff)
Best friends forver (bff)Best friends forver (bff)
Best friends forver (bff)
 
Evaluating Your Progress
Evaluating Your ProgressEvaluating Your Progress
Evaluating Your Progress
 
Evaluating yourprogress
Evaluating yourprogressEvaluating yourprogress
Evaluating yourprogress
 
Against Counteranthropomorphism: The Human Future of Education
Against Counteranthropomorphism: The Human Future of EducationAgainst Counteranthropomorphism: The Human Future of Education
Against Counteranthropomorphism: The Human Future of Education
 

Similar to 1309.5351

A Survey Paper on Leave Automation
A Survey Paper on Leave AutomationA Survey Paper on Leave Automation
A Survey Paper on Leave Automation
ijtsrd
 
Employee management System Project .pptx
Employee management System Project .pptxEmployee management System Project .pptx
Employee management System Project .pptx
yousufa297
 
PLANNOVA -PLACEMENT MANAGEMENT SOFTWARE
PLANNOVA -PLACEMENT MANAGEMENT SOFTWAREPLANNOVA -PLACEMENT MANAGEMENT SOFTWARE
PLANNOVA -PLACEMENT MANAGEMENT SOFTWARE
IRJET Journal
 
IRJET- Android Application for Employee Monitoring and Tracking System.
IRJET- Android Application for Employee Monitoring and Tracking System.IRJET- Android Application for Employee Monitoring and Tracking System.
IRJET- Android Application for Employee Monitoring and Tracking System.
IRJET Journal
 
Android Application For Employee Monitoring And Tracking System
Android Application For Employee Monitoring And Tracking SystemAndroid Application For Employee Monitoring And Tracking System
Android Application For Employee Monitoring And Tracking System
Sheila Sinclair
 
Report
ReportReport
Kamal report file
Kamal report fileKamal report file
Kamal report file
Er Kamal G
 
IRJET- Employee Task Management System with High Authentication
IRJET- Employee Task Management System with High AuthenticationIRJET- Employee Task Management System with High Authentication
IRJET- Employee Task Management System with High Authentication
IRJET Journal
 
Employee leave management system project.
Employee leave management system project.Employee leave management system project.
Employee leave management system project.
Kamal Acharya
 
IRJET- Real Time Tracking Office Management System
IRJET-  	  Real Time Tracking Office Management SystemIRJET-  	  Real Time Tracking Office Management System
IRJET- Real Time Tracking Office Management System
IRJET Journal
 
Employee Management System UML Diagrams Use Case Diagram, Activity Diagram, S...
Employee Management System UML Diagrams Use Case Diagram, Activity Diagram, S...Employee Management System UML Diagrams Use Case Diagram, Activity Diagram, S...
Employee Management System UML Diagrams Use Case Diagram, Activity Diagram, S...
Mohammad Karim Shahbaz
 
Human Resources Management System
Human Resources Management SystemHuman Resources Management System
Human Resources Management System
Raj Ranjan Patnaik
 
Presentation by dakshinamoorthi g
Presentation by dakshinamoorthi  gPresentation by dakshinamoorthi  g
Presentation by dakshinamoorthi g
PMI_IREP_TP
 
IRJET- Institute Based ERP System and Timetable Generator
IRJET-  	  Institute Based ERP System and Timetable GeneratorIRJET-  	  Institute Based ERP System and Timetable Generator
IRJET- Institute Based ERP System and Timetable Generator
IRJET Journal
 
Amit Sethi (Review 2) OCT
Amit Sethi (Review 2) OCTAmit Sethi (Review 2) OCT
Amit Sethi (Review 2) OCT
Amit Sethi
 
Management ( Six Business Objectives)
Management ( Six Business Objectives)Management ( Six Business Objectives)
Management ( Six Business Objectives)
Abdullateif Abdullkareim, ITIL4
 
Chapter_1_INTRODUCTION.pdf
Chapter_1_INTRODUCTION.pdfChapter_1_INTRODUCTION.pdf
Chapter_1_INTRODUCTION.pdf
Kamal Acharya
 
Chapter_1_INTRODUCTION.pdf
Chapter_1_INTRODUCTION.pdfChapter_1_INTRODUCTION.pdf
Chapter_1_INTRODUCTION.pdf
Kamal Acharya
 
IRJET - Hostel Management System using Ensemble Learning
IRJET - Hostel Management System using Ensemble LearningIRJET - Hostel Management System using Ensemble Learning
IRJET - Hostel Management System using Ensemble Learning
IRJET Journal
 
MSc Digital Business : Digital Portfolio | dijitalbusiness.emredirlik.de ( Wi...
MSc Digital Business : Digital Portfolio | dijitalbusiness.emredirlik.de ( Wi...MSc Digital Business : Digital Portfolio | dijitalbusiness.emredirlik.de ( Wi...
MSc Digital Business : Digital Portfolio | dijitalbusiness.emredirlik.de ( Wi...
Emre Dirlik
 

Similar to 1309.5351 (20)

A Survey Paper on Leave Automation
A Survey Paper on Leave AutomationA Survey Paper on Leave Automation
A Survey Paper on Leave Automation
 
Employee management System Project .pptx
Employee management System Project .pptxEmployee management System Project .pptx
Employee management System Project .pptx
 
PLANNOVA -PLACEMENT MANAGEMENT SOFTWARE
PLANNOVA -PLACEMENT MANAGEMENT SOFTWAREPLANNOVA -PLACEMENT MANAGEMENT SOFTWARE
PLANNOVA -PLACEMENT MANAGEMENT SOFTWARE
 
IRJET- Android Application for Employee Monitoring and Tracking System.
IRJET- Android Application for Employee Monitoring and Tracking System.IRJET- Android Application for Employee Monitoring and Tracking System.
IRJET- Android Application for Employee Monitoring and Tracking System.
 
Android Application For Employee Monitoring And Tracking System
Android Application For Employee Monitoring And Tracking SystemAndroid Application For Employee Monitoring And Tracking System
Android Application For Employee Monitoring And Tracking System
 
Report
ReportReport
Report
 
Kamal report file
Kamal report fileKamal report file
Kamal report file
 
IRJET- Employee Task Management System with High Authentication
IRJET- Employee Task Management System with High AuthenticationIRJET- Employee Task Management System with High Authentication
IRJET- Employee Task Management System with High Authentication
 
Employee leave management system project.
Employee leave management system project.Employee leave management system project.
Employee leave management system project.
 
IRJET- Real Time Tracking Office Management System
IRJET-  	  Real Time Tracking Office Management SystemIRJET-  	  Real Time Tracking Office Management System
IRJET- Real Time Tracking Office Management System
 
Employee Management System UML Diagrams Use Case Diagram, Activity Diagram, S...
Employee Management System UML Diagrams Use Case Diagram, Activity Diagram, S...Employee Management System UML Diagrams Use Case Diagram, Activity Diagram, S...
Employee Management System UML Diagrams Use Case Diagram, Activity Diagram, S...
 
Human Resources Management System
Human Resources Management SystemHuman Resources Management System
Human Resources Management System
 
Presentation by dakshinamoorthi g
Presentation by dakshinamoorthi  gPresentation by dakshinamoorthi  g
Presentation by dakshinamoorthi g
 
IRJET- Institute Based ERP System and Timetable Generator
IRJET-  	  Institute Based ERP System and Timetable GeneratorIRJET-  	  Institute Based ERP System and Timetable Generator
IRJET- Institute Based ERP System and Timetable Generator
 
Amit Sethi (Review 2) OCT
Amit Sethi (Review 2) OCTAmit Sethi (Review 2) OCT
Amit Sethi (Review 2) OCT
 
Management ( Six Business Objectives)
Management ( Six Business Objectives)Management ( Six Business Objectives)
Management ( Six Business Objectives)
 
Chapter_1_INTRODUCTION.pdf
Chapter_1_INTRODUCTION.pdfChapter_1_INTRODUCTION.pdf
Chapter_1_INTRODUCTION.pdf
 
Chapter_1_INTRODUCTION.pdf
Chapter_1_INTRODUCTION.pdfChapter_1_INTRODUCTION.pdf
Chapter_1_INTRODUCTION.pdf
 
IRJET - Hostel Management System using Ensemble Learning
IRJET - Hostel Management System using Ensemble LearningIRJET - Hostel Management System using Ensemble Learning
IRJET - Hostel Management System using Ensemble Learning
 
MSc Digital Business : Digital Portfolio | dijitalbusiness.emredirlik.de ( Wi...
MSc Digital Business : Digital Portfolio | dijitalbusiness.emredirlik.de ( Wi...MSc Digital Business : Digital Portfolio | dijitalbusiness.emredirlik.de ( Wi...
MSc Digital Business : Digital Portfolio | dijitalbusiness.emredirlik.de ( Wi...
 

Recently uploaded

Pride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School DistrictPride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School District
David Douglas School District
 
Digital Artefact 1 - Tiny Home Environmental Design
Digital Artefact 1 - Tiny Home Environmental DesignDigital Artefact 1 - Tiny Home Environmental Design
Digital Artefact 1 - Tiny Home Environmental Design
amberjdewit93
 
How to Fix the Import Error in the Odoo 17
How to Fix the Import Error in the Odoo 17How to Fix the Import Error in the Odoo 17
How to Fix the Import Error in the Odoo 17
Celine George
 
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
RitikBhardwaj56
 
Azure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHatAzure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHat
Scholarhat
 
A Independência da América Espanhola LAPBOOK.pdf
A Independência da América Espanhola LAPBOOK.pdfA Independência da América Espanhola LAPBOOK.pdf
A Independência da América Espanhola LAPBOOK.pdf
Jean Carlos Nunes Paixão
 
How to Build a Module in Odoo 17 Using the Scaffold Method
How to Build a Module in Odoo 17 Using the Scaffold MethodHow to Build a Module in Odoo 17 Using the Scaffold Method
How to Build a Module in Odoo 17 Using the Scaffold Method
Celine George
 
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptxChapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
Mohd Adib Abd Muin, Senior Lecturer at Universiti Utara Malaysia
 
Your Skill Boost Masterclass: Strategies for Effective Upskilling
Your Skill Boost Masterclass: Strategies for Effective UpskillingYour Skill Boost Masterclass: Strategies for Effective Upskilling
Your Skill Boost Masterclass: Strategies for Effective Upskilling
Excellence Foundation for South Sudan
 
The History of Stoke Newington Street Names
The History of Stoke Newington Street NamesThe History of Stoke Newington Street Names
The History of Stoke Newington Street Names
History of Stoke Newington
 
clinical examination of hip joint (1).pdf
clinical examination of hip joint (1).pdfclinical examination of hip joint (1).pdf
clinical examination of hip joint (1).pdf
Priyankaranawat4
 
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
PECB
 
Liberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdfLiberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdf
WaniBasim
 
How to Make a Field Mandatory in Odoo 17
How to Make a Field Mandatory in Odoo 17How to Make a Field Mandatory in Odoo 17
How to Make a Field Mandatory in Odoo 17
Celine George
 
Cognitive Development Adolescence Psychology
Cognitive Development Adolescence PsychologyCognitive Development Adolescence Psychology
Cognitive Development Adolescence Psychology
paigestewart1632
 
Pengantar Penggunaan Flutter - Dart programming language1.pptx
Pengantar Penggunaan Flutter - Dart programming language1.pptxPengantar Penggunaan Flutter - Dart programming language1.pptx
Pengantar Penggunaan Flutter - Dart programming language1.pptx
Fajar Baskoro
 
Main Java[All of the Base Concepts}.docx
Main Java[All of the Base Concepts}.docxMain Java[All of the Base Concepts}.docx
Main Java[All of the Base Concepts}.docx
adhitya5119
 
World environment day ppt For 5 June 2024
World environment day ppt For 5 June 2024World environment day ppt For 5 June 2024
World environment day ppt For 5 June 2024
ak6969907
 
Walmart Business+ and Spark Good for Nonprofits.pdf
Walmart Business+ and Spark Good for Nonprofits.pdfWalmart Business+ and Spark Good for Nonprofits.pdf
Walmart Business+ and Spark Good for Nonprofits.pdf
TechSoup
 
PIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf IslamabadPIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf Islamabad
AyyanKhan40
 

Recently uploaded (20)

Pride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School DistrictPride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School District
 
Digital Artefact 1 - Tiny Home Environmental Design
Digital Artefact 1 - Tiny Home Environmental DesignDigital Artefact 1 - Tiny Home Environmental Design
Digital Artefact 1 - Tiny Home Environmental Design
 
How to Fix the Import Error in the Odoo 17
How to Fix the Import Error in the Odoo 17How to Fix the Import Error in the Odoo 17
How to Fix the Import Error in the Odoo 17
 
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
 
Azure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHatAzure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHat
 
A Independência da América Espanhola LAPBOOK.pdf
A Independência da América Espanhola LAPBOOK.pdfA Independência da América Espanhola LAPBOOK.pdf
A Independência da América Espanhola LAPBOOK.pdf
 
How to Build a Module in Odoo 17 Using the Scaffold Method
How to Build a Module in Odoo 17 Using the Scaffold MethodHow to Build a Module in Odoo 17 Using the Scaffold Method
How to Build a Module in Odoo 17 Using the Scaffold Method
 
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptxChapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
 
Your Skill Boost Masterclass: Strategies for Effective Upskilling
Your Skill Boost Masterclass: Strategies for Effective UpskillingYour Skill Boost Masterclass: Strategies for Effective Upskilling
Your Skill Boost Masterclass: Strategies for Effective Upskilling
 
The History of Stoke Newington Street Names
The History of Stoke Newington Street NamesThe History of Stoke Newington Street Names
The History of Stoke Newington Street Names
 
clinical examination of hip joint (1).pdf
clinical examination of hip joint (1).pdfclinical examination of hip joint (1).pdf
clinical examination of hip joint (1).pdf
 
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
 
Liberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdfLiberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdf
 
How to Make a Field Mandatory in Odoo 17
How to Make a Field Mandatory in Odoo 17How to Make a Field Mandatory in Odoo 17
How to Make a Field Mandatory in Odoo 17
 
Cognitive Development Adolescence Psychology
Cognitive Development Adolescence PsychologyCognitive Development Adolescence Psychology
Cognitive Development Adolescence Psychology
 
Pengantar Penggunaan Flutter - Dart programming language1.pptx
Pengantar Penggunaan Flutter - Dart programming language1.pptxPengantar Penggunaan Flutter - Dart programming language1.pptx
Pengantar Penggunaan Flutter - Dart programming language1.pptx
 
Main Java[All of the Base Concepts}.docx
Main Java[All of the Base Concepts}.docxMain Java[All of the Base Concepts}.docx
Main Java[All of the Base Concepts}.docx
 
World environment day ppt For 5 June 2024
World environment day ppt For 5 June 2024World environment day ppt For 5 June 2024
World environment day ppt For 5 June 2024
 
Walmart Business+ and Spark Good for Nonprofits.pdf
Walmart Business+ and Spark Good for Nonprofits.pdfWalmart Business+ and Spark Good for Nonprofits.pdf
Walmart Business+ and Spark Good for Nonprofits.pdf
 
PIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf IslamabadPIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf Islamabad
 

1309.5351

  • 1. IOSR Journal of Computer Engineering (IOSR-JCE) ISSN: 2278-0661, p- ISSN: 2278-8727Volume 8, Issue 4 (Jan. - Feb. 2013), PP 62-71 www.iosrjournals.org www.iosrjournals.org 62 | Page Human Resource Management System A.S.Syed Navaz1, A.S.Syed Fiaz2 , C.Prabhadevi3 , V.Sangeetha4 , S.Gopalakrishnan5 1,3,4 Department of Computer Applications, Muthayammal College of Arts & Science/ Periyar University, India 2 Department of Computer Science, Sona College of Technology/ Anna University, India. 5 Department of Computer Science, Muthayammal College of Arts & Science/ Periyar University, India Abstract: The paper titled “HUMAN RESOURCE MANAGEMENT SYSTEM” is basically concerned with managing the Administrator of HUMAN RESOURCE Department in a company. A Human Resource Management System (HRMS), refers to the systems and processes at the intersection between human resource management (HRM) and information technology. It merges HRM as a discipline and in particular its basic HR activities and processes with the information technology field, whereas the programming of data processing systems evolved into standardized routines and packages of enterprise resource planning (ERP) software[1]. The main objective of this paper is to reduce the effort of Administrator to keep the daily events such as attendance, projects, works, appointments, etc. This paper deals with the process of identifying the employees, recording their attendance hourly and calculating their effective payable hours or days. This paper should maintain the records of each and every employee and their time spend in to company, which can be used for performance appraisal. Based on that transfer, removal, promotion can be done. Keyword: Human Resource, Administrator, Employee I. Introduction The paper is used to maintain efficiently the HR department schedule of any type of company. In larger organization, employees are large. At that time this paper is useful and helpful. HR Management system is not only becomes a desire of the company but it becomes the need of the company. The Administrator gets into the system using admin name and a password. 1.1 Advantages 1. Easy access to the data 2. The new system is more user-friendly, reliable and flexible. 3. Data alteration is easy. 4. Maintenance of the project is easy. 5. Reduced manual work. 6. Timely Report generation. The main objective of this paper is to reduce the effort of administrator to keep the daily events such as payroll, employee performance, and employees’ details. It consists of six modules. They are: 1. Employee Details 2. Payroll 3. Training 4. Performance 5. Resignation 6. Resume tracking.
  • 2. Human Resource Management System www.iosrjournals.org 63 | Page Fig 1: Overview of Human Resource Management Systems 1.2 Employee Details Employee Details module is used to maintain the employees’ details such as adding new employee, modifying the existing employee and deleting the existing employee. When a new employee is selected from the resume tracking, all the details are to be entered and maintained in the database. Fig 2 : Overview of Employee Details The employee details contains three kind of information. 1. Personal Information 2. Contact Information 3. Employee Status In the personal information, it consists of the information about the employee name, employee id, nationality, etc. In the contact information, it consists of the information about the employee address, phone numbers, etc, In the employee status, it consists of the information about the status of the employee, supervisor name, department, etc. 1.3 PAYROLL In the payroll module, it consists of the information about the employee salary details such as basic pay, allowances, deductions and calculate the gross pay and net pay from the given allowances and deductions. Fig 3 : Overview of Payroll Details
  • 3. Human Resource Management System www.iosrjournals.org 64 | Page All the employees’ pay details are maintained by the HR manager. The main function of this payroll module is to maintain the employee pay information. 1.4 TRAINING In this training module, it consists of the employees’ schedule about the training conducted in the organization for the particular employee. The employees’ previous training experience will be maintained in the database. Fig 4 : Overview of Training Module In the module contains the information about the employee who are in the Training and who are finished the training. These details are to be used in the payroll calculation. 1.5 PERFORMANCE This performance module contains information about the employee’s current position in the organization. This module has the information such as employee name, employee ID, Division, work group, evaluation date, evaluator, and evaluation period. Fig 5 : Performance of Employees Poisition This module is used to monitor the employees, their work performance and the involvement of them in the organization. 1.5.1 Leave Management This module contains the information about the employees leave details. There are three kinds of leave which are sick leave, vacation, and holiday. There are fixed amount of days that are allocated for each type of leave and the database of leave details are maintained by the organization. The details includes number of days, period, total number of leave taken by that employee upto that date and number of days that are remaining. 1.6 Resignation This module contains the information about the ex-employees who have worked for the organization. The information are such as department, position, their supervisor, current contact information, joining date and resigning date. These information are used to contact the ex-employees in case of emergency in which project they have already involved.
  • 4. Human Resource Management System www.iosrjournals.org 65 | Page Fig 6 : Ex-Employee Details 1.7 RESUME TRACKING This module contains the information about the applicants such as their Curriculum, their contact information, their work experience, area of specialization and area of interest. Fig 7 : Resume Tracking The applicant have the facility of registering their resume through online and their details are stored in the organizations database. If the applicants details suits the organizations requirement then they can be called for next step. II. Tables 2.1 LOGIN
  • 5. Human Resource Management System www.iosrjournals.org 66 | Page 2.2 EMPLOYEE 2.3 LEAVE MANAGEMENT 2.4PERFORMANCE
  • 6. Human Resource Management System www.iosrjournals.org 67 | Page 2.5 RESIGNATION III. Input Key The goal of input key is to input data as accurately as possible. Here inputs are designed effectively so that the error made by operation is minimized. The input to the system has been designed and coordination in such way that there format is similar in all forms. Forms are designed in such way that relevant information is grouped together and they are placed on a single frame, so as to access easily. At the time of data entry the verification and validation of the data were done. Input key is the most part of the overall system design, which requires very careful attention. Often the collection of the input data is most expensive part of the system. Many errors may occur during the phase of the design. So to make the system study, the inputs given by the user is strictly validated before making a manipulation with it. IV. Output Key The output key is another very important phase. The outputs are mainly used to communicate with the user, processing the input data given by the user. It is documented in each stage of the project to ensure free output. The output screens are designed in very simple and easy to understand format. The quality, urgency and the frequency of outputs should be taken into consideration. All user option is presented in well-formatted forms. The quality refers to the way by which the output is presented to the user. The reports can be used for day-to-day functioning of the business as well as management information. The reports, if generated with the specific report criteria and in a timely manner, help in operational efficiency, detecting and minimizing of errors as well as provide the pointers towards control weakness. Output screen are designed in such a way that no ambiguity arises. Output data is presented in a well-formatted way. The required information is printed on the report in the specified format. V. Figures 5.1 LOGIN PAGE
  • 7. Human Resource Management System www.iosrjournals.org 68 | Page 5.2 WELCOME PAGE 5.3 EMPLOYEE DETAILS 5.4 REGISTERED EMPLOYEE DETAILS
  • 8. Human Resource Management System www.iosrjournals.org 69 | Page 5.5 PERFORMANCE DETAILS 5.6 LOGIN FOR LEAVE MANAGEMENT 5.7 WELCOME PAGE FOR LEAVE MANAGEMENT
  • 9. Human Resource Management System www.iosrjournals.org 70 | Page 5.8 EX-EMPLOYEE DETAILS LOGIN PAGE 5.9 EX- EMPLOYEE DETAILS 5.10 REGISTERATION PAGE VI. Conclusion In conclusion I would like to tell that this Human Resource Management Systems has achieved its purpose. It has taken a huge task for this project to be completed. It has given a huge lift to the company’s operations. What ever that has done manually has been completely shifted to the computerized process and this has enabled the company to carry out its operation more quickly. This has also given a wider spectrum of
  • 10. Human Resource Management System www.iosrjournals.org 71 | Page communication to the users. Since whatever that has so far been done manually has been changed to a computerized. It has resulted in more efficient processing of data. The new system has resulted in giving numeric advantages to the company in many ways. Some of them are given below State of negligible paper work is almost reduced. Accessing and getting data can be done at a single click. Data manipulation has become simpler and the cost factor has been reduced. It is faster and more efficient processing of data. It is less time consuming. Operations are more transparency. Communications between the users is more efficient. References Websites : [1] http://en.wikipedia.org/wiki/Human_resource_ management_system Books: [2] James Goodwill, PURE Java Server Pages 3rd Edition [3] Larne Pekowsky, Java Server Pages 2nd Edition [4] Simon Brown, Sam Dalton, Daniel Jepp, Dave Johnson, Pro JSP 3rd Edition [5] Thearon Willis, SQL Server 2000 2nd Edition. Author’s Information A.S.Syed Navaz received BBA from Annamalai University, Chidambaram 2006, M.Sc Information Technology from KSR College of Technology, Anna University Coimbatore 2009, M.Phil in Computer Science from Prist University, Thanjavur 2010 and M.C.A from Periyar University, Salem 2010 .Currently he is working as an Asst.Professor in Department of Computer Applications, Muthayammal College of Arts & Science, Namakkal. His area of interests are Computer Networks and Mobile Communications. A.S.Syed Fiaz received BE Computer Science from Sona College of Technology, Anna University, Chennai 2010 & Currently he is pursuing his final year ME in Computer Science from Sona College of Technology, Anna University, Chennai 2013 . His area of interests are Computer Networks and Mobile Communications. C.Prabhadevi received BCA from Sengunthar Arts & Science College, Periyar University 2005 , M.Sc Computer Science from Sengunthar Arts & Science College, Periyar University 2007, M.C.A from Periyar University, Salem 2009 and M.Phil in Computer Science from Prist University, Thanjavur 2012. Currently she is working as an Asst.Professor in Department of Computer Applications, Muthayammal College of Arts & Science, Namakkal. Her area of interests are Digital Image Processing and Mobile Communications. V.Sangeetha received B.Sc Computer Science from Mahendra Arts & Science College, Periyar University 2003, M.Sc Computer Science from Mahendra Arts & Science College, Periyar University 2005 and M.Phil in Computer Science from Periyar University, Salem 2008. Currently she is working as an Asst.Professor in Department of Computer Applications, Muthayammal College of Arts & Science, Namakkal. Her area of interests are Computer Networks and Mobile Communications. S.Gopalakrishnan received B.Sc Computer Science & M.Sc Computer Science from Nehru Memorial College, Bharathidasan University, Trichy 2002 & 2004, M.Phil in Computer Science from Periyar University, Salem 2009 & B.ed Computer Science from Rainbow College of Education, Namakkal 2011. Currently he is working as an Asst.Professor in Department of Computer Science, Muthayammal College of Arts & Science, Namakkal. His area of interests are Computer Networks and Mobile Communications.