- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
Vegitable Store Management System Class Diagram describes the structure of a Vegitable Store Management System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Vegitable Store Management System are Vegetable, Store, Stock, Category, Payment, Bill.
Classes of Vegitable Store Management System Class Diagram:
- Vegetable Class : Manage all the operations of Vegetable
- Store Class : Manage all the operations of Store
- Stock Class : Manage all the operations of Stock
- Category Class : Manage all the operations of Category
- Payment Class : Manage all the operations of Payment
- Bill Class : Manage all the operations of Bill
Classes and their attributes of Vegitable Store Management System Class Diagram:
- Vegetable Attributes : vegetable_id, vegetable_name, vegetable_type, vegetable_description
- Store Attributes : store_id, store_name, store_type, store_description
- Stock Attributes : stock_id, stock_items, stock_number, stock_type, stock_description
- Category Attributes : category_id, category_item_id, _category_type, category_description
- Payment Attributes : payment_id, payment_customer_id, payment_date, payment_amount, payment_description
- Bill Attributes : bill_id, bill_customer_id, bill_number, bill_type, bill_receipt, bill_description
Classes and their methods of Vegitable Store Management System Class Diagram:
- Vegetable Methods : addVegetable(), editVegetable(), deleteVegetable(), updateVegetable(), saveVegetable(), searchVegetable()
- Store Methods : addStore(), editStore(), deleteStore(), updateStore(), saveStore(), searchStore()
- Stock Methods : addStock(), editStock(), deleteStock(), updateStock(), saveStock(), searchStock()
- Category Methods : addCategory(), editCategory(), deleteCategory(), updateCategory(), saveCategory(), searchCategory()
- Payment Methods : addPayment(), editPayment(), deletePayment(), updatePayment(), savePayment(), searchPayment()
- Bill Methods : addBill(), editBill(), deleteBill(), updateBill(), saveBill(), searchBill()
Class Diagram of Vegitable Store Management System :
Class Diagram Image: