Inventory Management System in PHP, Mysql

Subscribe YouTube For Latest Update Click Here

100 + PHP Projects with Source Code 

Inventory Management System project developed by procedural php, MySQL, bootstrap, and jquery. This application is based on web application and develop with procedural php, MySQL database, jquery, datatables plugins, and bootstrap. This application provides the users to manage brands, category, product, orders, and report. This system provides best inventory managemnet software features. This system can be also used for small business. It is free web based inventory management software.

In brands page, the admin can add, update, and remove the brand’s information. In product section, the admin can add the product information and manage the stock. In order section, the application will manage the stock of the product and generates the total amount of payment to be pay by the client. The application can also generate the orders report on based on the month you select.

 

Features List

  1. View of a total number of brands, categories, product, and orders.
  2. Add, update, and remove brands information.
  3. Add, update, and remove categories information.
  4. Add, update, and remove product details.
  5. Add, update, and remove orders details.
  6. Print orders invoice.
  7. Update orders payment.
  8. Generate the orders report by selecting specific start and end date.
  9. Change Password
  10. Change Username

Users

  1. Admin
    1. Username: admin
    2. password: admin

Change the VAT

To change the vat number, all you have to do is go to the order.js file which is located at [custom/js/order.js] and search for subAmount function. In the line of 555, you will see the VATvariable, change the VAT number that you desired. To change the vat number in the front end of the application, go to orders.php and at the line of 369, you will see the VAT label, change it the number you desire.

 

Brief overview of the technology:

Front end: HTML, CSS, JavaScript

  1. HTML: HTML is used to create and save web document. E.g. Notepad/Notepad++
  2. CSS : (Cascading Style Sheets) Create attractive Layout
  3. Bootstrap : responsive design mobile freindly site
  4. JavaScript: it is a programming language, commonly use with web browsers.

Back end: PHP, MySQL

  1. PHP: Hypertext Preprocessor (PHP) is a technology that allows software developers to create dynamically generated web pages, in HTML, XML, or other document types, as per client request. PHP is open source software.
  2. MySQL: MySql is a database, widely used for accessing querying, updating, and managing data in databases.

Software Requirement(any one)

  • WAMP Server
  • XAMPP Server
  • MAMP Server
  • LAMP Server

Installation Steps

1. Download zip file and Unzip file on your local server.
2. Put this file inside "c:/wamp/www/" .
3. Database Configuration
Open phpmyadmin
Create Database named inventory.
Import database inventory.sql from downloaded folder(inside database)
4. Open Your browser put inside "http://localhost/inventory-management-system/"

Admin Login Details
Login Id: admin
Password: admin

One Comment

  1. hello i want some adjustment in Inventory Management System in PHP, Mysql.
    I want the system to have store creation then one store should have category, brand and their products separate from other stores.

    I want to know how much it will cost and for how long it will take. thank you.

Leave a Reply