- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
Payroll Management System Class Diagram describes the structure of a Payroll Management System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Payroll Management System are Payroll, Salary, Employee, Appraisals, Woking Points, Payments.
Classes of Payroll Management System Class Diagram:
- Payroll Class : Manage all the operations of Payroll
- Salary Class : Manage all the operations of Salary
- Employee Class : Manage all the operations of Employee
- Appraisals Class : Manage all the operations of Appraisals
- Woking Points Class : Manage all the operations of Woking Points
- Payments Class : Manage all the operations of Payments
Classes and their attributes of Payroll Management System Class Diagram:
- Payroll Attributes : payroll_id, payroll_employee_id, payroll_title, payroll_type, payroll_description
- Salary Attributes : salary_id, salary_employee_id, salary_amount, salary_total, salary_type, salary_description
- Employee Attributes : employee_id, employee_name, employee_mobile, employee_email, employee_username, employee_password, employee_address
- Appraisals Attributes : apprasail_id, apprasail_employee_id, apprasail_name, apprasail_type, apprasail_description
- Woking Points Attributes : point_id, point_title, point_type, point_description
- Payments Attributes : payment_id, payment_customer_id, payment_date, payment_amount, payment_description
Classes and their methods of Payroll Management System Class Diagram:
- Payroll Methods : addPayroll(), editPayroll(), deletePayroll(), updatePayroll(), savePayroll(), searchPayroll()
- Salary Methods : addSalary(), editSalary(), deleteSalary(), updateSalary(), saveSalary(), searchSalary()
- Employee Methods : addEmployee(), editEmployee(), deleteEmployee(), updateEmployee(), saveEmployee(), searchEmployee()
- Appraisals Methods : addAppraisals(), editAppraisals(), deleteAppraisals(), updateAppraisals(), saveAppraisals(), searchAppraisals()
- Woking Points Methods : addWoking Points(), editWoking Points(), deleteWoking Points(), updateWoking Points(), saveWoking Points(), searchWoking Points()
- Payments Methods : addPayments(), editPayments(), deletePayments(), updatePayments(), savePayments(), searchPayments()
Class Diagram of Payroll Management System :
Class Diagram Image: