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
It would be highly beneficial if the NetBox-Inventory plugin allowed attaching documents such as quotes, order confirmations, and delivery notes to purchases and deliveries. This feature would centralize relevant documentation, making it easier to track and manage procurement and delivery processes within NetBox.
Thank you for considering this enhancement!
The text was updated successfully, but these errors were encountered:
I would definitely not recommend going down that road because NetBox is very bad at managing documents. When deleting assets or purchases, there's a really high chance that you will accumulate tons of orphaned files on your NetBox server. But there's an elegant way to solve this using Custom Links and your own cloud like ownCloud or nextCloud (or any other cloud, for that matter). Let's take purchases as an example: you go to "Customization > Custom Links" and create a new custom link. Select "NetBox Inventory > Purchase" as "Object types". Create a directory on your cloud server where you'll store documents for a purchase, let's say https://my.example.cloud.com/purchases. Tick the "New window" checkbox in the custom link. Enter "Purchase documents" as "Link text" (this will be the label on the button in your purchase view). Let's say you want to store documents for purchase "12345". Create the directory https://my.example.cloud.com/purchases/12345 in your cloud. Now set "Link URL" in your custom link to
This will replace {{ object.name }} in the URL with the name of the purchase. Save the custom link. From now on, a button "Purchase documents" will show up in your purchases. When you click it, the correct cloud directory with the said purchase's documents will open up in a new browser window. Voilà!
Feature Request:
It would be highly beneficial if the NetBox-Inventory plugin allowed attaching documents such as quotes, order confirmations, and delivery notes to purchases and deliveries. This feature would centralize relevant documentation, making it easier to track and manage procurement and delivery processes within NetBox.
Thank you for considering this enhancement!
The text was updated successfully, but these errors were encountered: