Banking Management System Project in VB6.0 – We have develop the Banking Management System that it can be integrated easily with any of it’s larger software by making none or minor changes or, if required, it can be implemented as a stand alone software. The software records details pertaining to the Customer who stayed in Bank, total available balance , which is withdrawal by the customer and the deposit by the customer.
The Banking management system is a multi-user system. It has been developed in a way to allow the user to perform the functions smoothly and with proper veracity. The System is developed in Microsoft Visual Basic 6.0 and Microsoft Access. The system maintain the data of the customer and it’s transaction detail with date with timing.
Existing system of Banking:
In an existing system, user should go to the BANK and ask for the open new account and withdrawn of the money and the deposit of money and get at the same time facality. So customer should spend time for the bank transaction. It is main drawback of the existing system. All the entry fills up by the operator of the Bank.so user can not see all details of the transaction. Customer can not see the other other transaction and the money details.
Cust_master
Cust_id | number |
Acc_no | Text |
Name | Text |
Address | Text |
City | Text |
Pincode | Text |
State | Text |
Bdate | Text |
Cno | Text |
Acc_type | Text |
Open_date | Date/Time |
open_amount | Text |
Current_amount | Text |
Remark | Text |
Table Use:
This table is used to store the data about the Customer information.
Withdrawn Table
Table Use:
This table is used to store the data about the withdrawn transaction detail of the customer.
Deposit
Table Use:
This table is used to store the data about the deposit transaction detail of the costumer.
Bank Profile
Fields | Type |
bank_name | text |
branch_no | text |
Address | Text |
City | Text |
Pincode | Text |
co_no | Text |
State | Text |
Country | Text |
min_balance | Text |
Table Use:
This table is used to store the data about the Bank profile.
userprofile
Fields | Type |
Uname | text |
Pwd | text |
Fullname | Text |
Address | Text |
Contact | Text |
Text | |
Brithdate | Date/time |
Table Use:
This table is used to store the data about the User information.
Project Profile
- Project Title: Banking Management System.
- Hardware used: Pentium IV 1.9 GHz, 128 MB RAM, Hard disk. 40 GB
- Operating System: Windows XP. OR Windows 98
- Front End: Visual Basic 6.0
- Back End: Microsoft Access
- Document tool: M.S.Word
- Report Designer: Data Report (VB 6.0)