Hrms SDD PDF Free 4
Hrms SDD PDF Free 4
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.