{% load static %} {% load staticfiles %}
 

Myrel Hardware and Software Repair Shop

SALES - SERVICE - REPAIR - RENT - BYBACK


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 Used
S No.
Items
Price
{% for i in componentsUsed %}
{{ forloop.counter }}
{% for j in i %}
{{ j }}
{% endfor %}
{% endfor %}
Total   
{{ componentsUsedPriceTotal }}
{% endif %}
Final Bill
S No.
Services
Price
1
Components Used Charge
{% if componentsUsedPriceTotal %} {{ componentsUsedPriceTotal }} {% else %} 0 {% endif %}
2
Repair Charge
{% for i in repairDetails %}{{ i.repairCharge }}{% endfor %}
3
Other 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 Signature
Myrel Hardware and Software Repair Shop