Problem
Individual asset PDF reports (BE-24) cannot be downloaded from the UI. The asset detail page has no export functionality despite jsPDF being installed on the frontend.
Proposed Solution
Create frontend/opsce/features/assets/DownloadAssetReportButton.tsx. Call GET /api/assets/:id/report and trigger a file download.
Acceptance Criteria
Problem
Individual asset PDF reports (BE-24) cannot be downloaded from the UI. The asset detail page has no export functionality despite
jsPDFbeing installed on the frontend.Proposed Solution
Create
frontend/opsce/features/assets/DownloadAssetReportButton.tsx. CallGET /api/assets/:id/reportand trigger a file download.Acceptance Criteria
GET /api/assets/:id/reportand downloads the returned PDFasset-report-{serialNumber}-{date}.pdf