replaysMike / Binner

Open source parts inventory system for makers, electronics hobby, and professional engineers
https://binner.io
GNU General Public License v3.0
268 stars 41 forks source link

Add Inventory - Previous Values Populated #109

Closed JamesLPearson closed 1 year ago

JamesLPearson commented 1 year ago

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.

replaysMike commented 1 year ago

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

JamesLPearson commented 1 year ago

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.

replaysMike commented 1 year ago

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

JamesLPearson commented 1 year ago

Sounds great! Auto-complete will definitely be useful in some scenarios and the ability to disable when not needed is ideal. Thanks Mike!