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

Closed
opened 2025-12-29 16:26:50 +01:00 by adam · 4 comments
Owner

Originally created by @cimnine on GitHub (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

Originally created by @cimnine on GitHub (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
adam added the type: feature label 2025-12-29 16:26:50 +01:00
adam closed this issue 2025-12-29 16:26:50 +01:00
Author
Owner

@jeremystretch commented on GitHub (May 2, 2017):

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 commented on GitHub (May 2, 2017): 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.
Author
Owner

@minglematt commented on GitHub (Jun 14, 2017):

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

@minglematt commented on GitHub (Jun 14, 2017): Will this be configurable per item? I thought it would be nice to track spare line cards in the inventory of the device.
Author
Owner

@jeremystretch commented on GitHub (Jun 23, 2017):

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

@jeremystretch commented on GitHub (Jun 23, 2017): Added `asset_tag` and `description` fields to the InventoryItem model in 5940feb
Author
Owner

@alexjhart commented on GitHub (Jul 11, 2017):

Does 5940feb64b actually solve https://github.com/digitalocean/netbox/issues/1120 (custom fields)?

@alexjhart commented on GitHub (Jul 11, 2017): Does https://github.com/digitalocean/netbox/commit/5940feb64b3c3a72f6b72bcdba26023493c1fd41 actually solve https://github.com/digitalocean/netbox/issues/1120 (custom fields)?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#902