-
-
Notifications
You must be signed in to change notification settings - Fork 724
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
Reset absent products in Import page does not work #12933
Comments
Hi @Trementinaire - I did a spike on this and here are the findings:
@RachL - I think this functionality is misleading a bit as the checkbox suggests that it would reset all the products regardless of the suppliers mentioned in the file. Please let me know if I'm missing something here. Thanks. |
Hi @chahmedejaz, I only do it with one supplier. This functionality was working until one and a half month. I see that the products that it does not reset are because there have a negative values in the “on hand” field. May be it can be fixed if this field only accept positive values. |
@mkllnk maybe this is a regression due to the DFC order stock management work? |
The screenshot shows a stock level of Until recently, on demand products always had a stock level of zero. So I guess that the product import didn't reset it. But now we do store the number of sold stock in that field. It's usually not visible. I think that we have to update the product import to set stock levels of on-demand products to zero as well. |
I wonder if that's due to our product refactor work. @Trementinaire, can you supply CSV files that demonstrate the issue? |
I think it's this issue maybe 😅: |
Description
If I import a product list and I mark "Set stock to zero for all exiting products not present in the file"
it does not set to zero the products not present in the file imported
Expected Behavior
set "on hand" to cero
Actual Behaviour
remains last value
Steps to Reproduce
Workaround
Severity
bug-s2
Your Environment
Possible Fix
The text was updated successfully, but these errors were encountered: