{% extends "finance_and_banking_base.html" %} {% load static %} {% load crispy_forms_tags %} {% load widget_tweaks %} {% block title %} Export Upcoming Bill Collection {% endblock title %} {% block Style %} {% endblock Style %} {% block MainContent %} {% if messages %} {% for message in messages %} {% endfor %} {% endif %}

Export Upcoming Bill Collection Index    {{ upcoming_export_request_obj|length }}

{% for export in upcoming_export_request_obj %} {% endfor %}
SL No File Budget Order Qty Value Shipped Qty Value Commercial FnB Action
{{forloop.counter}} {{ export.budget.file_name }} {{ export.budget }} {{ export.total_qty_value.total_gmt_qty }} pcs ${{ export.budget.total_qty_value.grand_total_value|floatformat:3 }} {{export.shipped_qty}} pcs $ {{export.shipped_value}}
{% endblock MainContent %} {% block meassage %} {% include 'notifications/notifications.html' %} {% endblock meassage %} {% block JS %} {% if upcoming_export_request_obj %} {% endif %} {% endblock JS %}