Software Design Document Organizational HRMS: Version
Software Design Document Organizational HRMS: Version
Software Design Document Organizational HRMS: Version
For
Organizational HRMS
Version <1.0><Status: Approved>
Signature:
Table of Contents
Table of Contents
Revision History
1............................................INTRODUCTION 1
1.1 Purpose............................................................ .1
1.2 Scope.............................................................. 1
1.3 Overview......................................................... ..1
1.4 Reference Material........................................... 1
1.5 Definitions and Acronyms................................ 1
2....................................SYSTEM OVERVIEW 2-4
3..........................SYSTEM ARCHITECTURE .4
..............................................................................
3.1 Architectural Design........................................ 5
3.2 Decomposition Description.............................. 6-18
3.3 Design Rationale............................................. ...18-19
4................................................DATA DESIGN ..19
4.1 Data Description.............................................. 19-27
5....................HUMAN INTERFACE DESIGN .28
5.1 Overview of User Interface.............................. 28
5.2 Screen Images................................................. 28-31
5.3 Screen Objects and Actions............................. 31
6.OTHER DESIGN FEATURES.................................... 32-37
Revision History
Reason For Changes
Na Da Versi Signature
of Guide
Software Design Document for Organizational HRMS Page 1
1. INTRODUCTION
The Software Design Document is a document to provide documentation which will be used to
aid in Software development by providing the details for how the software should be built. The
SDD is performed in two stages. The first is a preliminary design in which the overall system
architecture and data architecture is defined. In the second stage, i.e. the detailed design stage,
more detailed data structures are defined and algorithms are developed for the defined
architecture.
1.1 Purpose
Through Software Design Document, we get an overview of the system and the software
that are used. i.e., Within the Software Design Document is narrative and graphical
documentation of the software design for the project. The intended readerships of the
document are the developers of the system
1.2 Scope
This document describes the detailed design of the “HRMS”, including the system
architecture, class diagrams, and data flow diagrams. Component design of the system will
be described as well. In addition, data design will be described, both in the system and in the
database. Finally, the design of the human interface will be described.
1.3 Overview
This document will discuss the system architecture, data design, component design and
human interface design.
2. SYSTEM OVERVIEW
HRMS – Human Resource Management System
HR – Human Resource
UML – Unified Modeling Language
Admin – Administrator.
Software Design Document for Organizational HRMS Page 2
Admin Module
The admin module is the central controller of the system where the HR manager or other
appointed personnel perform all system administrator tasks. This includes defining organization
structure, pay scale, maintaining schedule, recruiting and other information that serves as the
backbone for the rest of the system. Security issues are taken care of through this module as
well by defining user rights and permissions.
Features:
Have an organized structure by defining company information.
Organize employee job information by defining job titles, pay grades, employment
statuses.
Manage the Work Scheduling.
Manage Interviews
Employee selfservice is a powerful tool providing employees of the company with the ability to
view relevant information such as personal information, updating personal information. The
functionality of this module spans through the entire system, making information available
anywhere, anytime.
Features:
Allow employees to login to the system and update their personal
information independently.
The ESS users will have limited access within the system as a security measure.
The application comprises a leave application module and approval from their
supervisor can be performed from the system itself.
Employee can view his attendance, leave and salary details.
Payroll Module
Payroll is very simple, flexible and user-friendly management software that takes care of all
your requirements relating to accounting and management of employee payroll. Payroll stores
the complete record of the employees, generates pay-slips, computes all allowances and
deductions and generates all statutory reports.
Features:
Manage employee information efficiently.
Creates salary structure.
Generate pay-slip.
Generate and manage the payroll processes according to the salary structure
assigned to the employee.
Time Attendance Module
The time attendance management system is a web application development tool which will be
used across the organization to track the Employee attendance and its information. RFID Based
Attendance System is used for daily employee attendance in companies.
Features:
The attendance of the employee will be taken by RFID tags and will
automatically get stored in the database.
Employee can view his attendance.
Employees can view published schedules from their own login.
Admin can manage the schedules.
The system records details such as arrival and departure of employees
besides maintaining information regarding their personal and official profiles.
Recruitment Module
Features:
Software Design Document for Organizational HRMS Page 4
System Module
The mailing module is to provide a quick, flexible and secure means of communication among
the employees of an organization. The main aim of the system is to send and receive mails
spontaneously without requiring the parties be available at the same time. Since the system aims
at secure communication, the employees need to acquire a unique email address by registering
with the admin via the organization’s website.
Features:
Provides Intranet email facility among employees of the organization.
Works as a standalone application without requiring any external resources from
the internet.
Featured access to organizational resources.
Offers secured authentication schemes for the access to mail accounts.
Effective communication management via quick and accurate transfer of mails. 3.
SYSTEM ARCHITECTURE
This section will describe the system architecture in terms of the architectural design,
decomposition description and design rationale.
CLASS DIAGRAMS
Time Attendance
Software Design Document for Organizational HRMS Page 16
Recruitment System
Software Design Document for Organizational HRMS Page 17
Mailing System
Software Design Document for Organizational HRMS Page 18
between layers are clear, and so adding new functionalities requires modifying the
corresponding layers only.
Reusability: we can reuse the application layer, for example, in other similar applications.
Performance : better performance since the load is less on the client.
4. DATA DESIGN
4.1 Data Description
SNO Column Name Data Type Description
1 Empid
Colum
Fname Int Employee
First Nameid
Decription
Varchar(50
2S Eid
Mname ) DtaVarchar(50)
Type
I n t Identification
Middle Nme
31 Userna
Lname
42 Passw
Blood Varchar(50) User
Password
BloodName
Group
Last
35 Nationality Varchar(20) User Role
Nationaity
46 Usertype Varchar(20)
7 Status Varchar(20) Marital Status
8 Dob Date Date of Birth
9 Dlicense Varchar(20) Driving License Number
10 Gender Varchar(10) Gender
11 Profilepic Profile Picture
Login
Skills
SNO Column Name Data Type Description
1 SkillName Varchar(50) Skill Name
2 SkillInfo Varchar(50) Skill Information
Employee Skills
SNO Column Name Data Type Description
1 Eid Int Identification number
Software Design Document for Organizational HRMS Page 21
Salary Paygrade
SNO Column Name Data Type Description
1 Paygrade Varchar(20) Pay Grade
2 Minsal Number Minimum Salary
3 Maxsal Number Max Salary
Salary Components
SNO Column Name Data Type Description
1 Component_name Varchar(50)
Software Design Document for Organizational HRMS Page 22
Job Titles
SNO Column Name Data Type Description
1 Job title Varchar(50) Job designation
2 Job description Varchar(200) Description
3 Job specification Varbinary File
4 Pay_grade Varchar(20) Paygrade
Job Catego
SNO Column Name Data Type Description
1 Job categoryname Varchar(30) Job Category
2 Description Varchar(100) Job
Description
Employment Status
SNO Column Name Data Type Description
1 Status Varchar(30) Status
2 Info Varchar(100) Information
Salary histo
SNO Column Name Data Type Description
1 Eid Int Employee Id
2 Trans date Date Transfer Date
3 Amount Int Amount
4 Account number Int(10) Bank No
Project Details
SNO Column Name Data Type Description
1 Pid Int Project ID
2 pname Varchar(50) Project Name
3 pinfo Varchar(2000) Project Information
4 P manager Int Project Manager
Task Details
SNO Column Name Data Type Description
1 Taskname Varchar(30) Task Name
2 Pid Int Project Id
3 Startdate Date Start Date
4 Expect enddate Date End Date
5 Supervisor Int Employee id
Shift Details
SNO Column Name Data Type Description
1 Shiftname Varchar(30) Shift Name
2 From Time Time From
3 To Time Time To
4 Hrs_perday Int Hours
Work week
SNO Column Name Data Type Description
1 Day Varchar(20) Dayname
2 Shiftname Varchar(30) Shiftname
Holidays
SNO Column Name Data Type Description
1 Holiday name Varchar(30) Holiday
2 Start date Date Start Date
3 End date Date End Date
4 Full_half_day Varchar(1) Full(F) or Half(H)
5 Repeats anualy Varchar(1) Y/N
Interview details
SNO Column Name Data Type Description
1 Interview id Int(Auto) Interview Id
2 Interview_name Varchar(30) Interview Name
3 Start date Date Start Date
Software Design Document for Organizational HRMS Page 25
Assigned interviews
SNO Column Name Data Type Description
1 Job_vacancy_title Varchar(50) Vacancy Title
2 Interview name Varchar(30) Interview Name
Candidate Registration
SNO Column Name Data Type Description
1 Can email Varchar(255) Email id
2 Name Varchar(50) Candidate Name
3 Resume Varchar(255) Resume Path
Shortlist
SNO Column Name Data Type Description
1 Can id Int Candidate Id
2 Job post title Varchar(50) Job Title
3 Shortlist date Date Shortlist Date
Software Design Document for Organizational HRMS Page 27
Leave Types
SNO Column Name Data Type Description
1 Ltype Varchar(20) Leave Type
2 Ldesc Varchar(50) Leave Description
Leave Entitlements
SNO Column Name Data Type Description
1 Leave type Varchar(20) LeaveType
2 Valid from date Date From Date
3 Valid to date Date To Date
4 No_days int No of Days
5 With or without pay Varchar(1) Y/N
6 Supervisor Int Employee id
Leave Rules
SNO Column Name Data Type Description
1 Leave type Varchar(20) Leave Type
2 Eid Int Eid
Employee Leave
SNO Column Name Data Type Description
1 Ltype Varchar(20) Leave Type
2 Empid Varchar(20) Employee ID
3 Lbegdate Date Leave Begin Date
4 Lenddate Date Leave End Date
5 Balance leave Int Balance days
6 Status Varchar(20) Approved/Rejected/Pe
nding
7 Reason Varchar(100) Reason to take leave
8 Leave rqst date Date Request issued date
Mails
SNO Column Name Data Type Description
1 Eusername Varchar(50) Employee id
2 Email local id varchar(20) Employee intranet email id
Software Design Document for Organizational HRMS Page 28
Organization info
SNO Column Name Data Type Description
1 SubUnit Varchar(50) Department
2 Location Varchar(50) Location
3 Address Varchar(255) Address
4 Pincode Int(10) Pincode
5 Phno Int(20) Phone Number
Login Page
Software Design Document for Organizational HRMS Page 30
Reports Page
Software Design Document for Organizational HRMS Page 32
Activity Diagram
Recruitment System
Software Design Document for Organizational HRMS Page 34
Mailing System
Software Design Document for Organizational HRMS Page 35
Time Attendance
Software Design Document for Organizational HRMS Page 36