- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
Office Management System Class Diagram describes the structure of a Office Management System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Office Management System are Offices, Employees, Resources, Tasks, Attendance, Time Entries.
Classes of Office Management System Class Diagram:
- Offices Class : Manage all the operations of Offices
- Employees Class : Manage all the operations of Employees
- Resources Class : Manage all the operations of Resources
- Tasks Class : Manage all the operations of Tasks
- Attendance Class : Manage all the operations of Attendance
- Time Entries Class : Manage all the operations of Time Entries
Classes and their attributes of Office Management System Class Diagram:
- Offices Attributes : office_id, office_company_id, office_employee_id, office_name, office_place, office_type, office_address
- Employees Attributes : employee_id, employee_name, employee_mobile, employee_email, employee_username, employee_password, employee_address
- Resources Attributes : resource_id, resource_employee_id, resource_name, resource_type, resource_description
- Tasks Attributes : task_id, task_employee_id, task_name, task_type, task_description
- Attendance Attributes : attendance_id, attendance_employee_id, attendance_type, attendance_description
- Time Entries Attributes : time_emtery_id, time_emtery_employee_id, time_emtery_type, time_emtery_description
Classes and their methods of Office Management System Class Diagram:
- Offices Methods : addOffices(), editOffices(), deleteOffices(), updateOffices(), saveOffices(), searchOffices()
- Employees Methods : addEmployees(), editEmployees(), deleteEmployees(), updateEmployees(), saveEmployees(), searchEmployees()
- Resources Methods : addResources(), editResources(), deleteResources(), updateResources(), saveResources(), searchResources()
- Tasks Methods : addTasks(), editTasks(), deleteTasks(), updateTasks(), saveTasks(), searchTasks()
- Attendance Methods : addAttendance(), editAttendance(), deleteAttendance(), updateAttendance(), saveAttendance(), searchAttendance()
- Time Entries Methods : addTime Entries(), editTime Entries(), deleteTime Entries(), updateTime Entries(), saveTime Entries(), searchTime Entries()
Class Diagram of Office Management System :
Class Diagram Image: