定制 kiwicommerce/module-inventory-log 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

kiwicommerce/module-inventory-log

最新稳定版本:1.0.2

Composer 安装命令:

composer require kiwicommerce/module-inventory-log

包简介

Magento 2 - Inventory Log

README 文档

README

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. Download the latest the admin activity extension from here
  2. Download the module package and extract it.
  3. Copy the extracted files to app/code/KiwiCommerce/KiwiCommerce_InventoryLog.
  • 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


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 <a target="_blank" href="https://github.com/kiwicommerce/magento2-inventory-log/issues">Github</a>
- 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!

- Follow us <a href="https://twitter.com/KiwiCommerce">@KiwiCommerce</a>
- <a href="mailto:support@kiwicommerce.co.uk">Email Us</a>
- Have a look at our <a href="https://kiwicommerce.co.uk/docs/inventory-log/">documentation</a> 

统计信息

  • 总下载量: 35.16k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 37
  • 点击次数: 2
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 37
  • Watchers: 5
  • Forks: 25
  • 开发语言: PHP

其他信息

  • 授权协议: OSL-3.0
  • 更新时间: 2018-06-09