- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
Auto Spare Parts Management System Class Diagram describes the structure of a Auto Spare Parts Management System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Auto Spare Parts Management System are Purchase, Sales, Reports, Billing, Invoice, Order.
Classes of Auto Spare Parts Management System Class Diagram:
- Purchase Class : Manage all the operations of Purchase
- Sales Class : Manage all the operations of Sales
- Reports Class : Manage all the operations of Reports
- Billing Class : Manage all the operations of Billing
- Invoice Class : Manage all the operations of Invoice
- Order Class : Manage all the operations of Order
Classes and their attributes of Auto Spare Parts Management System Class Diagram:
- Purchase 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
- Reports Attributes : report_id, report_title, report_type, report_description
- Billing Attributes : bill_id, bill_customer_id, bill_number, bill_type, bill_receipt, bill_description
- Invoice Attributes : invoice_id, invoice_customer_id, invoice_type, invoice_number, invoice_description
- Order Attributes : order_id, order_customer_id order_type, order_number, order_description
Classes and their methods of Auto Spare Parts Management System Class Diagram:
- Purchase Methods : addPurchase(), editPurchase(), deletePurchase(), updatePurchase(), savePurchase(), searchPurchase()
- Sales Methods : addSales(), editSales(), deleteSales(), updateSales(), saveSales(), searchSales()
- Reports Methods : addReports(), editReports(), deleteReports(), updateReports(), saveReports(), searchReports()
- Billing Methods : addBilling(), editBilling(), deleteBilling(), updateBilling(), saveBilling(), searchBilling()
- Invoice Methods : addInvoice(), editInvoice(), deleteInvoice(), updateInvoice(), saveInvoice(), searchInvoice()
- Order Methods : addOrder(), editOrder(), deleteOrder(), updateOrder(), saveOrder(), searchOrder()
Class Diagram of Auto Spare Parts Management System :
Class Diagram Image: