Complete Sales and Inventory System with Credit Management using PHP

By CampCodes Administrator

Updated on:

php sales and inventory system

Project: Complete Sales and Inventory System with Credit Management using PHP

This is an advanced Sales and Inventory System programmed using PHP. The PHP extension used is MySQLi. This system manages the company stocks, sales, and customer credits. The system can also manage multiple branches of the company and the admin can assign a system user to a specific branch and this user can only manage the data only to his/her branch. The administrator of this system can generate the overall report per branch and all branches.

Here’s the list of features on this system:

  • Purchase
  • Stock-in
  • Payment
  • Credit
  • Products
  • History Log
  • Reorder Level
  • Maintenance
    • Category
    • Customer
    • Credit Applicants
    • Product
    • Supplier
  • Reports
    • Inventory Report
    • Sales Report
    • Account Receivables
    • Branch Income
    • Purchase Request

This system is also designed to make it user friendly. We’re using Twitter Bootstrap. You can modify the program as long as you give credit to the original author.

php sales and inventory system
php sales and inventory system

How To Run??

Above all, to run this project you must have installed a virtual server i.e XAMPP on your PC. Complete Online Sales and Inventory System using 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/

READ ALSO:   Online Traffic Offense Management System in PHP Free Source Code

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 “inventory” and then click on the import tab
7th Step: Certainly, Click on browse file and select “inventory.sql” file which is inside the “db” folder
8th Step: Meanwhile, click on Go button.

After Creating Database,

9th Step: Moreover, Open a browser and go to URL

[http://localhost/ahiraand for  admin [http://localhost/ahira/admin]

Account info

User: admin
pass: admin

Admin Account info

User: administrator
pass: admin

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

Download Here

11 thoughts on “Complete Sales and Inventory System with Credit Management using PHP”

  1. Thanks for this interrestiing project. There are two errors which come wich, the first one the login.php doesn’t know branch_id. The second one after correction of branch_id by user_id, I can’t login, the message error : username or password invalid when I use admin for username and admin for password. Thanks a lot for your help!

    Reply

Leave a Comment