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 End of Life Field to Device Templates #1200

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

timlegge
Copy link
Contributor

@timlegge timlegge commented Dec 3, 2019

This is a fairly quick attempt to add a end of life field to the Device Templates.

Requires:

ALTER TABLE fac_CDUTemplate ADD EndofLife DATE AFTER Model;
ALTER TABLE fac_DeviceTemplate ADD EndofLife DATE AFTER Model;

Definition of End of life is left to the admin - basically what date do you care about most on physical gear - use that one.

I chose Device Template as opposed to individual devices as it is usually a date for a model not an individual device. It can be added to a report (or a new report) to show all devices with a EndofLife in the next year, or an aging for capital budgeting decisions.

Any interest in adding it (or a modified version) as an enhancement

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant