Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Inventory-log" module with MSI #13

Open
sagonne opened this issue Mar 14, 2022 · 6 comments
Open

"Inventory-log" module with MSI #13

sagonne opened this issue Mar 14, 2022 · 6 comments

Comments

@sagonne
Copy link

sagonne commented Mar 14, 2022

Hello,

We are using Magento 2.4.3-p1 with MSI.
The "Inventory-log" module doesn't seem to work with MSI.
With MSI, there is no link in the product sheet to access the logs.
Has anyone ever used this module with MSI?
Is there a way to use it with MSI?

Thank you in advance for your help.

@sprankhub
Copy link

It's actually not only that it is not displayed on the product edit page. You could theoretically still have a look at Reports > Stock Movement. However, the module currently only adds SQL triggers to cataloginventory_stock_item. MSI doesn't use this table any more. Instead, stock changes are written to inventory_source_item. Therefore, the module would need to be extended. This would probably also mean that kiwicommerce_stock_movement would need to be extended by a new column like source_code to define in which MSI source the qty was actually changed.

@peterjaap, am I missing something, or do you really only use the module with clients that have MSI completely disabled / removed / replaced?

@peterjaap
Copy link

@sprankhub we deliberately don't use MSI on any project, so you are correct; we really only use the module with clients without MSI.

@sprankhub
Copy link

Thanks for your feedback, @peterjaap! Would you accept a PR adding MSI support, though? Not sure if I get to this (depends on the client), but I wanted to check before anyway :)

@peterjaap
Copy link

@sprankhub ofcourse!

@barbarosselimbuyukelci
Copy link

I was looking for something like this extension and was happy to see that it does exactly what I needed but now I'm broken inside to see it's not supporting MSI. Can you guys just add the support please? MSI is a real life-saver for us.

@peterjaap
Copy link

@barbarosselimbuyukelci sorry we don't use MSI at all, so we're not planning on doing that. We'd welcome a PR though!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants