Skip to content

Multi Warehouse Inventory

Description

The Multi Warehouse Inventory module enables you to overcome the default Magento limitations concerning its inability to create multiple warehouses and assign products to suppliers. This is the most advanced and flexible inventory management solution on the market - it lets you manage restock operations effectively based on the most relevant information about inventory at each of your warehouses. Monitor all the low-stock products in a special grid. When their quantity reaches a critical minimum level (par level), they are automatically added there.

Compatibility

Multi Warehouse Inventory module is compatible with the following Magento platforms:

Community Edition (Open Source) Enterprise Edition (Commerce) Cloud Edition
2.3.0 - 2.4.* 2.3.0 - 2.4.* 2.3.0 - 2.4.*

Installation

Installing module using zip file

  • Unzip and paste the extension file into your root Magento folder.
  • Connect to your server by SSH.
  • Go to your Magento root folder.
  • To install the extension, perform this command:
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy

Composer installation

If you haven't installed any Aitoc module before, in that case first you will need to add your Aitoc composer repository. Please go through the document to see how you can add composer repository.

To install the module, you will need to run following commands:

composer require aitoc/multi-location-inventory
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy -f
  • To switch the extension on/off, perform these commands:
php bin/magento module:enable Aitoc_MultiLocationInventory
php bin/magento module:disable Aitoc_MultiLocationInventory
  • To update the module, use below command:
composer update aitoc/multi-location-inventory

Managing multiple warehouses

SYSTEM > MULTI-LOCATION INVENTORY BY AITOC

Note

Go to ‘Warehouses’ in the ‘Multi-Location Inventory by Aitoc’ tab to create and manage your warehouses.

Managing multiple warehouses and suppliers

SYSTEM > MULTI-LOCATION INVENTORY BY AITOC > WAREHOUSES

Note

Add a new warehouse by clicking this button. Change parameters of the warehouse by clicking “Edit”.

Creating a warehouse

SYSTEM > MULTI-LOCATION INVENTORY BY AITOC > WAREHOUSES > ADD WAREHOUSE

Note

Set a priority number for your warehouse. Products will be delivered from a warehouse with the highest priority number (0 is the highest), which has the products in stock.

Note

Set ‘default’ status to your warehouse and you will be able to deliver goods from it when all other warehouses run out of stock.

Note

Fill in the information about the location of a warehouse.

Note

Assign your warehouse to one or several specific store view(s).

Note

Assign your warehouse to one or several specific customer group(s).

Creating a supplier

SYSTEM > MULTI-LOCATION INVENTORY BY AITOC > SUPPLIER

Note

Fill in specific information about your supplier.

Note

Enable order notifications to send this supplier emails with order information (product names, quantity, warehouse) when you make a restock request.

Stock management

PRODUCTS > EDIT PRODUCT > WAREHOUSE STOCK SETTINGS

Note

Choose a supplier of the product.

Note

Fill in information about quantity, par level and safety stock of the product in each warehouse.

PRODUCTS

Note

You could take a look at the quantity of specific products in each warehouse in the Product grid.

SYSTEM > MULTI-LOCATION INVENTORY BY AITOC > PAR LEVEL

Note

Order products when their quantity is lower than par level.

Note

The quantity to order is calculated as the difference between current quantity and safety stock.

Note

To make an order from a specific supplier to a particular warehouse, filter out a necessary supplier/warehouse combination. Apply filters to see the selection result in the grid.

Note

Make an order.

Note

Once you made an order, a letter with the information about products, order quantity, names of suppliers is sent to the email of the warehouse.

THANK YOU FOR CHOOSING AITOC EXTENSIONS!