Hi guys! I have here a Library Management System with Barcode that was built for Valladolid National High School. This system is simple yet a useful system that I create using PHP/MySQL that uses barcodes for the borrowing books. This system I created may help you with your future projects. Also, for the beginners who really want to learn basic coding in PHP/MySQL. It is a user-friendly kind of this system.
The system contains the ff:
- Member’s record management
- Books record management
- Admin record management
- Filtering book record
- Searching of the book in the table
- Borrowing and Returning books function
- Dynamic settings (Number of allowed books to borrow, Penalty, and Allowable days)
- Print Members Barcode
- Print List of Members
- Print Books Barcode
- Print List of Books
- Borrowed Books Monitoring
- Returned Books Monitoring
- Penalty Information
- Search report using date from and date to
- Generate Reports
How to Run
Requirements:
- Download and Install any local web server such as XAMPP/WAMP.
- Download the provided source code zip file.
Installation/Setup
- Open your XAMPP/WAMP's Control Panel and start the "Apache" and "MySQL".
- Extract the downloaded zip file.
- If you are using XAMPP, copy the extracted source code folder and paste it into the XAMPP's "htdocs" directory. And if you are using WAMP, paste it into the "www" directory.
- Browse the PHPMyAdmin in the browser. i.e. http://localhost/phpmyadmin
- Create a new database naming "lms".
- Import the SQL file provided. The SQL file is known as "lms.sql" inside the "db" folder.
- Browse the Web Application in a browser. i.e.http://localhost/library_system/admin
Admin Access
Username: admin
Password: admin
Demo
I hope this simple system will help you with your projects and also hoping that will learn something with this project.
Thank you.