online bankingppt

29
Online Banking By: Arpita Srivastava (1316310012)

Upload: arpita-srivastava

Post on 22-Jan-2017

51 views

Category:

Technology


0 download

TRANSCRIPT

Page 1: Online bankingppt

Online Banking

By: Arpita Srivastava (1316310012)

Page 2: Online bankingppt

Contents:IntroductionProject

RequirementsProject DesignLimitations Future Work

Page 3: Online bankingppt

Introduction

Online banking, also known as internet banking, e-banking or virtual banking, is an electronic payment system that enables customers of a bank or other financial institution to conduct a range of financial transactions through the financial institution's website.

Continue...

Page 4: Online bankingppt

Introduction This project deals with developing a

Online Banking System. The system is implemented using a 3-tier approach:

• 1st Tier (Presentation Logic): JSP• 2nd Tier (Business Logic): Servlets• 3rd Tier (Database Logic): RDBMS (MySQL)

Users of System: 1. Bank Customers 2. Admin

Continue…

Page 5: Online bankingppt

Introduction Objectives:1. To allow only authorized user to access various

function and processed available in the system.2. Ensures that users can be able to open their

accounts in a convenient manner at a convenient time anytime, anywhere as long as they are connected to the internet.

3. Allow for users to check their transaction and account details conveniently anytime, anywhere.

Continue…

Page 6: Online bankingppt

RequirementsHardware Requirements:

Processor: any Hard Disk: 1 GB minimum RAM: 256MB or more

Page 7: Online bankingppt

RequirementsSoftware Requirements:

Operating System: Windows or Linux or MAC

Front End: HTML, JSP Back End: ServletDatabase: MYSQL Web Server: Tomcat-Apache 8.0 IDE: NetBeans 8.0.2

Page 8: Online bankingppt

Project DesignProject Modules:

1. Bank Customer Module 2. Administrator Module

Continue…

Page 9: Online bankingppt

Project Design1. Bank Customer Modules:

Creating New AccountLoginAmount Deposit, Withdraw and

TransferView PassbookView ProfileUpdate Profile

Continue…

Page 10: Online bankingppt

Project DesignCreating New Account:

Page 11: Online bankingppt

Project DesignCreating New Account:

Page 12: Online bankingppt

Project DesignCreating New Account:If we press enter without filling form, then error occured ,

Page 13: Online bankingppt

Project DesignCreating New Account:If account successfully created, then account no and OTP generated:

Account No

OTP

Page 14: Online bankingppt

Project DesignLogin:

Page 15: Online bankingppt

Project DesignLogin:After successfully login,

Page 16: Online bankingppt

Project DesignDepositing Amount:

Page 17: Online bankingppt

Project DesignDepositing Amount:

If amount is successfully deposited,

Page 18: Online bankingppt

Project DesignDepositing Amount:

If any error occur while depositing amount,

Page 19: Online bankingppt

Project DesignView Passbook:

Page 20: Online bankingppt

Project DesignView Profile:

Page 21: Online bankingppt

Project DesignUpdate Profile:

Page 22: Online bankingppt

Project Design2. Administrator Modules: View all accounts of the Customers. View all deleted accounts of the

Customers. Search for any account.

Page 23: Online bankingppt

Project DesignAdministrator Module:

Page 24: Online bankingppt

Project DesignER Diagram of Online Banking:

Page 25: Online bankingppt

Project DesignUse Case Diagram:

Page 26: Online bankingppt

Project DesignState Chart Diagram:

Page 27: Online bankingppt

Future Work The new modules can be added in the

project in order to make this project complete one. These are:

1. QR Code for the users so that they can scan their account number and user name in order to provide security.

2. Reminders or Message Alerts.

Page 28: Online bankingppt

Limitations1. This project is only for Personal

Banking customers.

2. SSL(Security Socket Layer) is not used.

Page 29: Online bankingppt

Thank

You!!!