You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the problem you are trying to solve with this feature?
I want to create Asset ID Groupings so that certain containers/devices have similar IDs.
For example, I am planning to do something like this:
Category
ID Start
ID End
ID Range
Examples
Large Container
100-000
109-999
10,000
Medium Container
110-000
119-999
10,000
Small Container
120-000
129-999
10,000
Cardboard Box
130-000
139-999
10,000
Other Storage
140-000
149-999
10,000
Large Device
200-000
209-999
10,000
Computer
Small Device
210-000
219-999
10,000
Raspberry Pi, Router
Tool
220-000
229-999
10,000
Hammer, Pliers
Wires
230-000
239-999
10,000
Power, USB.
Electronic Part ((For Inventory Tracking))
300-000
499-999
200,000
Diodes, Caps, Resistor
All Others
600-000
999-999
So if I am entering data for Large Containers, I would like to make them automatically start at 100-000 and increase the number accordingly
What is the solution you are proposing?
Two possible ideas:
When adding a new item, I can set the ID to 100-000, and then when pressing add, the item will get the first available ID greater than that number.
Adding to Location, Tag, (hopefully a container) marker, a category option, that when adding items I can mark the category. Ideally when using "Create and Add another" the selected category stays the same.
What alternatives have you considered?
No response
Additional context
No response
Contributions
I have searched through existing issues and feature requests to see if my idea has already been proposed.
If this feature is accepted, I would be willing to help implement and maintain this feature.
If this feature is accepted, I'm willing to sponsor the development of this feature.
The text was updated successfully, but these errors were encountered:
This is really pretty much out of scope for the project, as it doesn't make much sense to implement. Plus, as someone who has dealt with this kind of thing before at work, it will break at some point when someone realizes they didn't reserve enough space between to areas and what not.
What is the problem you are trying to solve with this feature?
I want to create Asset ID Groupings so that certain containers/devices have similar IDs.
For example, I am planning to do something like this:
So if I am entering data for Large Containers, I would like to make them automatically start at 100-000 and increase the number accordingly
What is the solution you are proposing?
Two possible ideas:
What alternatives have you considered?
No response
Additional context
No response
Contributions
The text was updated successfully, but these errors were encountered: