- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
Stock Management System Class Diagram describes the structure of a Stock Management System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Stock Management System are Stock, Product, Product Quality, Bill, Customer, Store.
Classes of Stock Management System Class Diagram:
- Stock Class : Manage all the operations of Stock
- Product Class : Manage all the operations of Product
- Product Quality Class : Manage all the operations of Product Quality
- Bill Class : Manage all the operations of Bill
- Customer Class : Manage all the operations of Customer
- Store Class : Manage all the operations of Store
Classes and their attributes of Stock Management System Class Diagram:
- 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
- Product Quality Attributes : product_quality_id, product_quality_name, product_quality_type, product_quality_description
- Bill Attributes : bill_id, bill_customer_id, bill_number, bill_type, bill_receipt, bill_description
- Customer Attributes : customer_id, customer_name, customer_mobile, customer_email, customer_username, customer_password, customer_address
- Store Attributes : store_id, store_name, store_type, store_description
Classes and their methods of Stock Management System Class Diagram:
- Stock Methods : addStock(), editStock(), deleteStock(), updateStock(), saveStock(), searchStock()
- Product Methods : addProduct(), editProduct(), deleteProduct(), updateProduct(), saveProduct(), searchProduct()
- Product Quality Methods : addProduct Quality(), editProduct Quality(), deleteProduct Quality(), updateProduct Quality(), saveProduct Quality(), searchProduct Quality()
- Bill Methods : addBill(), editBill(), deleteBill(), updateBill(), saveBill(), searchBill()
- Customer Methods : addCustomer(), editCustomer(), deleteCustomer(), updateCustomer(), saveCustomer(), searchCustomer()
- Store Methods : addStore(), editStore(), deleteStore(), updateStore(), saveStore(), searchStore()
Class Diagram of Stock Management System :
Class Diagram Image: