Attendance Management System UML Diagram

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

Posted By freeproject on March 17, 2018

Attendance Management System Activity Diagram

Posted By freeproject on March 13, 2018

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

  • Employee Attendance Activity
  • Leave Activity
  • Login Activity
  • Attendance Activity
  • Holidays Activity

Features of the Activity UML diagram of Attendance Management System

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

Attendance Management System Class Diagram

Posted By freeproject on August 2, 2017

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

Classes of Attendance Management System Class Diagram:

  • Attendance Class : Manage all the operations of Attendance
  • Employee Class : Manage all the operations of Employee
  • Student Class : Manage all the operations of Student
  • Holidays Class : Manage all the operations of Holidays
  • Leave Class : Manage all the operations of Leave
  • Login Class : Manage all the operations of Login

Classes and their attributes of Attendance Management System Class Diagram:

  • Attendance Attributes : attendance_id, attendance_employee_id, attendance_student_id, attendance_type, attendance_description
  • Employee Attributes : employee_id, employee_name, employee_mobile, employee_email, employee_username, employee_password, employee_address
  • Student Attributes : student_id, student_college_id, student_name, student_mobile, student_email, student_username, student_password, student_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

Classes and their methods of Attendance Management System Class Diagram:

  • Attendance Methods : addAttendance(), editAttendance(), deleteAttendance(), updateAttendance(), saveAttendance(), searchAttendance()
  • Employee Methods : addEmployee(), editEmployee(), deleteEmployee(), updateEmployee(), saveEmployee(), searchEmployee()
  • Student Methods : addStudent(), editStudent(), deleteStudent(), updateStudent(), saveStudent(), searchStudent()
  • Holidays Methods : addHolidays(), editHolidays(), deleteHolidays(), updateHolidays(), saveHolidays(), searchHolidays()
  • Leave Methods : addLeave(), editLeave(), deleteLeave(), updateLeave(), saveLeave(), searchLeave()
  • Login Methods : addLogin(), editLogin(), deleteLogin(), updateLogin(), saveLogin(), searchLogin()

Class Diagram of Attendance Management System :

Class Diagram Image: 
Attendance Management System Class Diagram

Attendance Management System Component Diagram

Posted By freeproject on February 8, 2018

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

Components of UML Component Diagram of Attendance Management System:

  • Attendance Component
  • Login Component
  • Student Attendance Component
  • Leave Component
  • Employee Attendance Component

Featues of Attendance Management System Component Diagram:

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

Attendance Management System ER Diagram

Posted By freeproject on July 17, 2017

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

Attendance Management System entities and their attributes :

  • Attendance Entity : Attributes of Attendance are attendance_id, attendance_employee_id, attendance_student_id, attendance_type, attendance_description
  • Employee Entity : Attributes of Employee are employee_id, employee_name, employee_mobile, employee_email, employee_username, employee_password, employee_address
  • Student Entity : Attributes of Student are student_id, student_college_id, student_name, student_mobile, student_email, student_username, student_password, student_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

Description of Attendance Management System Database :

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

Attendance Management System Sequence Diagram

Posted By freeproject on January 31, 2018

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

  • Login Object
  • Attendance Object
  • Leave Object
  • Employee Attendance Object
  • Student Attendance Object

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

  • Login Object
  • Attendance Object
  • Leave Object
  • Employee Attendance Object
  • Student Attendance Object

Attendance Management 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 Attendance Management System. It represents the methodology used in system analysis to identify, clarify, and organize system requirements of Attendance Management System. The main actors of Attendance Management System in this Use Case Diagram are: Super Admin, System User, Teachers, Student, who perform the different type of use cases such as Manage Attendance,Manage Employee Attendance,Manage Student Attendance,Manage Holidays,Manage Leave,Manage Login,Manage System User, Manage Users and Full Attendance Management System Operations. Major elements of the UML use case diagram of Attendance Management System are shown on the picture below.

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

  • Super Admin Entity : Use cases of Super Admin are Manage Attendance,Manage Employee Attendance,Manage Student Attendance,Manage Holidays,Manage Leave,Manage Login,Manage System User, Manage Users and Full Attendance Management System Operations
  • System User Entity : Use cases of System User are Manage Attendance,Manage Employee Attendance,Manage Student Attendance,Manage Holidays,Manage Leave
  • Teachers Entity : Use cases of Teachers are Mark Attendance,Search Students, View Student Profiles
  • Student Entity : Use cases of Student are View Attendance, Request for Attandance, Attandance Reports

Use Case Diagram of Attendance Management System :

 Attendance Management System Use Case Diagram

Project Category

Call FreeProjectz WhatsApp FreeProjectz