Date Received: dateFormat(workOrder.DateReceived,'ddd, mmm d, yyyy'), timeFormat(workOrder.timeReceived,'hh:mm tt') Work Order: workOrderID
Assigned to: Employees.FirstName Employees.LastName

tenant.buildingName
tenant.Address, tenant.UnitNo
tenant.City, tenant.State tenant.postalCode

Occupant: tenant.Fname tenant.Lname
tenant.companyName
Phone: tenant.phone Ext: tenant.extension
Mobile: tenant.mobile
Email: tenant.Email
Submitted by: submittedByFname submittedByLname
Billable: billable
Estimated Amount: $numberFormat(WorkOrder.estimatedAmount, '99,999.99')
Actual Amount: $ trim(numberFormat(actualAmount, "999,999,999.99"))

Problem Type: workOrder.ProblemName
Urgency: workOrder.urgency
Date Requested: dateFormat(workOrder.DateRequired,'ddd, mmm d, yyyy')

Problem Description:
workOrder.problemDescription

Work Order Notes
Date/Time Updated By Notes

dateFormat(WoNotes.noteDate, "mm-dd-yyyy"): timeFormat(WoNotes.noteTime, "hh:mm tt") WoNotes.fName WoNotes.lName WoNotes.workOrderNote

Labor Total: $trim(numberFormat(totLabor, "999,999,999.99"))
Date Work Desc Hours Rate GL Code

No Labor Reported
dateFormat(Labor.workDate, "mm-dd-yy") Labor.workDescription numberFormat(Labor.billableHours, "9,999.99") $ numberFormat(Labor.billingAmount, "999,999.99") Labor.glCode

Materials Total: $trim(numberFormat(totParts, "999,999,999.99"))
Materials Desc Cost Qty Sub-tot GL Code

No Materials Reported
Parts.partDescription $ numberFormat(Parts.partCost, "999,999.99") numberFormat(Parts.partQty, "999,999.99") $ numberFormat(Parts.totPartCost, "999,999.99") Parts.glCode