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

New Payment Request

{% if object_list %} {% for object in object_list %} {% endfor %} {% else %} {% endif %}
SL Supplier PI No PI Value Consignment Value Requested Value Receive Quantity Product Description
{{forloop.counter}} {{ object.opening_request.supplier }} {{ object.opening_request.pi }} {{ object.opening_request.pi_value }} {{ object.consignment_value }} {{ object.requested_value }} {{ object.receive_qty }} {{ object.product_desprition }}
Data is not found
{% if file_list.has_other_pages %} {% endif %}
{% endblock MainContent %} {% block meassage %} {% include 'notifications/notifications.html' %} {% endblock meassage %} {% block JS %} {% endblock JS %}