Keep the log of product inventory for every single transaction. Ex. Product import, Order placed, Insert/Update operation through queries and lot more.
Admin knows when and why the inventory changed.
This extension keeps a log of inventory when
Order placed from frontend, admin and API
Product import
Manually product inventory change by admin
Directly inventory insert update in a database
Product created using API
Credit Memo generation
Order fail and Cancel
Installation
Composer Installation
Navigate to your Magento root folder cd path_to_the_magento_root_directory
Then run the following command composer require kiwicommerce/module-inventory-log
Make sure that composer finished the installation without errors.
Command Line Installation
Backup your web directory and database.
Download Inventory Log installation package from here.
Upload contents of the Inventory Log installation package to your Magento root directory.
Navigate to your Magento root folder cd path_to_the_magento_root_directory
Then run the following command php bin/magento module:enable KiwiCommerce_InventoryLog
Log out from the backend and log in again.
After install the extension, run the following command php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento setup:static-content:deploy php bin/magento cache:flush