- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
Retail Store Management System Class Diagram describes the structure of a Retail Store Management System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Retail Store Management System are Store, Stock, Product, Retail Price, Bill, Billing Counter.
Classes of Retail Store Management System Class Diagram:
- Store Class : Manage all the operations of Store
- Stock Class : Manage all the operations of Stock
- Product Class : Manage all the operations of Product
- Retail Price Class : Manage all the operations of Retail Price
- Bill Class : Manage all the operations of Bill
- Billing Counter Class : Manage all the operations of Billing Counter
Classes and their attributes of Retail Store Management System Class Diagram:
- Store Attributes : store_id, store_name, store_type, store_description
- Stock Attributes : stock_id, stock_items, stock_number, stock_type, stock_description
- Product Attributes : product_id, product_customer_id product_items, product_number, product_type, product_description
- Retail Price Attributes : price_id, price_name, price_type, price_amount, price_description
- Bill Attributes : bill_id, bill_customer_id, bill_number, bill_type, bill_receipt, bill_description
- Billing Counter Attributes : counter_id, counter_name, counter_type, counter_description
Classes and their methods of Retail Store Management System Class Diagram:
- Store Methods : addStore(), editStore(), deleteStore(), updateStore(), saveStore(), searchStore()
- Stock Methods : addStock(), editStock(), deleteStock(), updateStock(), saveStock(), searchStock()
- Product Methods : addProduct(), editProduct(), deleteProduct(), updateProduct(), saveProduct(), searchProduct()
- Retail Price Methods : addRetail Price(), editRetail Price(), deleteRetail Price(), updateRetail Price(), saveRetail Price(), searchRetail Price()
- Bill Methods : addBill(), editBill(), deleteBill(), updateBill(), saveBill(), searchBill()
- Billing Counter Methods : addBilling Counter(), editBilling Counter(), deleteBilling Counter(), updateBilling Counter(), saveBilling Counter(), searchBilling Counter()
Class Diagram of Retail Store Management System :
Class Diagram Image: