{% extends "finance_and_banking_base.html" %} {% load static %} {% load crispy_forms_tags %} {% block title %}
Mode of Price: {{budget.get_mode_of_price_display}} Team: {{budget.team}}
| SL No | Supplier | Tenor | LC No | LC Date | LC Tenor | Costing Value | {% comment %}BTB Due | {% endcomment %}BTB Value | Amendment | Total | Total Paid Amount | Due Balance | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Fabrics | |||||||||||||
| {{item.goods}} | |||||||||||||
| {{forloop.counter}} | {{details.supplier}} | {{details.pi.pi.tenor.terms_short_name}} | {% if details.btb_lc %} {{details.btb_lc}} {% else %} LC not opened {% endif %} | {% if details.btb_lc %} {{details.btb_lc.opening_date}} {% else %} LC not opened {% endif %} | {% if details.btb_lc %} {{details.btb_lc.tenor.terms_short_name}} {% else %} LC not opened {% endif %} | ${{details.pi.fabric_pi_value|floatformat:3}} | {% comment %}${{details.opening_due|floatformat:3}} | {% endcomment %}{% if details.btb_lc %} ${{details.btb_lc.value|floatformat:3}} {% else %} LC not opened {% endif %} | {% if details.btb_lc %} {% for amendment in details.lc_info.amendments %} {{amendment.value}} + {% endfor %} = {{details.lc_info.total_amendments}} {% else %} LC not opened {% endif %} | {% if details.btb_lc %} ${{details.lc_info.total_lc_value|floatformat:3}} {% else %} LC not opened {% endif %} | {% if details.btb_lc %} ${{details.lc_info.paid_amount|floatformat:3}} {% else %} LC not opened {% endif %} | {% if details.btb_lc %} ${{details.lc_info.balance|floatformat:3}} {% else %} LC not opened {% endif %} | |
| Accessories | |||||||||||||
| {{item.goods}} | |||||||||||||
| {{forloop.counter}} | {{details.supplier}} | {{details.pi.pi.tenor.terms_short_name}} | {% if details.btb_lc %} {{details.btb_lc}} {% else %} LC not opened {% endif %} | {% if details.btb_lc %} {{details.btb_lc.opening_date}} {% else %} LC not opened {% endif %} | {% if details.btb_lc %} {{details.btb_lc.tenor.terms_short_name}} {% else %} LC not opened {% endif %} | ${{details.pi.accessory_pi_value|floatformat:3}} | {% comment %}${{details.opening_due|floatformat:3}} | {% endcomment %}{% if details.btb_lc %} ${{details.btb_lc.value|floatformat:3}} {% else %} LC not opened {% endif %} | {% if details.btb_lc %} {% for amendment in details.lc_info.amendments %} {{amendment.value}} + {% endfor %} = {{details.lc_info.total_amendments}} {% else %} LC not opened {% endif %} | {% if details.btb_lc %} ${{details.lc_info.total_lc_value|floatformat:3}} {% else %} LC not opened {% endif %} | {% if details.btb_lc %} ${{details.lc_info.paid_amount|floatformat:3}} {% else %} LC not opened {% endif %} | {% if details.btb_lc %} ${{details.lc_info.balance|floatformat:3}} {% else %} LC not opened {% endif %} | |