Software Obsolescence Management Plan Software Obsolescence Management Plan Track assets, assess risks, and plan mitigation strategies for aging software. 1. Asset Dashboard 2. Project & Plan Details 3. Data Configuration 0 Total Assets 0 High Risk Items $0 Est. Replacement Cost Software Name Vendor EOL Date Risk Level Mitigation Cost ($) Action No assets added yet. Use the form below to add software. Add New Software Asset Software Name Vendor End of Life (EOL) Est. Cost ($) Mitigation Strategy Add to Plan Plan Context & Scope Define the organizational context for this Obsolescence Management Plan. Organization / Department Plan Owner Plan Review Date Scope / Executive Summary Data Configuration Customize the drop-down options available in the Dashboard. Mitigation Strategies (Comma Separated) These options will appear in the 'Mitigation' dropdown. Upgrade to Latest Version, Replace with SaaS, Retire/Decommission, Purchase Extended Support, Air-Gap / Isolate Update Dropdowns Risk Definition Logic (Informational) High Risk: EOL Date has passed OR is within 180 days. Medium Risk: EOL Date is between 180 days and 365 days. Low Risk: EOL Date is more than 365 days away. ${scope} Total Assets: ${sompAssets.length} High Risk: ${highRisk} Est. Replacement Cost: $${totalCost.toLocaleString()} Asset Inventory & Risk Assessment Software Vendor EOL Date Risk Mitigation Strategy Cost ${rows} Software Obsolescence Management Plan Tool `; const element = document.createElement('div'); element.innerHTML = pdfContent; const opt = { margin: 0.5, filename: 'Obsolescence_Plan.pdf', image: { type: 'jpeg', quality: 0.98 }, html2canvas: { scale: 2 }, jsPDF: { unit: 'in', format: 'letter', orientation: 'landscape' } // Landscape for table width }; if (window.html2pdf) { html2pdf().set(opt).from(element).save(); } else { alert("PDF Generator is initializing. Please try again in a moment."); } }