qlsgroup / magento2-module-noreservations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No Reservations Magento 2 Module

Magento 2.3 introduced MSI which was a complete overhaul of its inventory management system enabling use of multiple source inventories. A new concept introduced in MSI is reservations. When combined with an ERP system which is the source of truth for stock data these reservations can be problematic if the ERP is updating Magento with levels of salable stock rather than physical stock on hand. see this github issue

This module attempts to get around some of these issues by doing the following:

  • Stopping any reservations being persisted to the database.
  • No deductions on Shipping because QLS manages this.

We are basically reverting to a behaviour more like Magento 2.2 where stock qty is also the saleable qty.

Originally make by 8 Wire Digital Copied by QLS

About


Languages

Language:PHP 100.0%