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

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