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

PI Upload Index

{% if manager_approval_obj %}

{% for pi in manager_approval_obj %} {% endfor %}
SL No PI Number Supplier Value Budget File FnB Approvals Action
{{ forloop.counter }} {{ pi.pi_no }} {{ pi.supplier }} $ {{ pi.pi_value }} {{ pi.parent_order }} {{ pi.parent_file }} {{ pi.get_f_nd_b_submission_display }}
{% endif %} {% if page_obj %}
{% for pi in page_obj %} {% endfor %}
SL No PI Number Supplier Value Budget File Team And Created By Approvals FnB Approvals Management Approvals BTB LC Remarks Action
{{forloop.counter}} {{pi.pi_no}} {{pi.supplier}} $ {{pi.pi_value}} {{pi.parent_order}} {{pi.parent_file}}(Order-{{pi.parent_order.order_no}}) {{pi.budget.team}}-{{pi.mdr_user}} {% if pi.manager_approval_status == 'back_to_merchant' %} FnB Rejection {% else %}{{pi.get_manager_approval_status_display}} {% endif %} {{pi.get_f_nd_b_approval_status_display}} {% if pi.f_nd_b_approval_status == 'Approved' and pi.management_status == 'not_submitted' %} Pending {% else %} {{pi.get_management_status_display}}{% endif %} {{pi.btb_lc_no}} {{pi.remarks|default:"N/A"}}
  • {% if pi.manager_approval_status == 'Approved' or pi.manager_approval_status == 'submitted' %} {% else %} {% endif %}
{% if page_obj.has_other_pages %} {% endif %}
{% endif %} {% endblock MainContent %} {% block meassage %} {% include 'notifications/notifications.html' %} {% endblock meassage %} {% block JS %} {% endblock JS %}