-
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
Add service expiration date to circuit model #7120
Comments
Pretty sure you need something here, please update and resubmit. A detailed implementation plan would also be nice. |
You also run into the very common issue of determining which two pieces of data to track in order to infer a third. Do you track start and end date to determine the total length, or start date and length to determine the end date? 10/10 on the screenshot though 😄 |
@DanSheps my apologies, newbie here / will rectify asap. @jeremystretch agreed! I/we have been previously tracking this kind of information in excel but are now in the process of documenting everything in NetBox. I would keep both the Start & Expiry dates as static date values but to get the third (days remaining) a lookup of the expiry date minus todays date.
MS Paint is life 😄 |
I would expect this kind of contract management for all devices if possible :-) |
@luhaijiao that would require a separate FR as it's beyond the scope of the proposal here. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. NetBox is governed by a small group of core maintainers which means not all opened issues may receive direct feedback. Please see our contributing guide. |
Not trying to pile into this request, but just throwing out some of my common fields for circuits. COuld be a good discussion for other possible FRs OR just nice for people to take inspiration from for their own custom fields. Circuit Custom Fields I use:
|
NetBox version
v2.11.10
Feature type
Change to existing functionality
Proposed functionality
Circuit Contract Management
The ability to add an expiry date / define contract length of a Circuit (bonus points) = display days to expiry.
Ability to put a notification for renewals - i.e. 90 day Notice Period
Use case
When users of NetBox visit or review a site they will have visibility of the circuit in full i.e. circuits that are nearing end of contract and need renewing or cancelling.
Database changes
New Field 'Expiry Date' - Date Value
Lookup 'Expiry Date' minus todays date.
External dependencies
No response
The text was updated successfully, but these errors were encountered: