项目作者: kiwicommerce

项目描述 :
Magento 2 - Inventory Log by KiwiCommerce
高级语言: PHP
项目地址: git://github.com/kiwicommerce/magento2-inventory-log.git
创建时间: 2018-05-31T10:38:25Z
项目社区:https://github.com/kiwicommerce/magento2-inventory-log

开源协议:

下载


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
      1. `cd path_to_the_magento_root_directory`<br />
    • 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

    1. `php bin/magento setup:upgrade`<br />
    2. `php bin/magento setup:di:compile`<br />
    3. `php bin/magento setup:static-content:deploy`<br />
    4. `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


    Product Inventory log grid

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


Configuration

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


Compatibility

-Magento 2.4.6
-Magento 2.4.7

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!