定制 elgentos/magento2-inventory-log 二次开发

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

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

elgentos/magento2-inventory-log

最新稳定版本:1.1.8

Composer 安装命令:

composer require elgentos/magento2-inventory-log

包简介

Magento 2 - Inventory Log

README 文档

README

This extension was originally written by KiwiCommerce but has been archived since November 2020. Since we (at elgentos) feel this extension is the best inventory logger extension available, we decided to adopt it.

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

This extension only works on Magento 2.4.x. Upgrade y'all.

composer require elgentos/magento2-inventory-log
php bin/magento setup:upgrade

Inventory Log per Product

Navigate to Product > Catalog and Click on edit link of the product. Then click 'Inventory Log' under Quantity option. You'll see a graph plotting the 100 most recent stock movements, and a grid showing all stock movements.

image

Inventory Log Grid

A grid with all stock movement can now be found under Reports > (Products) Stock Movement.

image

Stock Movement Graph

From the Inventory Log Grid, you can click on Graph to see the same graph as on the product edit page;

image

Configuration

You need to follow this path. Stores > Configuration > Catalog > Inventory > Stock Options > Inventory Log Enabled.

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

Lots of thanks goes to KiwiCommerce for initially developing this extension. We know open-source maintenance is hard, so we appreciate it!

统计信息

  • 总下载量: 67.45k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 29
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 29
  • Watchers: 1
  • Forks: 25
  • 开发语言: PHP

其他信息

  • 授权协议: OSL-3.0
  • 更新时间: 2021-05-23