- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
Inventory Management System Class Diagram describes the structure of a Inventory Management System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Inventory Management System are Inventory, Customer, Purchasing, Stock, Payment, Supplier.
Classes of Inventory Management System Class Diagram:
- Inventory Class : Manage all the operations of Inventory
- Customer Class : Manage all the operations of Customer
- Purchasing Class : Manage all the operations of Purchasing
- Stock Class : Manage all the operations of Stock
- Payment Class : Manage all the operations of Payment
- Supplier Class : Manage all the operations of Supplier
Classes and their attributes of Inventory Management System Class Diagram:
- Inventory Attributes : inventory_id, inventory_items, inventory_number, inventory_type, inventory_description
- Customer Attributes : customer_id, customer_name, customer_mobile, customer_email, customer_username, customer_password, customer_address
- Purchasing Attributes : purchase_id, purchase_customer_id, purchase_amount, purchase_type, purchase_total, purchase_recepit, purchase_bill, purchase_description
- Stock Attributes : stock_id, stock_items, stock_number, stock_type, stock_description
- Payment Attributes : payment_id, payment_customer_id, payment_date, payment_amount, payment_description
- Supplier Attributes : supplier_id, supplier_name, supplier_mobile, supplier_email, supplier_username, supplier_password, supplier_address
Classes and their methods of Inventory Management System Class Diagram:
- Inventory Methods : addInventory(), editInventory(), deleteInventory(), updateInventory(), saveInventory(), searchInventory()
- Customer Methods : addCustomer(), editCustomer(), deleteCustomer(), updateCustomer(), saveCustomer(), searchCustomer()
- Purchasing Methods : addPurchasing(), editPurchasing(), deletePurchasing(), updatePurchasing(), savePurchasing(), searchPurchasing()
- Stock Methods : addStock(), editStock(), deleteStock(), updateStock(), saveStock(), searchStock()
- Payment Methods : addPayment(), editPayment(), deletePayment(), updatePayment(), savePayment(), searchPayment()
- Supplier Methods : addSupplier(), editSupplier(), deleteSupplier(), updateSupplier(), saveSupplier(), searchSupplier()
Class Diagram of Inventory Management System :
Class Diagram Image: