https://github.com/kiwicommerce/magento2-inventory-log
Magento 2 - Inventory Log by KiwiCommerce
https://github.com/kiwicommerce/magento2-inventory-log
catalog inventory log magento2 magento2-extension magento2-module
Last synced: 2 months ago
JSON representation
Magento 2 - Inventory Log by KiwiCommerce
- Host: GitHub
- URL: https://github.com/kiwicommerce/magento2-inventory-log
- Owner: kiwicommerce
- Created: 2018-05-31T10:38:25.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2025-10-30T12:04:43.000Z (8 months ago)
- Last Synced: 2025-12-14T13:56:30.131Z (6 months ago)
- Topics: catalog, inventory, log, magento2, magento2-extension, magento2-module
- Homepage: https://kiwicommerce.co.uk/product/inventory-log/
- Size: 63.5 KB
- Stars: 37
- Watchers: 5
- Forks: 25
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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. Download the latest the admin activity extension from [here](https://kiwicommerce.co.uk/product/inventory-log/)
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 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!
- Follow us @KiwiCommerce
- Email Us
- Have a look at our documentation