X C Boys Bank - Merged
X C Boys Bank - Merged
X C Boys Bank - Merged
INDEX
Sl.No. Contents Page.No.
1 Introduction 1
2 Structure of Table 2
3 Screenshot of Tables 5
5 Screenshot of Queries 9
6 Screenshot of Forms 12
7 Screenshot of Reports 15
8 Bibliography 18
BANK MANAGEMENT SYSTEM
INTRODUCTION
person's account in a bank. In this project I tried to show the working of a banking
account system and cover the basic functionality of a Bank Account Management
System. This project shows the Customer, Transaction and the Account details.
The main aim of this project is to develop software for Bank Account
Management System. This project has been developed to carry out the processes
easily and quickly, which is not possible with the manuals systems. Organization
need to effectively define and manage requirements to ensure they are meeting
needs of the customer. Thus, above features of this project will save transaction
1
BANK MANAGEMENT SYSTEM
STRUCTURE OF TABLE
Table: Customer
Customer_Id INTEGER 10
Name VARCHAR 50
Customer_Type VARCHAR 50
Street VARCHAR 50
City VARCHAR 50
State VARCHAR 50
Zip NUMERIC 10
2
BANK MANAGEMENT SYSTEM
Table: Account
Customer_ID INTEGER 10
Account_No NUMBER 50
Balance DECIMAL 50
Account_Type TEXT 50
3
BANK MANAGEMENT SYSTEM
Table: Transaction
Trans_Id INTEGER 10
Trans_Type TEXT 50
Date DATA 50
4
BANK MANAGEMENT SYSTEM
SCREENSHOT OF TABLES:
Table: Customer
5
BANK MANAGEMENT SYSTEM
Table: Account
6
BANK MANAGEMENT SYSTEM
Table: Transaction
7
BANK MANAGEMENT SYSTEM
8
BANK MANAGEMENT SYSTEM
SCREENSHOT OF QUERIES
Table: Customer
9
BANK MANAGEMENT SYSTEM
Table: Account
10
BANK MANAGEMENT SYSTEM
Table: Transaction
11
BANK MANAGEMENT SYSTEM
SCREENSHOT OF FORMS
Table: Customer
12
BANK MANAGEMENT SYSTEM
Table: Account
13
BANK MANAGEMENT SYSTEM
Table: Transaction
14
BANK MANAGEMENT SYSTEM
SCREENSHOT OF REPORTS
Table: Customer
15
BANK MANAGEMENT SYSTEM
Table: Account
16
BANK MANAGEMENT SYSTEM
Table: Transaction
17
BANK MANAGEMENT SYSTEM
BIBLIOGRAPHY
Websites:
www.apache.org
www.wikipedia.com
https://stackoverflow.com
Books:
Brothers Prakashan
18