- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
Inventory Sales System Class Diagram describes the structure of a Inventory Sales System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Inventory Sales System are Inverntory Item, Sales, Item, stock, Category, Customer.
Classes of Inventory Sales System Class Diagram:
- Inverntory Item Class : Manage all the operations of Inverntory Item
- Sales Class : Manage all the operations of Sales
- Item Class : Manage all the operations of Item
- stock Class : Manage all the operations of stock
- Category Class : Manage all the operations of Category
- Customer Class : Manage all the operations of Customer
Classes and their attributes of Inventory Sales System Class Diagram:
- Inverntory Item Attributes : inventory_id, inventory_items, inventory_number, inventory_type, inventory_description
- Sales Attributes : sales_id, sales_customer_id, sales_amount, sales_type, sales_description
- Item Attributes : item_id, item_stocks, item_number, item_type, item_description
- stock Attributes : stock_id, stock_items, stock_number, stock_type, stock_description
- Category Attributes : category_id, category_name, category_type, category_description
- Customer Attributes : customer_id, customer_name, customer_mobile, customer_email, customer_username, customer_password, customer_address
Classes and their methods of Inventory Sales System Class Diagram:
- Inverntory Item Methods : addInverntory Item(), editInverntory Item(), deleteInverntory Item(), updateInverntory Item(), saveInverntory Item(), searchInverntory Item()
- Sales Methods : addSales(), editSales(), deleteSales(), updateSales(), saveSales(), searchSales()
- Item Methods : addItem(), editItem(), deleteItem(), updateItem(), saveItem(), searchItem()
- stock Methods : addstock(), editstock(), deletestock(), updatestock(), savestock(), searchstock()
- Category Methods : addCategory(), editCategory(), deleteCategory(), updateCategory(), saveCategory(), searchCategory()
- Customer Methods : addCustomer(), editCustomer(), deleteCustomer(), updateCustomer(), saveCustomer(), searchCustomer()
Class Diagram of Inventory Sales System :
Class Diagram Image: