{% 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

{% comment %} {% endcomment %} {% for payment in object_list %} {% comment %} {% endcomment %} {% endfor %}
New BTB Payment Request
SL No PI Number Supplier PI Value Consignment Value RemarksAction
{{forloop.counter}} {{payment.pi.pi_no}} {{payment.pi.supplier}} ${{payment.pi.pi_value}} ${{payment.payment_consignment_value}} {{payment.pi.remarks|default:"N/A"}}
{% if file_list.has_other_pages %} {% endif %}
{% endblock MainContent %} {% block meassage %} {% include 'notifications/notifications.html' %} {% endblock meassage %} {% block JS %} {% endblock JS %}