- Posted By: freeproject
- Comments: 0
- Posted By: freeproject
- Comments: 0
Banking Management System Activity Diagram
This is the Activity UML diagram of Banking Management System which shows the flows between the activity of Balance, Accounts, Customer, Employees, Fixed Deposit. The main activity involved in this UML Activity Diagram of Banking Management System are as follows:
- Balance Activity
- Accounts Activity
- Customer Activity
- Employees Activity
- Fixed Deposit Activity
Features of the Activity UML diagram of Banking Management System
- Admin User can search Balance, view description of a selected Balance, add Balance, update Balance and delete Balance.
- Its shows the activity flow of editing, adding and updating of Accounts
- User will be able to search and generate report of Customer, Employees, Fixed Deposit
- All objects such as ( Balance, Accounts, Fixed Deposit) are interlinked
- Its shows the full description and flow of Balance, Employees, Fixed Deposit, Customer, Accounts

Login Activity Diagram of Banking Management System:
This is the Login Activity Diagram of Banking Management System, which shows the flows of Login Activity, where admin will be able to login using their username and password. After login user can manage all the operations on Customer, Balance, Accounts, Fixed Deposit, Employees. All the pages such as Accounts, Fixed Deposit, Employees are secure and user can access these page after login. The diagram below helps demonstrate how the login page works in a Banking Management System. The various objects in the Fixed Deposit, Customer, Balance, Accounts, and Employees page—interact over the course of the Activity, and user will not be able to access this page without verifying their identity.

- Posted By: freeproject
- Comments: 0
Banking Management System Class Diagram
Banking Management System Class Diagram describes the structure of a Banking Management System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Banking Management System are Customer, Employees, Accounts, Fixed Deposit, Saving Account, Current Account.
Classes of Banking Management System Class Diagram:
- Customer Class : Manage all the operations of Customer
- Employees Class : Manage all the operations of Employees
- Accounts Class : Manage all the operations of Accounts
- Fixed Deposit Class : Manage all the operations of Fixed Deposit
- Saving Account Class : Manage all the operations of Saving Account
- Current Account Class : Manage all the operations of Current Account
Classes and their attributes of Banking Management System Class Diagram:
- Customer Attributes : customer_id, customer_name, customer_mobile, customer_email, customer_username, customer_password, customer_address
- Employees Attributes : employee_id, employee_name, employee_mobile, employee_email, employee_username, employee_password, employee_address
- Accounts Attributes : account_id, account_customer_id, account_number, account_type, account_balance, account_description
- Fixed Deposit Attributes : deposit_id, deposit_customer_id, deposit_amount, deposit_total, deposit_bank, deposit_type, deposit_description
- Saving Account Attributes : saving_account_id, saving_account_customer_id, saving_account_balance, saving_account_number, saving_account_description
- Current Account Attributes : current_account_id, current_account_customer_id, current_account_balance, current_account_number, current_account_description
Classes and their methods of Banking Management System Class Diagram:
- Customer Methods : addCustomer(), editCustomer(), deleteCustomer(), updateCustomer(), saveCustomer(), searchCustomer()
- Employees Methods : addEmployees(), editEmployees(), deleteEmployees(), updateEmployees(), saveEmployees(), searchEmployees()
- Accounts Methods : addAccounts(), editAccounts(), deleteAccounts(), updateAccounts(), saveAccounts(), searchAccounts()
- Fixed Deposit Methods : addFixed Deposit(), editFixed Deposit(), deleteFixed Deposit(), updateFixed Deposit(), saveFixed Deposit(), searchFixed Deposit()
- Saving Account Methods : addSaving Account(), editSaving Account(), deleteSaving Account(), updateSaving Account(), saveSaving Account(), searchSaving Account()
- Current Account Methods : addCurrent Account(), editCurrent Account(), deleteCurrent Account(), updateCurrent Account(), saveCurrent Account(), searchCurrent Account()
Class Diagram of Banking Management System :

- Posted By: freeproject
- Comments: 0
Banking Management System Component Diagram
This is a Component diagram of Banking Management System which shows components, provided and required interfaces, ports, and relationships between the Current Account, Saving Account, Employees, Accounts and Balance. This type of diagrams is used in Component-Based Development (CBD) to describe systems with Service-Oriented Architecture (SOA). Banking Management System UML component diagram, describes the organization and wiring of the physical components in a system.
Components of UML Component Diagram of Banking Management System:
- Current Account Component
- Saving Account Component
- Employees Component
- Accounts Component
- Balance Component
Featues of Banking Management System Component Diagram:
- You can show the models the components of Banking Management System.
- Model the database schema of Banking Management System
- Model the executables of an application of Banking Management System
- Model the system's source code of Banking Management System

- Posted By: freeproject
- Comments: 0
Banking Management System ER Diagram
This ER (Entity Relationship) Diagram represents the model of Banking Management System Entity. The entity-relationship diagram of Banking Management System shows all the visual instrument of database tables and the relations between Employees, Fixed Deposit, Customer, Current Account etc. It used structure data and to define the relationships between structured data groups of Banking Management System functionalities. The main entities of the Banking Management System are Customer, Employees, Accounts, Fixed Deposit, Saving Account and Current Account.
Banking Management System entities and their attributes :
- Customer Entity : Attributes of Customer are customer_id, customer_name, customer_mobile, customer_email, customer_username, customer_password, customer_address
- Employees Entity : Attributes of Employees are employee_id, employee_name, employee_mobile, employee_email, employee_username, employee_password, employee_address
- Accounts Entity : Attributes of Accounts are account_id, account_customer_id, account_number, account_type, account_balance, account_description
- Fixed Deposit Entity : Attributes of Fixed Deposit are deposit_id, deposit_customer_id, deposit_amount, deposit_total, deposit_bank, deposit_type, deposit_description
- Saving Account Entity : Attributes of Saving Account are saving_account_id, saving_account_customer_id, saving_account_balance, saving_account_number, saving_account_description
- Current Account Entity : Attributes of Current Account are current_account_id, current_account_customer_id, current_account_balance, current_account_number, current_account_description
Description of Banking Management System Database :
- The details of Customer is store into the Customer tables respective with all tables
- Each entity (Current Account, Accounts, Saving Account, Employees, Customer) contains primary key and unique keys.
- The entity Accounts, Saving Account has binded with Customer, Employees entities with foreign key
- There is one-to-one and one-to-many relationships available between Saving Account, Fixed Deposit, Current Account, Customer
- All the entities Customer, Saving Account, Accounts, Current Account are normalized and reduce duplicacy of records
- We have implemented indexing on each tables of Banking Management System tables for fast query execution.

- Posted By: freeproject
- Comments: 0
Banking Management System Sequence Diagram
This is the UML sequence diagram of Banking Management System which shows the interaction between the objects of Employees, Balance, Fixed Deposit, Customer, Current Account. The instance of class objects involved in this UML Sequence Diagram of Banking Management System are as follows:
- Employees Object
- Balance Object
- Fixed Deposit Object
- Customer Object
- Current Account Object
Login Sequence Diagram of Banking Management System:
This is the Login Sequence Diagram of Banking Management System, where admin will be able to login in their account using their credentials. After login user can manage all the operations on Fixed Deposit, Employees, Balance, Current Account, Customer. All the pages such as Balance, Current Account, Customer are secure and user can access these page after login. The diagram below helps demonstrate how the login page works in a Banking Management System. The various objects in the Current Account, Fixed Deposit, Employees, Balance, and Customer page—interact over the course of the sequence, and user will not be able to access this page without verifying their identity.

This is the UML sequence diagram of Banking Management System which shows the interaction between the objects of Employees, Balance, Fixed Deposit, Customer, Current Account. The instance of class objects involved in this UML Sequence Diagram of Banking Management System are as follows:
- Employees Object
- Balance Object
- Fixed Deposit Object
- Customer Object
- Current Account Object

- Posted By: freeproject
- Comments: 0
Banking Management System Use Case Diagram
This Use Case Diagram is a graphic depiction of the interactions among the elements of Banking Management System. It represents the methodology used in system analysis to identify, clarify, and organize system requirements of Banking Management System. The main actors of Banking Management System in this Use Case Diagram are: Super Admin, System User, Accountant, Customers, who perform the different type of use cases such as Manage Customer, Manage Employees, Manage Accounts, Manage Fixed Deposit, Manage Saving Account, Manage Current Account, Manage Balance, Manage Users and Full Banking Management System Operations. Major elements of the UML use case diagram of Banking Management System are shown on the picture below.
The relationships between and among the actors and the use cases of Banking Management System:
- Super Admin Entity : Use cases of Super Admin are Manage Customer, Manage Employees, Manage Accounts, Manage Fixed Deposit, Manage Saving Account, Manage Current Account, Manage Balance, Manage Users and Full Banking Management System Operations
- System User Entity : Use cases of System User are Manage Customer, Manage Employees, Manage Accounts, Manage Fixed Deposit, Manage Saving Account, Manage Current Account, Manage Balance
- Accountant Entity : Use cases of Accountant are Manage Customer Deposits, Manage Debit and Credit, Manage Funds
- Customers Entity : Use cases of Customers are Deposit Payment, View Balance, Make Transfer
Use Case Diagram of Banking Management System :
