Inventory & Stock Management Module Installation

With Integrated AI Model for Reporting

Step 1: Purchase the Module

To start, purchase the Inventory and Stock Management Module from CodeCanyon. Once purchased, download the project and the license file to your computer.

Step 2: Upload the Module

Upload the project folder to /Modules inside your main project directory using cPanel or any FTP client.

Step 3: Modify the modules_statuses.json File

In the root of your main project, locate the file named modules_statuses.json. Open it and add the following line to enable the module:

"InvetoryMangament": true,

The file should look like this:

{
    "Essentials": true,
    "Accounting": true,
    "AssetManagement": true,
    "Cms": true,
    "Connector": true,
    "Crm": true,
    "Ecommerce": true,
    "FieldForce": true,
    "Manufacturing": true,
    "ProductCatalogue": true,
    "Project": true,
    "Repair": true,
    "Spreadsheet": true,
    "Superadmin": true,
    "Woocommerce": true,
    "Fleet": true,
    "GiftCard": true,
    "Hms": true,
    "AiReport": true,
    "InvetoryMangament": true,
    "InboxReport": true,
    "CustomDashboard": true
}

Step 4: Access the Module Management Page

Go to the modules management page in your dashboard, usually at manage-modules, to find all available modules.

Modules Management Page

Step 5: Install the Module

Find the Inventory Management module in the list and click to begin the process.

Step 6: Enter License Details

Enter the Purchase Code, your Email, and your Phone Number. Click I Agree, Install to proceed.

License Details Form

Step 7: Complete Installation

The system will verify your purchase. Upon successful verification, the module installation will complete.

AI Model Activation

To enable the AI model in the module, you must install the php-ml library.

On cPanel

  1. Access your cPanel and open the terminal.
  2. Navigate to your project directory and run:
    composer require php-ai/php-ml

On Ubuntu/Linux

  1. Open the terminal.
  2. Navigate to your project directory:
    cd /path/to/your/project
  3. Install php-ml:
    composer require php-ai/php-ml

On Windows (Command Prompt)

  1. Open Command Prompt.
  2. Navigate to your project directory:
    cd C:\path\to\your\project
  3. Install php-ml:
    composer require php-ai/php-ml