- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
Billing And Inventory System Class Diagram describes the structure of a Billing And Inventory System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Billing And Inventory System are Bills, Customer, Transactions, Login, Payment, Transactions History.
Classes of Billing And Inventory System Class Diagram:
- Bills Class : Manage all the operations of Bills
- Customer Class : Manage all the operations of Customer
- Transactions Class : Manage all the operations of Transactions
- Login Class : Manage all the operations of Login
- Payment Class : Manage all the operations of Payment
- Transactions History Class : Manage all the operations of Transactions History
Classes and their attributes of Billing And Inventory System Class Diagram:
- Bills Attributes : bill_id, bill_customer_id, bill_number, bill_type, bill_receipt, bill_description
- Customer Attributes : customer_id, customer_name, customer_mobile, customer_email, customer_username, customer_password, customer_address
- Transactions Attributes : transaction_id, transaction_customer_id, transaction_amount, transaction_bill, transaction_number, transaction_type, transaction_history, transaction_description
- Login Attributes : login_id, login_user_id, login_role_id, login_username, login_password, login_lastlogin
- Payment Attributes : payment_id, payment_customer_id, payment_date, payment_bill, payment_type, payment_description
- Transactions History Attributes : transaction_history_id, transaction_ history_customer_id, transaction_history_amount, transaction_history_bill, transaction_history_number, transaction_history_type, transaction_history_description
Classes and their methods of Billing And Inventory System Class Diagram:
- Bills Methods : addBills(), editBills(), deleteBills(), updateBills(), saveBills(), searchBills()
- Customer Methods : addCustomer(), editCustomer(), deleteCustomer(), updateCustomer(), saveCustomer(), searchCustomer()
- Transactions Methods : addTransactions(), editTransactions(), deleteTransactions(), updateTransactions(), saveTransactions(), searchTransactions()
- Login Methods : addLogin(), editLogin(), deleteLogin(), updateLogin(), saveLogin(), searchLogin()
- Payment Methods : addPayment(), editPayment(), deletePayment(), updatePayment(), savePayment(), searchPayment()
- Transactions History Methods : addTransactions History(), editTransactions History(), deleteTransactions History(), updateTransactions History(), saveTransactions History(), searchTransactions History()
Class Diagram of Billing And Inventory System :
Class Diagram Image: