Medical Store Management System in PHP and MySQL with Source code

March 8, 2025

his is a Pharmacy/Medical Store Point of Sale (POS) System. This was developed using PHP and MySQL Database. The system manages the Pharmacy’s Sales transaction with their customers and also manages their medicinal products stocks. The system stores the products along with some details such as the supplier and the product categories. The product categories are dynamically stored in the database which means the category options have a front-end managing feature to allow the system admin manage the list of options. The system also counts the product availability in each category and also generates a printable sales report.

This Medical Store POS System was developed using PHP, MySQL Database, HTML, CSS, Javascript, and Bootstrap for the design. Feel Free to download and modify the source code. Continue Reading to know the project features and installation requirements and instructions.

Features

  • Categories Crud
  • Product/Inventories Crud
  • Sales
  • Bill Print
  • Discounts
  • Reports
  • Admin Login & Profile Update
  • Site Setting dynamic Project Name
  • Login & Sessions

How to Run

Requirements

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

Installation/Setup

  1. Open your XAMPP/WAMP’s Control Panel and start the “Apache” and “MySQL”.
  2. Extract the downloaded source code file.
  3. If you are using XAMPPcopy the extracted source code folder and paste it into the XAMPP’s “htdocs” directory. And If you are using WAMPpaste it into the “www” directory.
  4. Browse the PHPMyAdmin in a browser. i.e. http://localhost/phpmyadmin
  5. Create new database naming “medical”.
  6. Import the provided SQL file. The file is known as “store.sql” extracted along with the source code folder.
  7. Browse the Pharmacy/Medical Store POS System in a browser. i.e. http://localhost/medical/

To configure the database connection, open the “db.php” file inside the “assets folder.

Admin Access

Username: 

Password

That’s it! I hope that this system can help you with what you are looking for.

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.

Comments 0

Leave a Reply

Your email address will not be published. Required fields are marked *