這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Inventory History

描述

By default, WooCommerce does not save any kind of log or history for product stock changes. This means anyone with the edit access on WC products, may manipulate the stock quantities without getting logged somewhere.
WooCommerce Inventory History solves this problem and adds extra functionalities to monitor product stock quantity changes.
This plugin tries to log every stock change caused by customers or admins during order placement, product edit, order edit.
Site admins can view the inventory history of each product, from admin dashboard and filter the logs by event type, order ID or product variation (for variable products).
Each log contains information about the event, including customer or admin user ID, old stock quantity, stock change, new stock quantity, event type, date and order ID.

Trigger Events

  • Product: Created
  • Product: Variation Created
  • Product: Stock Updated
  • Product: Stock Managed
  • Product: Stock Unmanaged
  • Variation: Stock Updated
  • Variation: Stock Managed
  • Variation: Stock Unmanaged
  • Order: Customer Order Placed
  • Order Edit: Item Added
  • Order Edit: Item Removed
  • Order Edit: Item Refunded
  • Order Edit: Items Saved
  • Order Edit: Order Updated (Order Refunded, Refund Removed, etc)
  • Any other stock quantity change, caused by third-party plugins using WooCommerce standard functions

REQUIREMENTS

WooCommerce Inventory History requires PHP version 7.1 or above and WooCommerce version 4.0 or above, to work smoothly.

螢幕截圖

  • Inventory History for a WooCommerce Product

安裝

  1. Upload the plugin files to the /wp-content/plugins/woocommerce-inventory-history directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the \’Plugins\’ screen in WordPress

評價

2022年10月13日
This plugin hasn’t been tested with the latest 3 major releases of WordPress. It's also not compatible with lots of the latest WC and WP /third party plugins. It's a shame cause it works 95% but the rest 5% is important for us.
2022年8月25日
Quite simple plugin, but does exactly what I needed it to do! I would be happy if the plugin was updated to ensure compatibility with newer versions of WordPress and WooCommerce.
2022年8月8日
This is great plugin. The solution that is not available anywhere is in this plugin.
2021年8月31日 1 reply
Very usefull plugin! But its not full compatible with newest WP version. Some features is broken (filter list). And it will be very good if add some features like total history off all product changes. Author seems to be left this project... Please come back!
2021年2月12日
Such a basic function that Woo lacks. Very nice overall. Unfortunately lack of user docs. Worked only under ADMIN user role for me. History is in the product edit page- would be nice as a table per SKU/INV# that you can access on the backend under the WOOCOMMERCE menu stack. [I.E; example UI - https://wordpress.org/plugins/atum-stock-manager-for-woocommerce/ ]
閱讀全部8個評價

貢獻者及開發者

“Inventory History” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

Inventory History 外掛目前已有 1 個本地化語言版本。 感謝所有譯者為這個外掛做出的貢獻。

將 Inventory History 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

0.1.2

Fix: Now order_id is logged correctly for customer orders paid by any third-party gateway

0.1.1

New: Added new filter ‘wcih_bypass_log’ to bypass logging process

0.1.0

Initial release