- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
Shop Management System Class Diagram describes the structure of a Shop Management System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Shop Management System are Payments, Discounts, Products, Sales, Stock, Inventory.
Classes of Shop Management System Class Diagram:
- Payments Class : Manage all the operations of Payments
- Discounts Class : Manage all the operations of Discounts
- Products Class : Manage all the operations of Products
- Sales Class : Manage all the operations of Sales
- Stock Class : Manage all the operations of Stock
- Inventory Class : Manage all the operations of Inventory
Classes and their attributes of Shop Management System Class Diagram:
- Payments Attributes : payment_id, payment_customer_id, payment_date, payment_amount, payment_description
- Discounts Attributes : discount_id, discount_product_id, discount_name, discount_type, discount_description
- Products Attributes : product_id, product_customer_id product_items, product_number, product_type, product_description
- Sales Attributes : sales_id, sales_customer_id, sales_amount, sales_type, sales_description
- Stock Attributes : stock_id, stock_items, stock_number, stock_type, stock_description
- Inventory Attributes : inventory_id, inventory_items, inventory_number, inventory_type, inventory_description
Classes and their methods of Shop Management System Class Diagram:
- Payments Methods : addPayments(), editPayments(), deletePayments(), updatePayments(), savePayments(), searchPayments()
- Discounts Methods : addDiscounts(), editDiscounts(), deleteDiscounts(), updateDiscounts(), saveDiscounts(), searchDiscounts()
- Products Methods : addProducts(), editProducts(), deleteProducts(), updateProducts(), saveProducts(), searchProducts()
- Sales Methods : addSales(), editSales(), deleteSales(), updateSales(), saveSales(), searchSales()
- Stock Methods : addStock(), editStock(), deleteStock(), updateStock(), saveStock(), searchStock()
- Inventory Methods : addInventory(), editInventory(), deleteInventory(), updateInventory(), saveInventory(), searchInventory()
Class Diagram of Shop Management System :
Class Diagram Image: