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

File Performance

{% csrf_token %}
{{form.file|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 %}

{{file.beneficiary_company}}

{% comment %}
File wise import position of {{file.beneficiary_company}}
{% endcomment %}
{{file.beneficiary_company.branch.branch.address_details}}
File Performance Report
File Number {{file}}
Buyer Name {% for item in buyer_name_list %} {{item}},{% endfor %}
MDR:
Updated Date:
SL NO. Particulars Amount ($) Amount (BDT) Remarks
A Contract Value {{file.file_display_value}}
B Actual Value
For Existing File
C Exported Value
Exported
To be exported
Received value
D Less: Deduction made as follows:
BTB opened {{total_lc_value}}
For Other File
ECC against Negotiate {{ecc_negotiate}}
ECC against salary {{ecc_salary}}
PCC for ECC adj {{adj_ecc_for_pcc}}
Fund from Bills realisation ( 1148 & 52574)
Fund from Bills realisation ( 1148 & 52574)
FDR Account -3542
ERQ Account- 7431
Commission 4%
Other Charges (2%)
Balance
{% for object in sales_contract_list %} {% if object.sales_contract_number and object.value %} {% else %} {% endif %} {% endfor %}
SL No File Name Contract No. Contract Date Buyer/ Merchant Order Type QTY (Contract ) Contract Value QTY(Costing) Costing Value Req-BTB Buying comm Total BTB CM Replace Date Replace QTY Replace Value First Ship Date Last Ship Date Shipped QTY Shipped Value Balance QTY Balance Shipment Payment Received Payment Terms Tolerance Comm. Paid Balance comm. Remarks
{{forloop.counter}}{{object.file.name}} {{object.sales_contract_number}} {% for item in buyer_name_list %} {{item}},{% endfor %} {{object.value|floatformat:3}} {{object.obj.file.name}} {% for item in buyer_name_list %} {{item}},{% endfor %} {{object.sales_contract.value|floatformat:3}} {{object.budget_cost.total_gmt_qty|floatformat:3}} {{object.budget_cost.grand_total_material_cost|floatformat:3}} {{request_btb_value|floatformat:3}} {{object.budget_cost.buying_commission|floatformat:3}} {{total_btb_value|floatformat:3}} {{object.budget_cost.grand_total_cm_cost|floatformat:3}} {{object.budget_cost.total_gmt_qty|floatformat:3}} {{object.SHIP_DATE_START}} {{object.SHIP_DATE_LAST}}
{% endif %} {% endblock MainContent %} {% block meassage %} {% include 'notifications/notifications.html' %} {% endblock meassage %} {% block JS %} {% endblock JS%}