-
-
Notifications
You must be signed in to change notification settings - Fork 42
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
Add Inventory - Previous Values Populated #109
Comments
Yep this is a “feature” for entering lots of parts and not having to re-enter similar values. I think what I should do is remove this and add a bulk entry tool which has that specific behaviour |
Thanks Mike, I did wonder if it was a time saving feature, but it doesn't seem to work in a logical way (that I can detect anyway). It seems to stick with a particular value and not just the last entered one. |
…lly) and fixes a few bugs with the old behavior
I've fixed the implementation after seeing the buggy behavior you mentioned. Now you can choose if you want this behavior via a checkbox, and the behavior should be as expected. Will appear in release v2.2.6 |
Sounds great! Auto-complete will definitely be useful in some scenarios and the ability to disable when not needed is ideal. Thanks Mike! |
…lly) and fixes a few bugs with the old behavior
When adding new inventory item some fields 'remember' a previous value (not necessarily the last one used). On my test system, the following fields are populated:
Quantity, Part Type, Mounting Type, Low Stock, Location, Bin Number 2
Not sure if this is a browser cache issue perhaps? Preferably these fields would be empty when adding a new Inventory record.
The text was updated successfully, but these errors were encountered: