Bank Management System V.B Synopsis
Bank Management System V.B Synopsis
Bank Management System V.B Synopsis
SYNOPSIS
ON
BANK
MANAGEMENT
SYSTEM
From
……….
1
BANK MANAGEMENT SYSTEM
Submitted By:--
INTRODUCTION
In day-to- day work process of an organization, there are lots of things happening,
which need to be keep tracked. For our ease in future, we do too. Of course there
is lots of way to perform this task. We can either maintain these records manually
or by using computerized system. In current scenario, where we always thing to
increase productivity utilizing our working hours more and more, it’s always
recommended to go for such automated system, which provide me maximum
facility to do the same in a less time and minimum manpower. So I think and
design a commercial project for Bank Management System system.
A computer based management system is designed to handle all the primary
information required to calculate monthly statements of customer account which
include monthly statement of any month. Separate database is maintained to
handle all the details required for the correct statement calculation and generation.
This project intends to introduce more user friendliness in the various activities
such as record updation, maintenance, and searching. The searching of record has
been made quite simple as all the details of the customer can be obtained by
simply keying in the identification or account number of that customer. Similarly,
record maintenance and updation can also be accomplished by using the account
number with all the details being automatically generated. These details are also
being promptly automatically updated in the master file thus keeping the record
absolutely up-to-date.
For processing the data we have chosen Access as back end and Visual Basic as
front end, which can manage database for a very large class of the possible
application.
This project is client-server based application system, to computerize at bank
work. The modules involved currently in this system are: Open Account, Close or
Edit Account, Monthly statement, Bank summary
2
BANK MANAGEMENT SYSTEM
INDEX
Requirement Analysis. 7
Module Description. 9
Data Structure. 12
Table Structure. 13
3
BANK MANAGEMENT SYSTEM
BANK MANAGEMENT
SYSTEM
4
BANK MANAGEMENT SYSTEM
This project includes the entire upgraded feature required for the computerization
banking system. This system is very easy to use, so that any user can use without
getting pre-knowledge about this. Its very much user friendly and meet almost all
daily working process requirements. This system is completely GUI based and can
be use by mouse and as well as keyboard. This system is melded in such a way
that has got all features to upgrade without making much change in existing
components.
5
BANK MANAGEMENT SYSTEM
• Visual Basic.
1. Visual Basic 6.0:- --For this project I have used VISUAL BASIC.
Because it Is a very powerful programming language to develop
sophisticated windows?
Program quickly. It is one of the rapid application tools, as it enables to
develop
Application very easily and quickly.
6
BANK MANAGEMENT SYSTEM
REQUREMENT ANALYSIS
We have spent a week to do the analysis of this system. The analysis phase
include three-sub phase: these are Requirement Analysis, Software Analysis and
Hardware Analysis.
To collect the requirement information about this system we visited few Bank
organization including SBI, CBI, ICICI, IDBI etc. We obseb all the manual
process. How they keep track of the opening account, transaction and also are
bank employee transaction. Seen the format of enquiry and account form. After
reviewing the entire format for the above bank we design the format of enquiry
form bank account any all transaction, so that maximum facility can be provided.
Hope after the release of automated system, user will be able to do work much
faster than what they currently do and also manpower can be better utilized.
7
BANK MANAGEMENT SYSTEM
Security.
After considering all above-mentioned factors we decide to go for following
software specification.
Visual Basic 6.0 (front end).
Microsoft Access (back end database).
8
BANK MANAGEMENT SYSTEM
MODULE DESCRIPTION
To develop software which maintain all the record of day to day -Open
Account, Close or Edit Account, Monthly Statement, Bank summary and
Transaction detail etc. All the record and information is going to be store in
Microsoft Access Database.
Overall description: -
The project consists of four parts mainly
1. Open Account: -
It consists of new bank account form. A consist new enquiry information who
come to the bank for enquiry about new account (saving, current). Then he or she
fill up the new account form according to their account number generated
automatically and also generate cheui no automatically.
3. Monthly Statement: -
It consists of two sided form monthly statement of bank employee
and monthly statement of saving and current account employee.
4. Bank Summary: -
It consists of all information detail of bank employee account
transaction detail summary, recode of all branches and also record of
draft and chewy.
9
BANK MANAGEMENT SYSTEM
Functional Module: -
The whole project divided in to six main modules. They are following:
-
i. Login module.
ii. Account open module.
iii. Edit or close module.
iv. Transaction module.
v. Summary module.
vi. Account statement module.
Main module:-
Statement
Module
Login
Module
Account Summery
open Module
Module
Edit Or close
Module Transaction
Module
10
BANK MANAGEMENT SYSTEM
i. Login Module: -
Login module consists of three forms.
Frmlogin: - Frmlogin is responsible for accepting the login name and password
from the user. This security the system from unauthorized access. A user has
change the password has three times only. If or she inter wrong password thrice,
then it will automatically exit.
FrmMain: - frmmain is the main form of the whole project. Through which we
can access form of project this is a sdi form include other form in these main form
like open Account form, Close and edit Account form, transaction form summery
form statement form.
Login
Module
FrmMain
Frmsphlas
Frmlogin
11
BANK MANAGEMENT SYSTEM
DATA STRUCTURE
Database design including details table structure their relation and the use for
specific modules. The complete listing of table is as follows:
Account.
Account type.
Balance.
Cheque.
Pass.
Temp table.
Transaction table.
DATABASE
Balance. Pass
Cheque.
Pass.
12
BANK MANAGEMENT SYSTEM
TABLE STRUCTURE
Account
Fieldname Field Type Field size Constraint
Actno Number Long int Primary
Name Text 50
Address Text 50
Phone Number Double
Act type Text 20
City Text 50
Date Date/time Medium
date
Chequebook Yes/no
This table is used to maintain open account details. Where employee come
from new account. Which keep all information about employee. Here act no
define primary key.
13
BANK MANAGEMENT SYSTEM
This table is used for which type of account opens a employee, type of account
– saving or current account and also give a account type code.
This table the balance of all type of account, saving or current account.
Cheque table
Field name Field type Field size Constraint
Actno Number Default
No _from Number Default
No _to Number Default
14
BANK MANAGEMENT SYSTEM
This table content all account detail and if you open new account and chose
cheque option so give cheque no of your account.
v. Pass table: -
Pass table
Field name Field type Field size Constraint
Name Text 50
Pswd Text 50
This table show the tamp let of all account information and transaction of per
day of bank.
15
BANK MANAGEMENT SYSTEM
. This table contain all per day transaction of bank and also summarized all
money transaction updating and editing
Send
New
16
BANK MANAGEMENT SYSTEM
Account
Request.
Account
Process
Account Details
17