{% extends "finance_and_banking_base.html" %} {% load static %} {% load crispy_forms_tags %} {% block title %}
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}} | {% if fabric_btb.1.paid_amount %}${{ fabric_btb.1.paid_amount}} | {% else %}$ 0 | {% endif %}{{ fabric_btb.1.maturity_date}} | |
{{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}} |