{% extends "finance_and_banking_base.html" %} {% load static %} {% load crispy_forms_tags %} {% block title %} BTBFabricPayments {% endblock title %} {% block Style %} {% endblock Style %} {% block MainContent %} {% if messages %} {% for message in messages %} {% endfor %} {% endif %} {% if user_obj.user_type == 'branch_admin' %}
{% csrf_token %}
{{form.file|as_crispy_field}}
{{form.budget_name|as_crispy_field}}
{{form.supplier|as_crispy_field}}
{% endif %} {% if fabric_btb_payment_list %}
{% for fabric_btb in fabric_btb_payment_list %} {% if fabric_btb.1.paid_amount %} {% else %} {% endif %} {% endfor %} {% if dummu_fabric_btb_payment_list %} {% for fabric_btb in dummu_fabric_btb_payment_list %} {% endfor %} {% endif %}
SL No Name of Supplier Lc Tenor Lc Number Lc Date BTB Lc value Recv QTY DOC Recv Date Goods Recv Date Value date Action
{{forloop.counter}} {{ fabric_btb.0.supplier }} {{ fabric_btb.0.tenor }} {{ fabric_btb.0.lc_no }} {{ fabric_btb.0.lc_date}} {{ fabric_btb.0.total_value}} {{ fabric_btb.1.booking_rcv_lots.quantity }} {{ fabric_btb.1.doc_rcv_date}} {{ fabric_btb.1.goods_rcv_date}}${{ fabric_btb.1.paid_amount}}$ 0{{ fabric_btb.1.maturity_date}}
    {% if fabric_btb.1 %}
  • {% endif %}
{{forloop.counter}} {{ fabric_btb.supplier }} {{ fabric_btb.tenor }} {{ fabric_btb.lc_no }} {{ fabric_btb.lc_date}} ${{ fabric_btb.total_value}} {{ fabric_btb.1.booking_rcv_lots.quantity }} {{ fabric_btb.1.doc_rcv_date}} {{ fabric_btb.1.goods_rcv_date}} ${{ fabric_btb.total_value}} {{ fabric_btb.1.maturity_date}}
    {% if fabric_btb.1 %}
  • {% endif %}
{% endif %} {% endblock MainContent %} {% block meassage %} {% include 'notifications/notifications.html' %} {% endblock meassage %} {% block JS %} {% endblock JS %}