-
-
Notifications
You must be signed in to change notification settings - Fork 491
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
The order of items in inventory adjustment is a bit odd -- try it with a new storage location to see. #4522
Comments
I would like to work on this😄 |
Please do. |
Hello @cielf , Are you referencing the dropdown for items in the image below, which appears when creating a new inventory adjustment for a newly created storage location? If this is not the correct dropdown, could you please provide a screenshot of the part you are referring to? |
Yes, that's it. And only on new storage locations - which is odd -- even if you add a new item, it gets put in the right place on the old storage locations. |
So what needs to be done on this issue? |
I don't know why they aren't -- that's part of the task. |
Yes, need more debugging because when I am testing on staging, it is showing in alphabetical order. |
You added new storagelocation02? If you go all the way to the very end, you'll see that Fantastic Item is at the end, out of order. I think the seed on staging may be adding things in alpha order for some reason (though it doesn't on local? That is very strange) But the new item I added this morning (which will be gone tomorrow) is appearing out of order. (If it's not the day I wrote this, you'll need to add another item as well if you are troubleshooting on staging) |
Got it. I was able to recreate the issue in my local environment following your steps. It looks like the items are not being added in alphabetical order for some reason. I'll investigate further to identify the cause. Thank you for pointing this out. |
Please review this pull request |
Summary
The order of items in inventory adjustment is a bit odd. It might be by order created? Make it alphabetical
Why change
consistency
Details
Recreation -- you can see this clearly on your local (or on staging) by creating a new storage location, then a new inventory adjustment for that location. If you scroll down through the items in the drop down for items, you will see that they are not in alpha order. They should be.
Critera for completion
The text was updated successfully, but these errors were encountered: