kiwicommerce/module-inventory-log

This package is abandoned and no longer maintained. No replacement package was suggested.

Magento 2 - Inventory Log

Installs: 30 237

Dependents: 0

Suggesters: 0

Security: 0

Stars: 30

Watchers: 5

Forks: 7

Open Issues: 2

Type:magento2-module

1.0.2 2018-06-20 07:09 UTC

This package is auto-updated.

Last update: 2020-11-22 19:27:14 UTC


README

Magento 2 - Inventory Log by KiwiCommerce

Overview

  • 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

  1. 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.
  2. 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

Find More details on KiwiCommerce

Features

Navigate to Products > Catalog

Navigate to Product > Catalog and Click on edit link of the product

68747470733a2f2f6b697769636f6d6d657263652e636f2e756b2f77702d636f6e74656e742f75706c6f6164732f323031382f30352f50726f647563742d566965772d4f726967696e616c2e706e67

Product Inventory log grid

Click on Inventory log link and you shall have respective product inventory log grid.

68747470733a2f2f6b697769636f6d6d657263652e636f2e756b2f77702d636f6e74656e742f75706c6f6164732f323031382f30352f496e76656e746f72792d477269642d4f726967696e616c2e706e67

Configuration

You need to follow this path. Stores > Configuration > KIWICOMMERCE EXTENSIONS > Inventory Log

68747470733a2f2f6b697769636f6d6d657263652e636f2e756b2f77702d636f6e74656e742f75706c6f6164732f323031382f30352f53746f72652d436f6e6669672d4f726967696e616c2e706e67

Constraints

  • Database user must have to get the create trigger permission in order to use this extension.
  • After enabling disabled extension using the command, admin/user will have to enable the extension again from the store configuration

Contribution

Well unfortunately there is no formal way to contribute, we would encourage you to feel free and contribute by:

  • Creating bug reports, issues or feature requests on Github
  • Submitting pull requests for improvements.

We love answering questions or doubts simply ask us in issue section. We're looking forward to hearing from you!