DMS
WO Doc No. {{ model.woDocNo }}
WO Date {{ if (and (not-eq model.woDate null) (not (is-empty model.woDate))) (moment-format model.woDate "DD-MM-YYYY") ""}}
WO Estimation No. {{ model.woEstimationNo }}
Work Order Type Code {{ model.workOrderTypeCode }}
Work Order Type Desc {{ model.workOrderTypeDesc }}
Work Order Start Date {{ if (and (not-eq model.workOrderStartDate null) (not (is-empty model.workOrderStartDate))) (moment-format model.workOrderStartDate "DD-MM-YYYY") ""}}
Work Order End Date {{ if (and (not-eq model.workOrderEndDate null) (not (is-empty model.workOrderEndDate))) (moment-format model.workOrderEndDate "DD-MM-YYYY") ""}}
Customer Name {{ model.customerName }}
Vehicle Brand {{ model.vehicleBrand }}
Vehicle Model {{ model.vehicleModel }}
Vehicle Variant {{ model.vehicleVariant }}
Vehicle Chassis No. {{ model.vehicleChassisNo }}
Police No. {{ model.policeNo }}
Mileage {{!-- {{ model.mileage }} --}} {{ if (and (not-eq model.mileage null) (not (is-empty model.mileage))) (custom-format-number model.mileage) ""}}
Company Name {{ model.companyName }}
Profit Center Description {{ model.profitCenterDescription }}
Sub Total {{!-- {{ model.grandTotalBefore }} --}} {{ if (and (not-eq model.grandTotalBefore null) (not (is-empty model.grandTotalBefore))) (custom-format-number model.grandTotalBefore) ""}}
Total Discount {{!-- {{ model.grandTotalDiscount }} --}} {{ if (and (not-eq model.grandTotalDiscount null) (not (is-empty model.grandTotalDiscount))) (custom-format-number model.grandTotalDiscount) ""}}
Total After {{!-- {{ model.grandTotalAfter }} --}} {{ if (and (not-eq model.grandTotalAfter null) (not (is-empty model.grandTotalAfter))) (custom-format-number model.grandTotalAfter) ""}}
VAT {{!-- {{ model.grandTotalVat }} --}} {{ if (and (not-eq model.grandTotalVat null) (not (is-empty model.grandTotalVat))) (custom-format-number model.grandTotalVat) ""}}
Total {{!-- {{ model.grandTotalAmount }} --}} {{ if (and (not-eq model.grandTotalAmount null) (not (is-empty model.grandTotalAmount))) (custom-format-number model.grandTotalAmount) ""}}
Creation User Name {{ model.creationUserName }}
Creation Date Time {{ if (and (not-eq model.creationDateTime null) (not (is-empty model.creationDateTime))) (moment-format model.creationDateTime "DD-MM-YYYY") ""}}
Change User Name {{ model.changeUserName }}
Change Date Time {{ if (and (not-eq model.changeDateTime null) (not (is-empty model.changeDateTime))) (moment-format model.changeDateTime "DD-MM-YYYY") ""}}
Document Status {{ model.descriptionValue }}
Document Remark {{ model.remarks }}