{% extends "finance_and_banking_base.html" %} {% load static %} {% load crispy_forms_tags %} {% load custom_filters %} {% block title %} Old Order Wise Financed Report {% endblock title %} {% block Style %} {% endblock Style %} {% block MainContent %} {% if messages %} {% for message in messages %} {% endfor %} {% endif %}

Old Order Wise Financed Report

{% csrf_token %}
{{form.parent_file|as_crispy_field }}
{{form.order_no|as_crispy_field }}
{% comment %} {% if report_list and file and total_value and total_lc_value and total_consignment_value and total_request_value and total_acceptance_value and total_maturity_value and tatal_payment_value %} {% endcomment %} {% if file %}
{% comment %} {% endcomment %}

{{file.beneficiary_company}}

{% comment %}
File wise import position of {{file.beneficiary_company}}
{% endcomment %}
{{file.beneficiary_company.branch.branch.address_details}}
Old Order Wise Financed-{{order_no}}
{% for goods_type, items in grouped_data %} {% for item in items %} {% endfor %} {% endfor %}
SL NO. Goods Description Costing Value BTB Opened Balance PI Value Supplier Cash BTB LC Tenor BTB Value LC Date BTB Value(PI) Balance Ammendments Transfer History Parent Order Remarks
{{ goods_type|title }}
{{ forloop.counter }} {{ item.old_request.backlog_budget_costing.good_description}} {{ item.old_request.backlog_budget_costing.costing_value }} {{ item.value }} {{ form_balance }} {{ item.old_request.pi_value }} {{ item.old_request.supplier }} {{ item.old_request.get_payment_type_display }} {{ item.btb_lc.lc_no }} {{ item.btb_lc.tenor }} {{ item.btb_lc.lc_value.total_lc_value|floatformat:"4" }} {{ item.btb_lc.opening_date }} {{ item.btb_lc.value|floatformat:"4" }} {{ item.btb_lc.lc_value.balance|floatformat:"4" }} {{ item.btb_lc.lc_value.total_amendments }} {{ item.pi_transfer_status }} {{ item.old_parent_budget }} {{ item.old_request.remarks }}
Subtotal: {{ subtotals|dict_key:goods_type|floatformat:2 }}
Grand Total: {{grand_total_btb_value|floatformat:2 }}
{% endif %} {% endblock MainContent %} {% block meassage %} {% include 'notifications/notifications.html' %} {% endblock meassage %} {% block JS %} {% endblock JS%}