Bank Locker Management System using PHP and MySQL
Bank Locker Management System is a web-based application that deals with bank lockers that store the valuables things of bank customers. All details of lockers are saved in the database. Bank Locker Management System project is developed using PHP with MySQLi extension.
Project Requirement
Project Name | Bank Locker Management System Project (Using PHP & MySQLi Extension) |
---|---|
Language Used | PHP5.6, PHP7.x |
Database | MySQL 5.x |
User Interface Design | HTML, AJAX,JQUERY,JAVASCRIPT |
Web Browser | Mozilla, Google Chrome, IE8, OPERA |
Software | XAMPP / Wamp / Mamp/ Lamp (anyone) |
Project Modules
Bank Locker Management System project has three modules i.e. Banker, Sub-banker, and User
User Modules
In this project user is those who have a locker in the bank. With the help of a locker, the number users can see the details of lockers.
Banker Modules
Dashboard: In this section, Banker briefly views the active and inactive assigned lockers.
Sub-Banker: In this section, banker manage the sub-banker(Add/Update/Delete).
Locker-Type: In this section, the banker manage the locker type(Add/Update/Delete).
Assign Locker: In this section, bankers assign the locker to customers or users by providing unique locker numbers and key numbers of lockers through locker numbers users or customers can view the details of their locker.
Reports: In this section, two reports are available.
- B/w Dates Report: Banker can view a number of assigned lockers in particular periods.
- Search Report: Bankers can search locker details by using Locker Number/Key Number.
Pages: In this Section, Admin can manage the content of the about us and contact us pages.
Account Settings:
- Profile: In this section, admin can update his/her profile.
- Change Password: In this section, admin can change his/her own passwords
- Logout: Through this button admin can log out.
Sub-Banker Module
Sub- Banker and Banker features are the same except Sub-Banker creation. Sub-Banker can’t create the Sub-Banker.
Some of the Project Screens
Home Page
Admin Login
Admin Dashboard
Assign Locker Page
How to run the Bank Locker Management System (BLMS) Project
1. Download the zip file
2. Extract the file and copy blms
folder
3.Paste inside root directory(for xampp xampp/htdocs, for wamp wamp/www, for lamp var/www/HTML)
4.Open PHPMyAdmin (http://localhost/phpmyadmin)
5. Create a database with the name blmsdb
6. Import blmsdb.sql
file(given inside the zip package in the SQL file folder)
7. Run the script http://localhost/blms
Credential for Banker/Admin panel :
Username: admin
Password: Test@123
Credential for Sub-banker/Sub-admin panel :
Username: test12
Password: Test@123
Or Register a new Sub-Banker/admin.