X C Boys Bank - Merged

Download as pdf or txt
Download as pdf or txt
You are on page 1of 19

Bank Management System

INDEX
Sl.No. Contents Page.No.

1 Introduction 1

2 Structure of Table 2

3 Screenshot of Tables 5

4 Relation between tables 8

5 Screenshot of Queries 9

6 Screenshot of Forms 12

7 Screenshot of Reports 15

8 Bibliography 18
BANK MANAGEMENT SYSTEM

INTRODUCTION

The Bank Account Management System is an application for maintaining a

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

time and therefore increase the efficiency of the system.

1
BANK MANAGEMENT SYSTEM

STRUCTURE OF TABLE

Table: Customer

Field Name Field Type Length

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

Field Name Field Type Length

Customer_ID INTEGER 10

Account_No NUMBER 50

Balance DECIMAL 50

Account_Type TEXT 50

3
BANK MANAGEMENT SYSTEM

Table: Transaction

Field Name Field Type Length

Trans_Id INTEGER 10

Trans_Type TEXT 50

Date DATA 50

Account No. NUMBER 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

RELATION BETWEEN TABLES

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:

A Textbook Information Technology (Code - 402) for Class 10 – Goyal

Brothers Prakashan

18

You might also like