- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
Inventory System Class Diagram describes the structure of a Inventory System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Inventory System are Goods, Category, Worker, Warning, Expiry, Manager.
Classes of Inventory System Class Diagram:
- Goods Class : Manage all the operations of Goods
- Category Class : Manage all the operations of Category
- Worker Class : Manage all the operations of Worker
- Warning Class : Manage all the operations of Warning
- Expiry Class : Manage all the operations of Expiry
- Manager Class : Manage all the operations of Manager
Classes and their attributes of Inventory System Class Diagram:
- Goods Attributes : good_id, good_customer_id good_items, good_number, good_type, good_description
- Category Attributes : category_id, category_name, category_type, category_description
- Worker Attributes : worker_id, worker_name, worker_mobile, worker_email, worker_username, worker_password, worker_address
- Warning Attributes : warining_id, warining_title, warining_type, warining_description
- Expiry Attributes : expiry_id, expiry_goods_id, expiry_name, expiry_date, expiry_type, expiry_description
- Manager Attributes : manager_id, manager_name, manager_mobile, manager_email, manager_username, manager_password, manager_address
Classes and their methods of Inventory System Class Diagram:
- Goods Methods : addGoods(), editGoods(), deleteGoods(), updateGoods(), saveGoods(), searchGoods()
- Category Methods : addCategory(), editCategory(), deleteCategory(), updateCategory(), saveCategory(), searchCategory()
- Worker Methods : addWorker(), editWorker(), deleteWorker(), updateWorker(), saveWorker(), searchWorker()
- Warning Methods : addWarning(), editWarning(), deleteWarning(), updateWarning(), saveWarning(), searchWarning()
- Expiry Methods : addExpiry(), editExpiry(), deleteExpiry(), updateExpiry(), saveExpiry(), searchExpiry()
- Manager Methods : addManager(), editManager(), deleteManager(), updateManager(), saveManager(), searchManager()
Class Diagram of Inventory System :
Class Diagram Image: