{App.helpers.getAppointmentStatus(parent.appointment)}
{App.helpers.formatDateFriendly(parent.appointment.originalDate)}
{parent.appointment.problemReported}
{parent.appointment.whoAtFault}
{parent.appointment.notes}
| Lift | Time | Results |
|---|---|---|
|
{App.helpers.formatProductName(product, true)}
(S/N: {product.chairAndCarriage.serialNumber})
|
Start: {product.startTime} End: {product.endTime} Time Taken: {App.helpers.formatDuration(product.timeTaken)} |
Status:
{App.helpers.formatProductStatusFriendly(product.status)}
{product.condemnOrDisableReason}
Fault Description:
{parent.parent.appointment.faultDescription}
Work Carried Out:
{product.workCarriedOut}
Customer Further Actions:
{product.customerFurtherActions}
Service Notes:
{product.serviceNotes}
Advisories:
{product.serviceAdvisories}
0 && (parent.parent.appointment.appointmentType == 'Callout' || product.status)} />
{form.formTypeName} - Completed By {form.createdByName}
|