Employee Attendance System UML Diagram

Subscribe our YouTube channel for latest project videos and tutorials Click Here

Posted By freeproject on March 19, 2018

Employee Attendance System Activity Diagram

Posted By freeproject on March 13, 2018

This is the Activity UML diagram of Employee Attendance System which shows the flows between the activity of Experience, , Attendance, Employee, Salary. The main activity involved in this UML Activity Diagram of Employee Attendance System are as follows:

  • Experience Activity
  • Activity
  • Attendance Activity
  • Employee Activity
  • Salary Activity

Features of the Activity UML diagram of Employee Attendance System

  • Admin User can search Experience, view description of a selected Experience, add Experience, update Experience and delete Experience.
  • Its shows the activity flow of editing, adding and updating of
  • User will be able to search and generate report of Attendance, Employee, Salary
  • All objects such as ( Experience, , Salary) are interlinked
  • Its shows the full description and flow of Experience, Employee, Salary, Attendance,
Employee Attendance System Activity Diagram

Employee Attendance System Class Diagram

Posted By freeproject on August 2, 2017

Employee Attendance System Class Diagram describes the structure of a Employee Attendance System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Employee Attendance System are Attendance, Employees, Holidays, Leave, Login, salary.

Classes of Employee Attendance System Class Diagram:

  • Attendance Class : Manage all the operations of Attendance
  • Employees Class : Manage all the operations of Employees
  • Holidays Class : Manage all the operations of Holidays
  • Leave Class : Manage all the operations of Leave
  • Login Class : Manage all the operations of Login
  • salary Class : Manage all the operations of salary

Classes and their attributes of Employee Attendance System Class Diagram:

  • Attendance Attributes : attendance_id, attendance_employee_id, attendance_student_id, attendance_type, attendance_description
  • Employees Attributes : employee_id, employee_name, employee_mobile, employee_email, employee_username, employee_password, employee_address
  • Holidays Attributes : holidays_id, holidays_employee_id, holidays_date, holidays_duration, holidays_description
  • Leave Attributes : leave_id, leave_employee_id, leave_type, leave_status, leave_to, leave_from, leave_description
  • Login Attributes : login_id, login_user_id, login_role_id, login_username, login_password, login_lastlogin
  • salary Attributes : salary_id, salary_employee_id, salary_amount, salary_total, salary_type, salary_description

Classes and their methods of Employee Attendance System Class Diagram:

  • Attendance Methods : addAttendance(), editAttendance(), deleteAttendance(), updateAttendance(), saveAttendance(), searchAttendance()
  • Employees Methods : addEmployees(), editEmployees(), deleteEmployees(), updateEmployees(), saveEmployees(), searchEmployees()
  • Holidays Methods : addHolidays(), editHolidays(), deleteHolidays(), updateHolidays(), saveHolidays(), searchHolidays()
  • Leave Methods : addLeave(), editLeave(), deleteLeave(), updateLeave(), saveLeave(), searchLeave()
  • Login Methods : addLogin(), editLogin(), deleteLogin(), updateLogin(), saveLogin(), searchLogin()
  • salary Methods : addsalary(), editsalary(), deletesalary(), updatesalary(), savesalary(), searchsalary()

Class Diagram of Employee Attendance System :

Class Diagram Image: 
Employee Attendance System Class Diagram

Employee Attendance System Component Diagram

Posted By freeproject on February 8, 2018

This is a Component diagram of Employee Attendance System which shows components, provided and required interfaces, ports, and relationships between the Experience, Leaves, Attendance, Salary and . This type of diagrams is used in Component-Based Development (CBD) to describe systems with Service-Oriented Architecture (SOA). Employee Attendance System UML component diagram, describes the organization and wiring of the physical components in a system.

Components of UML Component Diagram of Employee Attendance System:

  • Experience Component
  • Leaves Component
  • Attendance Component
  • Salary Component
  • Component

Featues of Employee Attendance System Component Diagram:

  • You can show the models the components of Employee Attendance System.
  • Model the database schema of Employee Attendance System
  • Model the executables of an application of Employee Attendance System
  • Model the system's source code of Employee Attendance System
Component Diagram: 

Employee Attendance System ER Diagram

Posted By freeproject on July 17, 2017

This ER (Entity Relationship) Diagram represents the model of Employee Attendance System Entity. The entity-relationship diagram of Employee Attendance System shows all the visual instrument of database tables and the relations between Employees, Leave, Attendance, salary etc. It used structure data and to define the relationships between structured data groups of Employee Attendance System functionalities. The main entities of the Employee Attendance System are Attendance, Employees, Holidays, Leave, Login and salary.

Employee Attendance System entities and their attributes :

  • Attendance Entity : Attributes of Attendance are attendance_id, attendance_employee_id, attendance_student_id, attendance_type, attendance_description
  • Employees Entity : Attributes of Employees are employee_id, employee_name, employee_mobile, employee_email, employee_username, employee_password, employee_address
  • Holidays Entity : Attributes of Holidays are holidays_id, holidays_employee_id, holidays_date, holidays_duration, holidays_description
  • Leave Entity : Attributes of Leave are leave_id, leave_employee_id, leave_type, leave_status, leave_to, leave_from, leave_description
  • Login Entity : Attributes of Login are login_id, login_user_id, login_role_id, login_username, login_password, login_lastlogin
  • salary Entity : Attributes of salary are salary_id, salary_employee_id, salary_amount, salary_total, salary_type, salary_description

Description of Employee Attendance System Database :

  • The details of Attendance is store into the Attendance tables respective with all tables
  • Each entity (salary, Holidays, Login, Employees, Attendance) contains primary key and unique keys.
  • The entity Holidays, Login has binded with Attendance, Employees entities with foreign key
  • There is one-to-one and one-to-many relationships available between Login, Leave, salary, Attendance
  • All the entities Attendance, Login, Holidays, salary are normalized and reduce duplicacy of records
  • We have implemented indexing on each tables of Employee Attendance System tables for fast query execution.
Employee Attendance System ER Diagram

Employee Attendance System Sequence Diagram

Posted By freeproject on January 31, 2018

This is the UML sequence diagram of Employee Attendance System which shows the interaction between the objects of Leaves, Experience, , Attendance, Employee. The instance of class objects involved in this UML Sequence Diagram of Employee Attendance System are as follows:

  • Leaves Object
  • Experience Object
  • Object
  • Attendance Object
  • Employee Object

This is the UML sequence diagram of Employee Attendance System which shows the interaction between the objects of Leaves, Experience, , Attendance, Employee. The instance of class objects involved in this UML Sequence Diagram of Employee Attendance System are as follows:

  • Leaves Object
  • Experience Object
  • Object
  • Attendance Object
  • Employee Object

Employee Attendance System Use Case Diagram

Posted By freeproject on July 24, 2017

This Use Case Diagram is a graphic depiction of the interactions among the elements of Employee Attendance System. It represents the methodology used in system analysis to identify, clarify, and organize system requirements of Employee Attendance System. The main actors of Employee Attendance System in this Use Case Diagram are: Super Admin, System User, Employee, Company, who perform the different type of use cases such as Manage Attendance, Manage Employees, Manage Holidays, Manage Leave, Manage Login, Manage Users and Full Employee Attendance System Operations. Major elements of the UML use case diagram of Employee Attendance System are shown on the picture below.

The relationships between and among the actors and the use cases of Employee Attendance System:

  • Super Admin Entity : Use cases of Super Admin are Manage Attendance, Manage Employees, Manage Holidays, Manage Leave, Manage Login, Manage Users and Full Employee Attendance System Operations
  • System User Entity : Use cases of System User are Manage Attendance, Manage Employees, Manage Holidays, Manage Leave, Manage Login
  • Employee Entity : Use cases of Employee are Mark Attadance, Check Attandance, Attandance Reports, Request for Update Attandance
  • Company Entity : Use cases of Company are Check Attandance, Create Attandance Report, Approve Attandance

Use Case Diagram of Employee Attendance System :

Employee Attendance System Use Case Diagram

Project Category

Call FreeProjectz WhatsApp FreeProjectz