You are on page 1of 6

ABSTRACT

The Traditional way of maintaining details of a user in a bank was to enter the details and record them.
Every time the user needs to perform some transactions he has to go to bank and perform the necessary
actions, which may not be so feasible all the time. It may be a hard-hitting task for the users and the
bankers too. The project gives real life understanding of Online Banking System and activities performed
by various roles in the supply chain. Here, we provide automation for banking system through Internet.
Online Banking System project captures activities performed by different roles in real life banking which
provides enhanced techniques for maintaining the required information up to date, which results in
efficiency. The project gives real life understanding of Online Banking System and activities performed
by various roles in the supply chain.

1. Administrative module

• Administrative module is provided for the sake of administrators to manage the site and update the
content at regular intervals, The major operations included in this module are:

• Manage Customer(Add/Edit/View).

• Manage Account(Add/Edit/View).

• Deposit

• Withdraw

• View Passbook
• View Transaction Reports

• Add/View Insurance

• Change Password.

PURPOSE

• To manage the online banking. It helps to customers to perform transactions from anywhere at any
time. It also helps for keep track of previous transactions.

PURPOSE

• To manage the online banking. It helps to customers to perform transactions from anywhere at any
time. It also helps for keep track of previous transactions.

PROPOSED SYSTEM:

• The Online Banking system is available in the market that can serve customers to done banking from
home.

2. Customer module

• Account Summary
• View Passbook.

• Add Beneficiary

Transfer Funds

• Change Password

[6:46 am, 16/12/2023] Vikas Kumar: SCOPE

• The project has a wide scope, as it is not intended to a particular organization. This project is going to
develop generic software, which can be applied by any businesses organization. More over it provides
facility to its customer. Also the software is going to provide a huge amount of summary data.

[6:47 am, 16/12/2023] Vikas Kumar: SOFTWARE USED

• PYTHON INTERPRETER

• PYCHARM IDE (INTEGRATED DEVELOPMENT ENVIRONMENT)

• DJANGO FRAMEWORK

• NOTEPAD++ OR ANY OTHER TEXT EDITOR

• CHROME OR ANY OTHER BROWSER

[6:47 am, 16/12/2023] Vikas Kumar: FRONTEND (LANGUAGE USED)


• HTML (HYPERTEXT MARKUP LANGUAGE)

• CSS (CASCADING STYLE SHEET)

• The project has a wide scope, as it is not intended to a particular organization. This project is going to
develop generic software, which can be applied by any businesses organization. More over it provides
facility to its customer. Also the software is going to provide a huge amount of summary data.

[6:47 am, 16/12/2023] Vikas Kumar: SOFTWARE USED

• PYTHON INTERPRETER

• PYCHARM IDE (INTEGRATED DEVELOPMENT ENVIRONMENT)

• DJANGO FRAMEWORK

• NOTEPAD++ OR ANY OTHER TEXT EDITOR

• CHROME OR ANY OTHER BROWSER

[6:47 am, 16/12/2023] Vikas Kumar: FRONTEND (LANGUAGE USED)

• HTML (HYPERTEXT MARKUP LANGUAGE)

• CSS (CASCADING STYLE SHEET)

BACKEND
• PYTHON DJANGO

⚫ SQLITE (DATABASE)

SYSTEM DESIGN

Unified Modeling Language:

• UML stands for Unified Modeling Language. It is a third generation method for specifying, visualizing
and documenting the artifacts of an object oriented system under development. Object modeling is the
process by which the logical objects in the real world (problem space) are represented (mapped) by the
actual objects in the program (logical or a mini world). This visual representation of the objects, their
relationships and their structures is for the ease of understanding. This is a step while developing any
product after analysis.

• The Unified Modeling Language encompasses a number of models.

• Use case diagrams

• Class diagrams

⚫ Sequence diagrams

Data Flow Diagram


• ER Diagram

Use Case Diagram:

• Use case diagram consists of use cases and actors and shows the interaction between them. The key
points are:

• The main purpose is to show the interaction between the use cases and the actor.

• To represent the system requirement from user's perspective.

• The use cases are the functions that are to be performed in the module.

• An actor could be the end-user of the system or an external system.

Sequence Diagram:

The purpose of sequence diagram is to show the flow of functionality through a use case. In other
words, we call it a mapping process in terms of data transfers from the actor through the corresponding
objects.

You might also like