E Commrce Project
E Commrce Project
E Commrce Project
ABSTRACT:
Markets thrive only with two things:
PROBLEM STATEMENT
DATA REQUIREMENTS:
E-Banking welcomes the customer with a web page
where he can create an account or login page where he
can enter his passcode and username to login.
So the data requirements will be the details of the
person.
The customer need to give his full name, profession,
date of birth, sex, mobile number, email id, address [2],
RELATIONAL TABLES:
CUSTOMER:
ACCOUNT_NO[P.K
]
500011001
500012001
PROFILE:
USER_NAME[P.K]
PASSCODE[P.K]
VIDYA@1996
NIHAR@96
JAI_BHAGAVAN9
JAI_KISSAN10
ACC_NO
NAM
E
5000110 VIDY
01
A
5000120 NIHA
01
R
ADDRE EMAIL
SS
Block-9 [email protected]
om
Block- nihar@gmail.
14
com
MOBIL
E
90034
5
56782
9
IDENITI
TY
29384a
q2
33247p
k9
SETTINGS:
ACC_NO[P.K] USER_NAME
500011001
500012001
VIDYA_HOT
NIHAR_COO
L
PASSCODE1[P
.K]
Jarvis_1996
Iron_man199
7
PASSCODE2
Jarvis_6991
Iron_man799
1
MINI_STATEMENT:
ACC_NO[P.K]
500011001
500012001
TRANSACTIO
N
Amount of
rs:5,00,000/On 12/12/12
DETAILS
Cash payed
from
manipal
branch
Amount of
Cash payed
rs:6,00,000/- from
On
Kasturba
13/12/2015
branch
ACC_TYPE
Savings
savings
ACCOUNTS:
ACC_ID
500011001
DETAILS
Account
opened
BRANCH
Manipal
ACC_TYPE
SAVINGS
500012001
Account was
credited
Kasturba
SAVINGS
SAVINGS:
ACC_ID
500011001
500012001
DETAILS
Account was
credited
Last login time:
Last five
transactions:
Account was
Credited
Last login time:
Last five
transactions:
BALANCE
INR :
75,00,00,456
DETAILS
Account was
credited
Last login time:
Last five
transactions:
Account was
Credited
Last login time:
Last five
transactions:
BALANCE
INR : 5,00,456
INR: 68,00,00,696
DEPOSIT:
ACC_ID
500011001
500012001
INR: 6,00,696
COMMANDS:
1.create table login (username varchar(20), passcode
varchar(20), primary key (username, passcode));
IF CORRECT
PROFILE PAGE:
SETTINGS PAGE:
ACCOUNTS PAGE:
TRANSACTIONS PAGE:
FUTURE WORK:
TO CREATE AN ONLINE WEB APPLICATION [HTML
PAGE] AND ADDING CSS TO IT.
JOIN THE E_BANKING DATA BASE WITH THE ABOVE
MENTIONED HTML PAGES AND CREATE A PRECISE
CONNECTION BETWEEN THOSE TWO BY USING
JDBC AND EXECUTE SQL STATEMENTS THROUGH IT.
UPDATING SOME COMPONENTS OF THE HTML INTO
MORE USER FRIENDLY AND ATTRACTIVE MANNER.