-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Ability to move inventory items between different devices #2233
Comments
Just wanted to request exactly that feature! |
This needs much more detail to be actionable. Please describe the workflow and any other changes being proposed. |
For example: the server has RAID-cards and HDD / SSD. |
It is one thing to allow inventory items to be transferred from one device to another (which would be something nice to have) and a completely separate thing to have a history log of all the moves. I would see the latter as part of the upcoming change logging feature slated for 2.4. |
Scenario 1: Allow Inventory items to be entered without being assigned to a specific device, with the option to edit the assigned device. Since inventory items are currently stored in a separate table, I wouldn't imagine the back end would need much modification. If an inventory item requires an assigned device, the user could create an "Inventory Storage" device to hold items that are not technically assigned to a device at the time. |
As mmahacek said, I would like to add both Scenario 1 and Scenario 2 to the Inventory Items. This implementation will be the catalyst in ingratiating Netbox in our datacenter. Without a way to track the location of inventory and place it into hold or a "warehouse" status in netbox; and/or move it into another device, it has been turned down every time by our team. |
This is going to be a hard "no," as it would cross the line into the realm of general inventory management. Our stance has always been that if the item isn't installed in a device, it shouldn't exist in NetBox.
I'm going to mark this FR as accepted with the caveat that this is the limitation of its scope: Reassigning an existing InventoryItem from one device to another via the web UI. |
Closes #2233: Ability to move inventory items between devices
Issue type
[X] Feature request
[ ] Bug report
[ ] Documentation
Environment
Python version: 3.5.2
NetBox version: 2.3.5
Description
Create the ability to move inventory items between different devices.
The text was updated successfully, but these errors were encountered: