{% extends "merchant_base.html" %} {% load static %} {% load crispy_forms_tags %} {% block title %} BTB Payment Request Index {% endblock title %} {% block Style %} {% endblock Style %} {% block MainContent %} {% if messages %} {% for message in messages %} {% endfor %} {% endif %}

BTB Payment Request Index

{% if btb_payments_obj %}

{% for payment in btb_payments_obj %} {% if payment.is_consignment_overruled %} {% else %} {% endif %} {% if payment.btb_lc %} {% else %} {% endif %} {% endfor %}
BTB Positions
SL No PI Number Supplier PI Value Consignment Value BTB LC Tentative Doc. Release Date Approvals Remarks Action
{{ forloop.counter }} {{ payment.pi.pi_no }} {{ payment.pi.supplier }} ${{ payment.pi.pi_value }}${{payment.payment_consignment_value}}${{payment.payment_consignment_value}}{{ payment.btb_lc }}0{{payment.tentative_release_date}} {{ payment.get_manager_approval_status_display }} {{ payment.pi.remarks|default:"N/A" }}
  • {% if payment.manager_approval_status == 'submitted' or payment.manager_approval_status == "submitted_from_merchant" %} {% else %} {% endif %}
{% endif %} {% if btb_payments %}
{% for payment in btb_payments %} {% if payment.is_consignment_overruled %} {% else %} {% endif %} {% endfor %}
BTB Positions
SL No PI Number Supplier Budget PI Value Consignment Value BTB LC Tentative Doc. Release Date Approvals FnB Status Remarks Action
{{forloop.counter}} {{payment.pi.pi_no}} {{payment.pi.supplier}} {{payment.pi.budget}} ${{payment.pi.pi_value}}${{payment.payment_consignment_value}}${{payment.payment_consignment_value}}{{payment.pi.btb_lc_no}} {{payment.tentative_release_date}} {{payment.get_manager_approval_status_display}} {% if payment.f_nd_b_submission == 'submitted_from_merchant' %} Pending For Doc Receiving {% elif payment.f_nd_b_submission == 'submitted_for_doc_approvals' %}Waiting For Doc Approval {% else %} {{payment.get_f_nd_b_submission_display|default:"Not Submitted"}} {% endif %} {{payment.pi.remarks|default:"N/A"}}
  • {% if payment.f_nd_b_submission == 'not_submitted' and payment.manager_approval_status != "submitted" %}
  • {% else %}
  • {% endif %}
{% if btb_opening_obj.has_other_pages %} {% endif %}
{% endif %} {% endblock MainContent %} {% block meassage %} {% include 'notifications/notifications.html' %} {% endblock meassage %} {% block JS %} {% endblock JS %}