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

Old Order Wise Lending Report

{% csrf_token %}
{{form.parent_file|as_crispy_field }}
{{form.order_no|as_crispy_field }}
{{form.type|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 Lending-{{order_no}}
{% for item in order_wise_btb_obj_for_same %} {% endfor %} {% for item in order_wise_btb_obj_from_same %} {% endfor %} {% for item in order_wise_btb_other_file_obj_for %} {% endfor %} {% for item in order_wise_btb_other_file_obj_form %} {% 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
To Other Odr (S.F)
{{ 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: {{grand_total_order_wise_btb_obj_for_same}}
From Other Odr (S.F)
{{ 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: {{grand_total_order_wise_btb_obj_from_same}}
To Other File
{{ 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: {{grand_lend_to_other_file}}
From other File
{{ 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: {{grand_lend_from_other_file}}
{% endif %} {% endblock MainContent %} {% block meassage %} {% include 'notifications/notifications.html' %} {% endblock meassage %} {% block JS %} {% endblock JS%}