- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
Export Order Tracking System Class Diagram describes the structure of a Export Order Tracking System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Export Order Tracking System are Exports, Products, Sales, Payments, Stock, Inventory.
Classes of Export Order Tracking System Class Diagram:
- Exports Class : Manage all the operations of Exports
- Products Class : Manage all the operations of Products
- Sales Class : Manage all the operations of Sales
- Payments Class : Manage all the operations of Payments
- Stock Class : Manage all the operations of Stock
- Inventory Class : Manage all the operations of Inventory
Classes and their attributes of Export Order Tracking System Class Diagram:
- Exports Attributes : export_id, export_name, export_date, export_place, export_type, export_description
- Products Attributes : product_id, product_customer_id product_items, product_number, product_type, product_description
- Sales Attributes : sales_id, sales_customer_id, sales_amount, sales_type, sales_description
- Payments Attributes : payment_id, payment_customer_id, payment_date, payment_amount, payment_description
- Stock Attributes : stock_id, stock_items, stock_number, stock_type, stock_description
- Inventory Attributes : inventory_id, inventory_items, inventory_number, inventory_type, inventory_description
Classes and their methods of Export Order Tracking System Class Diagram:
- Exports Methods : addExports(), editExports(), deleteExports(), updateExports(), saveExports(), searchExports()
- Products Methods : addProducts(), editProducts(), deleteProducts(), updateProducts(), saveProducts(), searchProducts()
- Sales Methods : addSales(), editSales(), deleteSales(), updateSales(), saveSales(), searchSales()
- Payments Methods : addPayments(), editPayments(), deletePayments(), updatePayments(), savePayments(), searchPayments()
- Stock Methods : addStock(), editStock(), deleteStock(), updateStock(), saveStock(), searchStock()
- Inventory Methods : addInventory(), editInventory(), deleteInventory(), updateInventory(), saveInventory(), searchInventory()
Class Diagram of Export Order Tracking System :
Class Diagram Image: