Perekodan

Sistem Pendaftaran

Post Top Ad


 This Inventory Management System was develop using PHP and MySQL Database. It is a simple system created using HTML, CSS design, JavaScript, Bootstrap, and Ajax. This Inventory management system is all about selling and buying products. It is a simple project that monitors the stock quantity. This system has a pleasant user interface and it is user-friendly. The system generates reports for the list of Items, Sales, Vendor, Customer, and Purchases. Each of these reports can be printed and exported to CSV, Excel, and PDF.

Features:
  • User Registration
  • User Login
  • Item Management
  • Purchases Management
  • Sales Management
  • Customer Management
  • Generates Reports

How to Run

Requirements:

  • Download and Install the latest version of XAMPP.
  • Download and Extract the source code zip file. (download button is located below)

Installation

  1. Open the XAMPP's Control Panel and start the "Apache" and "MySQL".
  2. Copy the extracted folder to XAMPP's "htdocs" directory. (C:\xampp\htdocs)
  3. Open a web browser and browse the PHPMyAdmin. (http://localhost/phpmyadmin)
  4. Create a new database naming "shop_inventory".
  5. Import the SQL file. The SQL file is known as "shop_inventory.sql" and this is located at the "inc/config" directory of the extracted folder.
  6. Open a web browser and browse the web application. (http://localhost/inventory-management-system)

Sample Access

Username: admin
Password: admin

That's it you can now test the Inventory Management System features and functionalities. I hope this project will help you with what you are looking for and also for your future PHP Projects.

VIEW DEMO

Download

Post Top Ad