- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
Deparment Store Management System Class Diagram describes the structure of a Deparment Store Management System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Deparment Store Management System are Products, Sales, Payments, Discounts, Stock, Inventory.
Classes of Deparment Store Management System Class Diagram:
- Products Class : Manage all the operations of Products
- Sales Class : Manage all the operations of Sales
- Payments Class : Manage all the operations of Payments
- Discounts Class : Manage all the operations of Discounts
- Stock Class : Manage all the operations of Stock
- Inventory Class : Manage all the operations of Inventory
Classes and their attributes of Deparment Store Management System Class Diagram:
- 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
- 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
- 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 Deparment Store Management System Class Diagram:
- Products Methods : addProducts(), editProducts(), deleteProducts(), updateProducts(), saveProducts(), searchProducts()
- Sales Methods : addSales(), editSales(), deleteSales(), updateSales(), saveSales(), searchSales()
- Payments Methods : addPayments(), editPayments(), deletePayments(), updatePayments(), savePayments(), searchPayments()
- Discounts Methods : addDiscounts(), editDiscounts(), deleteDiscounts(), updateDiscounts(), saveDiscounts(), searchDiscounts()
- Stock Methods : addStock(), editStock(), deleteStock(), updateStock(), saveStock(), searchStock()
- Inventory Methods : addInventory(), editInventory(), deleteInventory(), updateInventory(), saveInventory(), searchInventory()
Class Diagram of Deparment Store Management System :
Class Diagram Image: