Brgy.Enclaro, Binalbagan, Negros Occidental
{% for i in customerDetails %}
R. No. : {{ i.receiptID }} Date : {{ i.enquiryDate }}Customer Name : {{ i.customerName }}Contact No : {{ i.contactNo }}
{% for j in testDetails %}
Problem : {{ j.actualProblem }}Problem Description : {{ j.actualProblemDescription }}
{% endfor %}
Device Condition : {{ i.deviceCondition }}
{% endfor %}
{% if componentsUsed %}
Components UsedS No.ItemsPrice
{% for i in componentsUsed %}
{{ forloop.counter }}
{% for j in i %}
{{ j }}
{% endfor %}
{% endfor %}
Total {{ componentsUsedPriceTotal }}
{% endif %}
Final BillS No.ServicesPrice1Components Used Charge{% if componentsUsedPriceTotal %} {{ componentsUsedPriceTotal }} {% else %} 0 {% endif %}2Repair Charge{% for i in repairDetails %}{{ i.repairCharge }}{% endfor %}3Other Charges{% 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 }}Customer SignatureMyrel Hardware and Software Repair Shop