- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
Super Market Management System Class Diagram describes the structure of a Super Market Management System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Super Market Management System are Stores, Customer, Purchasing, Sales, Payment, Products.
Classes of Super Market Management System Class Diagram:
- Stores Class : Manage all the operations of Stores
- Customer Class : Manage all the operations of Customer
- Purchasing Class : Manage all the operations of Purchasing
- Sales Class : Manage all the operations of Sales
- Payment Class : Manage all the operations of Payment
- Products Class : Manage all the operations of Products
Classes and their attributes of Super Market Management System Class Diagram:
- Stores Attributes : store_id, store_name, store_type, store_description
- Customer Attributes : customer_id, customer_name, customer_mobile, customer_email, customer_username, customer_password, customer_address
- Purchasing Attributes : purchase_id, purchase_customer_id, purchase_amount, purchase_type, purchase_total, purchase_recepit, purchase_bill, purchase_description
- Sales Attributes : sales_id, sales_customer_id, sales_amount, sales_type, sales_description
- Payment Attributes : payment_id, payment_customer_id, payment_date, payment_amount, payment_description
- Products Attributes : product_id, product_customer_id product_items, product_number, product_type, product_description
Classes and their methods of Super Market Management System Class Diagram:
- Stores Methods : addStores(), editStores(), deleteStores(), updateStores(), saveStores(), searchStores()
- Customer Methods : addCustomer(), editCustomer(), deleteCustomer(), updateCustomer(), saveCustomer(), searchCustomer()
- Purchasing Methods : addPurchasing(), editPurchasing(), deletePurchasing(), updatePurchasing(), savePurchasing(), searchPurchasing()
- Sales Methods : addSales(), editSales(), deleteSales(), updateSales(), saveSales(), searchSales()
- Payment Methods : addPayment(), editPayment(), deletePayment(), updatePayment(), savePayment(), searchPayment()
- Products Methods : addProducts(), editProducts(), deleteProducts(), updateProducts(), saveProducts(), searchProducts()
Class Diagram of Super Market Management System :
Class Diagram Image: