Skip to content
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 'purchase date' and 'comment' to Inventory Item #1121

Closed
cimnine opened this issue May 2, 2017 · 4 comments
Closed

Add 'purchase date' and 'comment' to Inventory Item #1121

cimnine opened this issue May 2, 2017 · 4 comments
Labels
type: feature Introduction of new functionality to the application
Milestone

Comments

@cimnine
Copy link
Contributor

cimnine commented May 2, 2017

Issue type: Feature Request

In Netbox, there are Inventory Items on a Device. In our company, we currently track the purchase date for disks and RAM. For some items, we also have an independent asset id, particularly for disks.
Furthermore, we track information that is rather specific to the kind of the inventory item. (Examples are the size of a disk as well as the size and the amount of (the same kind of) RAM sticks). Such information could simply be written to a Comment field, if there was one.

I therefore ask for the following optional fields to be added to the Inventory Item:

  • Purchase Date (DateTime)
  • Asset ID (Char, 50)
  • Comment (Text)

In a separate issue, I also ask for custom fields to be made available on Inventory Items: #1120

@jeremystretch
Copy link
Member

The asset ID and comment fields make sense to me. I think that adding purchasing information extends a bit beyond NetBox's scope. That information should be tracked in an external system along with purchase orders and collated by serial numbers.

@jeremystretch jeremystretch added the type: feature Introduction of new functionality to the application label May 3, 2017
@mlmingle
Copy link

Will this be configurable per item? I thought it would be nice to track spare line cards in the inventory of the device.

@jeremystretch
Copy link
Member

Added asset_tag and description fields to the InventoryItem model in 5940feb

@alexjhart
Copy link
Contributor

Does 5940feb actually solve #1120 (custom fields)?

lampwins pushed a commit to lampwins/netbox that referenced this issue Oct 13, 2017
@lock lock bot locked as resolved and limited conversation to collaborators Jan 18, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: feature Introduction of new functionality to the application
Projects
None yet
Development

No branches or pull requests

4 participants