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

Cash Payments

{% if cash_payments %} {% for item in cash_payments %} {% endfor %} {% else %} {% endif %}
SL File Budget Payment Mode Supplier Value($) Conv. Rate Value(TK) Remarks Action
{{forloop.counter}} {{ item.file }} {{ item.budget }} {{ item.get_payment_mode_display }} {{ item.supplier }} $ {{ item.value_dollar }} {{ item.conversion_rate }} Tk. {{ item.value_tk|floatformat:3 }} {{ item.remarks|default:"N/A" }}
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 %}