- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
Garment Shop Management System Class Diagram describes the structure of a Garment Shop Management System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Garment Shop Management System are Brands, Inventory, Stocks, Payment, Garments, Sales.
Classes of Garment Shop Management System Class Diagram:
- Brands Class : Manage all the operations of Brands
- Inventory Class : Manage all the operations of Inventory
- Stocks Class : Manage all the operations of Stocks
- Payment Class : Manage all the operations of Payment
- Garments Class : Manage all the operations of Garments
- Sales Class : Manage all the operations of Sales
Classes and their attributes of Garment Shop Management System Class Diagram:
- Brands Attributes : brand_id, brand_name, brand_company, brand_type, brand_description
- Inventory Attributes : inventory_id, inventory_items, inventory_number, inventory_type, inventory_description
- Stocks Attributes : stock_id, stock_items, stock_number, stock_type, stock_description
- Payment Attributes : payment_id, payment_customer_id, payment_date, payment_amount, payment_description
- Garments Attributes : garment_id, garment_brand_id, garment_name, garment_quality, garment_type, garment_description
- Sales Attributes : sales_id, sales_customer_id, sales_amount, sales_type, sales_description
Classes and their methods of Garment Shop Management System Class Diagram:
- Brands Methods : addBrands(), editBrands(), deleteBrands(), updateBrands(), saveBrands(), searchBrands()
- Inventory Methods : addInventory(), editInventory(), deleteInventory(), updateInventory(), saveInventory(), searchInventory()
- Stocks Methods : addStocks(), editStocks(), deleteStocks(), updateStocks(), saveStocks(), searchStocks()
- Payment Methods : addPayment(), editPayment(), deletePayment(), updatePayment(), savePayment(), searchPayment()
- Garments Methods : addGarments(), editGarments(), deleteGarments(), updateGarments(), saveGarments(), searchGarments()
- Sales Methods : addSales(), editSales(), deleteSales(), updateSales(), saveSales(), searchSales()
Class Diagram of Garment Shop Management System :
Class Diagram Image: