Online Bank Management System in PHP Free Source Code

Language

Introduction

This project is entitled Online Bank Management System. This is a web-based application project developed in PHP and MySQL Database. The main goal of this project is to provide the Bank Management and their Account holders to manage and transact online. The application gives an easy way to account holders to manage or monitor their money on their account without actually being there at the bank. The project has a simple and pleasant user interface with the help of Bootstrap Framework v4. It also consists of user-friendly features and functionalities.

About the Online Bank Management System

I developed this project using the following:

  • XAMPP
  • PHP
  • MySQL Database
  • HTML
  • CSS
  • JavaScript
  • Ajax
  • jQuery
  • Bootstrap
  • Font Awesome

This Online Bank Management System provides an access to the Bank Manager, Bank Teller, and User or Account Holders. The said user roles have different permission, features, and functionalities from each other.

The Bank Manager users are the ones who are in charge of creating the account of the Account Holders and Teller System Credentials. These said features contains create, list, and delete functionalities. This user can also send and notice message to each account holder.

The Bank Teller/Cashier users are the ones who can manage the transactions of the walk-in account holders. They encode the Deposit or Withdraw transactions of their client.

The Account Holders/Users can access the system to monitor, transfer money, list transactions, send feedback, read management notices, etc. The account holders are also required to log in with their account credentials in order to gain access to the Bank Management System's features and functionalities.

Features

Manager Side

  • Home Page
  • List All Account Holders
  • List All Staff System Accounts
  • Add New Staff
  • Delete Staff
  • Add New Account Holder Details
  • Delete Account Holder Details
  • List All Feedbacks
  • Delete Feedback
  • Login and Logout

Teller/Cashier Side

  • Search Account
  • Display Account Holder's Details
  • Withdraw from Account
  • Deposit to Account
  • Login and Logout

Account Holder/User Side

  • Home Page
  • List All Notices
  • List All Transactions/Statements
  • Display Account's Details
  • Transfer Money to other Accounts
  • Check Balance
  • Send Inquiry/Feedback
  • Login and Logout

The source code was developed only for educational purposes only. You can download the source code for free and modify it the way you wanted.

System Snapshots

Login Page

Online Bank Management System

Account List Page

Online Bank Management System

Withdraw / Deposit Page (Teller-Side)

Online Bank Management System

User's Home Page

Online Bank Management System

User's Statement/Transaction List

Online Bank Management System

Fund Transfer (User-Side)

Online Bank Management System

How to Run ??

Requirements

  • Download and Install any local web server such as XAMPP.
  • Download the provided source code zip file. (download button is located below)

System Installation/Setup

  1. Open your XAMPP Control Panel and start Apache and MySQL.
  2. Extract the downloaded source code zip file.
  3. Copy the extracted source code folder and paste it into the XAMPP's "htdocs" directory.
  4. Browse the PHPMyAdmin in a browser. i.e. http://localhost/phpmyadmin
  5. Create a new database naming mybank.
  6. Import the provided SQL file. The file is known as mybank.sql located inside the db folder.
  7. Browse the Online Bank Management System in a browser. i.e. http://localhost/bank/.

Manager Default Access:

Email: [email protected]
Password: manager

Sample Teller/Cashier Access:

Email: [email protected]
Password: cashier

Sample User Access:

Email: [email protected]
Password: some

DEMO VIDEO

That's it. You can now explore the features and functionalities of this Online Bank Management System in PHP. I hope this will help you with what you are looking for and you'll find something useful for your future projects.

Explore more on this website for more Free Source Codes and Tutorials.

Enjoy :)

Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. After downloading it, you will need a program like Winzip to decompress it.

Virus note: All files are scanned once-a-day by SourceCodester.com for viruses, but new viruses come out every day, so no prevention program can catch 100% of them.

FOR YOUR OWN SAFETY, PLEASE:

1. Re-scan downloaded files using your personal virus checker before using it.
2. NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.

Comments

Add new comment