{"id":33973756,"url":"https://github.com/kiwicommerce/magento2-inventory-log","last_synced_at":"2026-04-09T03:31:58.314Z","repository":{"id":57007187,"uuid":"135569992","full_name":"kiwicommerce/magento2-inventory-log","owner":"kiwicommerce","description":"Magento 2 - Inventory Log by KiwiCommerce","archived":false,"fork":false,"pushed_at":"2025-10-30T12:04:43.000Z","size":65,"stargazers_count":37,"open_issues_count":2,"forks_count":25,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-12-14T13:56:30.131Z","etag":null,"topics":["catalog","inventory","log","magento2","magento2-extension","magento2-module"],"latest_commit_sha":null,"homepage":"https://kiwicommerce.co.uk/product/inventory-log/","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kiwicommerce.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-05-31T10:38:25.000Z","updated_at":"2025-10-30T12:04:58.000Z","dependencies_parsed_at":"2022-08-21T12:40:34.891Z","dependency_job_id":null,"html_url":"https://github.com/kiwicommerce/magento2-inventory-log","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/kiwicommerce/magento2-inventory-log","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kiwicommerce%2Fmagento2-inventory-log","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kiwicommerce%2Fmagento2-inventory-log/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kiwicommerce%2Fmagento2-inventory-log/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kiwicommerce%2Fmagento2-inventory-log/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kiwicommerce","download_url":"https://codeload.github.com/kiwicommerce/magento2-inventory-log/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kiwicommerce%2Fmagento2-inventory-log/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31584569,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"online","status_checked_at":"2026-04-09T02:00:06.848Z","response_time":112,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["catalog","inventory","log","magento2","magento2-extension","magento2-module"],"created_at":"2025-12-13T01:21:15.713Z","updated_at":"2026-04-09T03:31:58.309Z","avatar_url":"https://github.com/kiwicommerce.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"  ## Magento 2 - Inventory Log by KiwiCommerce\n\n  ### Overview\n  - Keep the log of product inventory for every single transaction. Ex. Product import, Order placed, Insert/Update operation through queries and lot more.\n  - Admin knows when and why the inventory changed.\n  - This extension keeps a log of inventory when\n    - Order placed from frontend, admin and API\n    - Product import\n    - Manually product inventory change by admin\n    - Directly inventory insert update in a database\n    - Product created using API\n    - Credit Memo generation\n    - Order fail and Cancel\n\n\n  ## Installation\n  1. Download the latest the admin activity extension from [here](https://kiwicommerce.co.uk/product/inventory-log/)\n  2. Download the module package and extract it.\n  3. Copy the extracted files to `app/code/KiwiCommerce/KiwiCommerce_InventoryLog`.\n    \n  - After install the extension, run the following command \u003cbr/\u003e\n            `php bin/magento setup:upgrade`\u003cbr /\u003e\n            `php bin/magento setup:di:compile`\u003cbr /\u003e\n            `php bin/magento setup:static-content:deploy`\u003cbr /\u003e\n            `php bin/magento cache:flush`\n            \n  Find More details on \u003ca href=\"https://kiwicommerce.co.uk/product/inventory-log/\" target=\"_blank\"\u003eKiwiCommerce\u003c/a\u003e\n\n  ## Features\n\n  ### Navigate to Products \u003e Catalog\n\n  Navigate to Product \u003e Catalog and Click on edit link of the product\n\n  \u003cimg src=\"https://kiwicommerce.co.uk/wp-content/uploads/2018/05/Product-View-Original.png\"/\u003e\u003cbr/\u003e\n\n  ### Product Inventory log grid\n  Click on *Inventory log* link and you shall have respective product inventory log grid.\n\n  \u003cimg src=\"https://kiwicommerce.co.uk/wp-content/uploads/2018/05/Inventory-Grid-Original.png\"/\u003e\u003cbr/\u003e\n\n\n  ### Configuration\n\n  You need to follow this path. Stores \u003e Configuration \u003e KIWICOMMERCE EXTENSIONS \u003e Inventory Log\n\n  \u003cimg src=\"https://kiwicommerce.co.uk/wp-content/uploads/2018/05/Store-Config-Original.png\"/\u003e \u003cbr/\u003e\n\n ### Compatibility\n  -Magento 2.4.6\n  -Magento 2.4.7\n\n  ## Constraints\n  - Database user must have to get the create trigger permission in order to use this extension.\n  - After enabling disabled extension using the command, admin/user will have to enable the extension again from the store configuration\n\n  ## Contribution\n  Well unfortunately there is no formal way to contribute, we would encourage you to feel free and contribute by:\n  \n    - Creating bug reports, issues or feature requests on \u003ca target=\"_blank\" href=\"https://github.com/kiwicommerce/magento2-inventory-log/issues\"\u003eGithub\u003c/a\u003e\n    - Submitting pull requests for improvements.\n      \n  We love answering questions or doubts simply ask us in issue section. We're looking forward to hearing from you!\n  \n    - Follow us \u003ca href=\"https://twitter.com/KiwiCommerce\"\u003e@KiwiCommerce\u003c/a\u003e\n    - \u003ca href=\"mailto:support@kiwicommerce.co.uk\"\u003eEmail Us\u003c/a\u003e\n    - Have a look at our \u003ca href=\"https://kiwicommerce.co.uk/docs/inventory-log/\"\u003edocumentation\u003c/a\u003e \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkiwicommerce%2Fmagento2-inventory-log","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkiwicommerce%2Fmagento2-inventory-log","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkiwicommerce%2Fmagento2-inventory-log/lists"}