- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
Garment Inventory System Class Diagram describes the structure of a Garment Inventory System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Garment Inventory System are Brands, Inventory, Stocks, Garments, Sales, Customers.
Classes of Garment Inventory 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
- Garments Class : Manage all the operations of Garments
- Sales Class : Manage all the operations of Sales
- Customers Class : Manage all the operations of Customers
Classes and their attributes of Garment Inventory 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
- 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
- Customers Attributes : customer_id, customer_name, customer_mobile, customer_email, customer_username, customer_password, customer_address
Classes and their methods of Garment Inventory 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()
- Garments Methods : addGarments(), editGarments(), deleteGarments(), updateGarments(), saveGarments(), searchGarments()
- Sales Methods : addSales(), editSales(), deleteSales(), updateSales(), saveSales(), searchSales()
- Customers Methods : addCustomers(), editCustomers(), deleteCustomers(), updateCustomers(), saveCustomers(), searchCustomers()
Class Diagram of Garment Inventory System :
Class Diagram Image: