- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
Financial Management System Class Diagram describes the structure of a Financial Management System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Financial Management System are Accounts, Ledgers, Taxes, Expenses, Inventory, Stock.
Classes of Financial Management System Class Diagram:
- Accounts Class : Manage all the operations of Accounts
- Ledgers Class : Manage all the operations of Ledgers
- Taxes Class : Manage all the operations of Taxes
- Expenses Class : Manage all the operations of Expenses
- Inventory Class : Manage all the operations of Inventory
- Stock Class : Manage all the operations of Stock
Classes and their attributes of Financial Management System Class Diagram:
- Accounts Attributes : account_id, account_customer_id, account_number, account_type, account_balance, account_description
- Ledgers Attributes : ledgers_id, ledgers_name, ledgers_type, ledgers_description
- Taxes Attributes : taxes_id, taxes_name, taxes_type, taxes_description
- Expenses Attributes : expences_id, expences_customer id, expences_type_id, expences_amount,
- Inventory Attributes : inventory_id, inventory_items, inventory_number, inventory_type, inventory_description
- Stock Attributes : stock_id, stock_items, stock_number, stock_type, stock_description
Classes and their methods of Financial Management System Class Diagram:
- Accounts Methods : addAccounts(), editAccounts(), deleteAccounts(), updateAccounts(), saveAccounts(), searchAccounts()
- Ledgers Methods : addLedgers(), editLedgers(), deleteLedgers(), updateLedgers(), saveLedgers(), searchLedgers()
- Taxes Methods : addTaxes(), editTaxes(), deleteTaxes(), updateTaxes(), saveTaxes(), searchTaxes()
- Expenses Methods : addExpenses(), editExpenses(), deleteExpenses(), updateExpenses(), saveExpenses(), searchExpenses()
- Inventory Methods : addInventory(), editInventory(), deleteInventory(), updateInventory(), saveInventory(), searchInventory()
- Stock Methods : addStock(), editStock(), deleteStock(), updateStock(), saveStock(), searchStock()
Class Diagram of Financial Management System :
Class Diagram Image: