inventory.php

An app to manage your inventory

This project is maintained by milosnowcat

inventory.php

Overview

Inventory.php is a straightforward inventory management application designed to help you organize and track your inventory. This simple PHP-based system allows you to manage products and users efficiently. Follow the instructions below to set up and start using the app.

Instructions

Installation

  1. Download:
    • Download the application from here.
  2. Database Setup:
    • Upload the provided SQL file to your database.
  3. Database Connection:
    • Create a database connection file named conn.php.
    • Edit conn.php and set your database connection details:

      <?php
      $dbHost = "";
      $dbUser = "";
      $dbPass = "";
      $dbName = "";
      ?>
      
    • Save the file.
  4. User Creation:
    • In your database, create user accounts using the INSERT statement.
  5. SuperUser Configuration:
    • Edit the superuser.php file.
    • Set your SuperUser ID:

      <?php
      $superuser = "";
      ?>
      
    • Save the file.
  6. Host Upload:
    • Upload all PHP files to your hosting server.

Usage

  1. Your application is now ready to use.

Database Update

Support

For any assistance or queries, contact me at ramiro.alvarez@rahcode.com.

Thank you for choosing Inventory.php for your inventory management needs!