- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
Jwellary Shoping System Class Diagram describes the structure of a Jwellary Shoping System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Jwellary Shoping System are Customer, Supplier, Purchase, Sale, Gross, Stock.
Classes of Jwellary Shoping System Class Diagram:
- Customer Class : Manage all the operations of Customer
- Supplier Class : Manage all the operations of Supplier
- Purchase Class : Manage all the operations of Purchase
- Sale Class : Manage all the operations of Sale
- Gross Class : Manage all the operations of Gross
- Stock Class : Manage all the operations of Stock
Classes and their attributes of Jwellary Shoping System Class Diagram:
- Customer Attributes : customer_id, customer_name, customer_mobile, customer_email, customer_username, customer_password, customer_address
- Supplier Attributes : supplier_id, supplier_name, supplier_mobile, supplier_email, supplier_username, supplier_password, supplier_address
- Purchase Attributes : purchase_id, purchase_customer_id, purchase_amount, purchase_type, purchase_total, purchase_recepit, purchase_bill, purchase_description
- Sale Attributes : sales_id, sales_customer_id, sales_amount, sales_type, sales_description
- Gross Attributes : gross_id, gross_title, gross_name, gross_type, gross_description
- Stock Attributes : stock_id, stock_items, stock_number, stock_type, stock_description
Classes and their methods of Jwellary Shoping System Class Diagram:
- Customer Methods : addCustomer(), editCustomer(), deleteCustomer(), updateCustomer(), saveCustomer(), searchCustomer()
- Supplier Methods : addSupplier(), editSupplier(), deleteSupplier(), updateSupplier(), saveSupplier(), searchSupplier()
- Purchase Methods : addPurchase(), editPurchase(), deletePurchase(), updatePurchase(), savePurchase(), searchPurchase()
- Sale Methods : addSale(), editSale(), deleteSale(), updateSale(), saveSale(), searchSale()
- Gross Methods : addGross(), editGross(), deleteGross(), updateGross(), saveGross(), searchGross()
- Stock Methods : addStock(), editStock(), deleteStock(), updateStock(), saveStock(), searchStock()
Class Diagram of Jwellary Shoping System :
Class Diagram Image: