PROJECT REPORT ON BANKING MANAGEMENT SYSTEM
TABLE OFCONTENTS
Abstract of the Project
System Requirements
Product Definition
Feasibility Analysis
Project Plan
System requirements specification
Developing/Operation/MaintenanceEnvironments
External Interface and data Flows
Functional and performance Specifications
Design
Detailed DFDs
Data structure, Database and File Specifications.
Project Legacy
Current status of project
Remaining areas of concern
Technical and managerial lessons learnt
Future recommendations
Source code
Scope of the Project
Bibliography and References
ABSTRACT OF THE PROJECT
As we are beginners and have no practical experience in
thef i e l d o f s o f t w a r e d e v e l o p m e n t .
This is an open source WPF project based on the working of a BANK. My project name is R-
Bank Management System. The bank management system is an application for maintaining a
person's account in a bank .
This project build in VS2010 and SqlServer2008.
In this project I tried to show the working of a bank. Here in my project there are 2 types of
users. One is Admin and other one is Simple user.
To access this project there is an authorization process. If you login as an Admin then you
will be redirected to the Admin Home Page and if you are a simple user you will be
redirected to your Account Home Page.
A simple user can access their account and can deposit/withdraw money from their account.
User can also transfer money from their account to any other bank account. User can see their
transaction report too.
The other user is Admin. This performs the following functions: Create Individual Accounts
Manage existing accounts View daily transactions etc.
I have uploaded Project Source Code and database inside DATA folder.
This project is made in WPF (VS2010) and I used SqlServer 2008 database to handle the
daily transactions, account management and user management. In this project I used typed
dataset. So to run this project just attach the database which is in DATA folder and change
the connection string here. Change Data Source here.
Here login can be by a simple user or by a Admin, these User ID and password
ADMIN Option
This is NewAccount page
I and credit gave an option to admin to debit any account. This is debit account form
Admin can see all transaction happen in bank by using this form
Admin can check balance by selecting account from drop down list by using this
form...
Admin can update detail by selecting account from drop down list by using this form