The Supplier Management System In PHP is a simple project developed using PHP, JavaScript, Bootstrap, and CSS. The project contains an admin and user(supplier) side. The admin side manages all the management like adding suppliers, checking and deleting supplier information, and so on. The admin has an important role in the management of this system.
About Supplier Management System In PHP
For the user section, the users are the suppliers. The suppliers can add the customers, check customer details, and so on. This project makes a convenient way for the suppliers to keep records of customers.
This Supplier Management System is in PHP, JavaScript, Bootstrap and CSS. Talking about the features of this system, it contains the admin section and the user section. All the editing, updating, managing suppliers, and viewing their details are from the admin section. The design of this system is pretty simple so that the user won’t get any difficulties while working on it.
How To Run Supplier Management System In PHP ?
To run this project, you must have installed a virtual server i.e. XAMPP on your PC (for Windows). This Supplier Management System in PHP with source code is free to download, Use for educational purposes only!
After Starting Apache and MySQL in XAMPP, follow the following steps.
- Extract file
- Copy the main project folder
- Paste in xampp/htdocs/
- Open a browser and go to URL “http://localhost/phpmyadmin/”
- Then, click on the databases tab
- Create a database naming “supplier” and then click on the import tab
- Click on browse file and select “supplier.sql” file which is inside the “supplier” folder
- Click on go.
After Creating Database,
- Open a browser and go to URL “http://localhost/supplier/production”
Note: For admin login details, check README file