Generate PDF
Navigate to any work order detail page at
/work-orders/internal/{id}. The PDF button is
available at any workflow stage — you can generate a PDF
even while the WO is still in progress.
Click the PDF button in the work order header. The system renders a print-optimised layout and triggers a browser download of the PDF file.
html2pdf.js library for client-side generation. No server round-trip is required — the PDF is created instantly in your browser.PDF Contents
The PDF header includes your organisation’s branding and the work order summary:
| Field | Source |
|---|---|
| Organisation Name | From Organisation Settings. |
| WO Number | Auto-generated reference. |
| Aircraft | Registration mark. |
| Title | Work order description. |
| Priority | Normal / Urgent / AOG. |
| Status | Current workflow state. |
| Due Date | Target completion date. |
The PDF body contains two tables:
| Section | Contents |
|---|---|
| Jobs | Job number, description, task card reference, status, and sign-off fields. |
| Materials | Part number, description, quantity, unit cost, and line total. |
The PDF footer includes a sign-off block with spaces for:
| Field | Purpose |
|---|---|
| Performed By | Name and licence number of the engineer who performed the work. |
| Inspected By | QA inspector who verified the work. |
| Approved By | CAMO engineer or manager who authorised the release. |
| Date | Date of each signature. |