- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
Sales And Inventory Management System Class Diagram describes the structure of a Sales And Inventory Management System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Sales And Inventory Management System are Inventory, Customer, Purchasing, Sales, Payment, Supplier.
Classes of Sales And 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
- Sales Class : Manage all the operations of Sales
- Payment Class : Manage all the operations of Payment
- Supplier Class : Manage all the operations of Supplier
Classes and their attributes of Sales And 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
- Sales Attributes : sales_id, sales_customer_id, sales_amount, sales_type, sales_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 Sales And 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()
- Sales Methods : addSales(), editSales(), deleteSales(), updateSales(), saveSales(), searchSales()
- Payment Methods : addPayment(), editPayment(), deletePayment(), updatePayment(), savePayment(), searchPayment()
- Supplier Methods : addSupplier(), editSupplier(), deleteSupplier(), updateSupplier(), saveSupplier(), searchSupplier()
Class Diagram of Sales And Inventory Management System :
Class Diagram Image: