Grocery Sales and Inventory System in PHP MySQL

By CampCodes Administrator

Updated on:

grocery sales and inventory system in php mysql free download

Project: Grocery Sales and Inventory System using PHP and MySQL with Source Code

About Grocery Sales and Inventory System

Groceries Sales and Inventory System is a web application develop in PHP Programming and MySQL database. The system contains an admin to monitor the inventory and check sales updates. The admin can create user but limited access. This project has also receiving, sales, list of the category to avoid losses items and maintain stock. The grocery sales and inventory are friendly user and easy to understand.

Features of the Project

  • Admin Dashboard
  • Inventory
  • Sales
  • Receiving
  • Category List
  • Supplier
  • Customer List
  • Users
  • Reports

Screenshots

grocery sales and inventory system free download

grocery sales and inventory system in php mysql

How To Run??

Above all, to run this project you must have installed a virtual server i.e XAMPP on your PC. Grocery Sales and Inventory System in PHP and MySQL with source code is free to download, Use for educational purposes only!

Follow the following steps after Starting Apache and MySQL in XAMPP:

1st Step: Firstly, Extract the file
2nd Step: After that, Copy the main project folder
3rd Step: So, you need to Paste in xampp/htdocs/

Further, Now Connecting Database

4th Step: So, for now, Open a browser and go to URL “http://localhost/phpmyadmin/”
5th Step: After that, Click on the databases tab
6th Step: So, Create a database naming “bikerental” and then click on the import tab
7th Step: Certainly, Click on browse file and select “bikerental.sql” file which is inside the “db” folder
8th Step: Meanwhile, click on Go button.

READ ALSO:   Barcode Based School Event Attendance Monitoring System in PHP/MySQL Free Download

After Creating Database,

9th Step: Moreover, Open a browser and go to URL “http://localhost/Groceries_Sales_and_Inventory_System

Username: admin / Password: admin123

For instance, have a look at the video below for the project demo.

Download Here
daily sales and inventory management system free download grocery system free download inventory system free download php projects free php projects grocery sales and inventory system grocery sales and inventory system php grocery sales and inventory system php project free download grocery sales and inventory system project grocery sales and inventory system project free download grocery system introduction of sales and inventory system inventory systemm objective of sales and inventory system online inventory system php free projects php free projects download rrl of sales and inventory system sales and inventory management system sales and inventory management system capstone project sales and inventory management system database sales and inventory management system database erd sales and inventory management system download sales and inventory management system download project sales and inventory management system erd sales and inventory management system github sales and inventory management system php source code sales and inventory management system project report sales and inventory management system report sales and inventory management system sourcecodester sales and inventory management system thesis sales and inventory system sales and inventory system database design sales and inventory system db sales and inventory system introduction sales and inventory system objective sales and inventory system php sales and inventory system php project free download sales and inventory system project sales and inventory system project free download sales and inventory system project with source code sales and inventory system rrl

21 thoughts on “Grocery Sales and Inventory System in PHP MySQL”

  1. if wrong password.

    go to admin_class.php line 39.

    change to > $ip = isset($_SERVER[‘HTTP_CLIENT_IP’]) ? $_SERVER[‘HTTP_CLIENT_IP’] : (isset($_SERVER[‘HTTP_X_FORWARDED_FOR’]) ? $_SERVER[‘HTTP_X_FORWARDED_FOR’] : $_SERVER[‘REMOTE_ADDR’]);

    Reply
  2. To those who encounters login error, follow these steps:
    1. Go to admin_class.php
    2. replace line 39 with this code

    $ip = isset($_SERVER[‘HTTP_CLIENT_IP’]) ? $_SERVER[‘HTTP_CLIENT_IP’] : (isset($_SERVER[‘HTTP_X_FORWARDED_FOR’]) ? $_SERVER[‘HTTP_X_FORWARDED_FOR’] : $_SERVER[‘REMOTE_ADDR’]);

    Thanks me later!<3

    Reply
  3. it showing username and password is incorrect, I think this is the code glitch. In database username and password is showing same (username = admin and password = admin123)

    Reply
  4. Hi, this script is really nice and useful and it was working well but after I changed my hosting account, when hit, it is logging into Cashier mode directly without using any login credentials. How can I resolve this issue. Thanks in advance.

    Reply

Leave a Comment