- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
Restaurent Management System Class Diagram describes the structure of a Restaurent Management System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Restaurent Management System are Restaurent, Employees, Items, Sells, Payments, Orders.
Classes of Restaurent Management System Class Diagram:
- Restaurent Class : Manage all the operations of Restaurent
- Employees Class : Manage all the operations of Employees
- Items Class : Manage all the operations of Items
- Sells Class : Manage all the operations of Sells
- Payments Class : Manage all the operations of Payments
- Orders Class : Manage all the operations of Orders
Classes and their attributes of Restaurent Management System Class Diagram:
- Restaurent Attributes : resturent_id, resturent_name, resturent_type, resturent_description, resturent_address
- Employees Attributes : employee_id, employee_name, employee_mobile, employee_email, employee_username, employee_password, employee_address
- Items Attributes : item_id, item_stocks, item_number, item_type, item_description
- Sells Attributes : sell_id, sell_name, sell_type, sell_sercription
- Payments Attributes : payment_id, payment_customer_id, payment_date, payment_amount, payment_description
- Orders Attributes : order_id, order_customer_id order_type, order_number, order_description
Classes and their methods of Restaurent Management System Class Diagram:
- Restaurent Methods : addRestaurent(), editRestaurent(), deleteRestaurent(), updateRestaurent(), saveRestaurent(), searchRestaurent()
- Employees Methods : addEmployees(), editEmployees(), deleteEmployees(), updateEmployees(), saveEmployees(), searchEmployees()
- Items Methods : addItems(), editItems(), deleteItems(), updateItems(), saveItems(), searchItems()
- Sells Methods : addSells(), editSells(), deleteSells(), updateSells(), saveSells(), searchSells()
- Payments Methods : addPayments(), editPayments(), deletePayments(), updatePayments(), savePayments(), searchPayments()
- Orders Methods : addOrders(), editOrders(), deleteOrders(), updateOrders(), saveOrders(), searchOrders()
Class Diagram of Restaurent Management System :
Class Diagram Image: