Book Store Management System Project using PHP CodeIgniter 3 Free Source Code
Introduction
This project is entitled Book Store Management System. It is a CodeIgniter Project application that aims to provide an automated online platform for bookstores to manage their sales transactions and records. It has a simple and pleasant user interface using Bootstrap Framework. It consists of user-friendly features and functionalities.
What is CodeIgniter?
CodeIgniter is a web development framework for creating dynamic websites or web apps. This framework makes use of PHP. It is a lightweight PHP framework that is incredibly powerful and has a number of modules that are very useful when creating a web application from scratch.
Technologies
Here is the list of the technologies used for developing this Book Store Management System:
- PHP
- CodeIgniter 3 Framework
- MySQL Database
- HTML
- CSS
- JavaScript
- jQuery
- Bootstrap
- DataTables
Features and Functionalities
This Book Store Management System is consist of the following features and functionalities:
Admin
- Login and Registration
- Dashboard Page
- Category Management (CRUD)
- Book Management (CRUD)
- Create Sales Transaction
- Cart List
- Manage/Update Cart List
- Print Receipt
- List All Transaction History
- User Management (CRUD)
- Logout
Cashier
- Login and Registration
- Dashboard Page
- Create Sales Transaction
- Cart List
- Manage/Update Cart List
- Print Receipt
- Logout
How does the Book Store Management System work?
The Book Store Management System in CodeIgniter Project is only accessible to the store's management. It contains 2 types of user roles which are the Administrators and the Cashiers. The admin users have permission to access and manage all the data on the system including the list of the book categories, books, and users. The cashier users are only allowed to create transactions with the customer. This application also generates a printable sales transaction receipt.
Snapshots
Here are some snapshots of the pages that can be found in this Book Store Management System
Login Page
Admin Dashboard Page
Book List Page
Sales Transaction
The Book Store Management System in CodeIgniter Project source codes is free to download on this website. Feel free to download and modify the project the way you desire to meet your requirement. Follow the instructions below to run this CodeIgniter project.
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
- Open your XAMPP Control Panel and start Apache and MySQL.
- Extract the downloaded source code zip file.
- Copy the extracted source code folder and paste it into the XAMPP's "htdocs" directory.
- Browse the PHPMyAdmin in a browser. i.e. http://localhost/phpmyadmin
- Create a new database named ci_bsms_db.
- Import the provided SQL file. The file is known as ci_bsms_db.sql located inside the database folder.
- Browse the Book Store Management System in a browser. i.e. http://localhost/bsms_ci/.
Admin Access
Username: admin
Password admin#123
DEMO VIDEO
That's it! I hope this Book Store Management System in PHP and CodeIgniter Framework project helps you with what you are looking for and that you'll find something useful for your current or future PHP Projects.
Explore more on this website for more Tutorials and Free Source Codes.
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
- Add new comment
- 18739 views