Update Details
{% for i in customerDetails %}
Receipt ID : {{ i.receiptID }}
Status : {% ifequal "EN" i.status %} Enquired {% endifequal %} {% ifequal "CH" i.status %} Checked {% endifequal %} {% ifequal "RE" i.status %} Repaired {% endifequal %} {% ifequal "CO" i.status %} Completed {% endifequal %}
Enquiry Date : {{ i.enquiryDate }}
{{ i.customerName }}
{{i.brand}} {{i.deviceModel}}
Serial No. : {{ i.serialNo }}
Contact Details :
{{ i.contactNo }}
{{ i.email }}
{{ i.address }}
Problem : {{ i.problem }}
Problem Category : {% ifequal "HW" i.problemCategory %} Hardware {% endifequal %} {% ifequal "SW" i.problemCategory %} Software {% endifequal %}
Problem Description : {{ i.problemDescription }}
Device Condition : {{ i.deviceCondition }}
Actual Problem
{% for i in testDetails%}
Actual Problem : {{ i.actualProblem }}
Actual Problem Description : {{ i.actualProblemDescription }}
{% endfor %}Repair Description
{% if componentsUsed %}
Components Used |
|||||
---|---|---|---|---|---|
Components | Price | ||||
{{ j }} | {% endfor %}|||||
Total | {{ componentsUsedPriceTotal }} | ||||
Total Price |
|||||
---|---|---|---|---|---|
Services | Price | ||||
Components Used Charge | {% if componentsUsedPriceTotal %} {{ componentsUsedPriceTotal }} {% else %} 0 {% endif %} | ||||
Repair Charge | {% for i in repairDetails %}{{ i.repairCharge }}{% endfor %} | ||||
Other Charge | {% for i in repairDetails %}{{ i.otherCharge }}{% endfor %} | ||||
Total Repair Charge | {% for i in repairDetails %}{{ i.totalPrice }}{% endfor %} | ||||
Advance | {% for i in customerDetails %}{{ i.advance }}{% endfor %} | ||||
Balance | {{ balance }} | ||||