{% extends "finance_and_banking_base.html" %} {% load static %} {% load crispy_forms_tags %} {% load custom_filters %} {% load custom_tags %} {% block title %} Backlog File Budget {% endblock title %} {% block Style %} {% endblock Style %} {% block MainContent %} {% if messages %} {% for message in messages %} {% endfor %} {% endif %}

Backlog File Budget

{% comment %} {% endcomment %} {% comment %} {% endcomment %} {% if back_log_file %} {% regroup back_log_file by file as grouped_contracts %} {% for group in grouped_contracts %} {% for file_buget in group.list %} {% if forloop.first %} {% endif %} {% comment %} {% endcomment %} {% comment %} {% endcomment %} {% endfor %} {% endfor %} {% else %} {% endif %}
SL File No Budget Name Order NoSub OrderTotal Value GMT QTYFabric Cost Accesories Cost Wash Cost Print Cost Embroidery Cost Test Cost CM Cost Commercial Cost Other CostRemarks Status Trackless Status Action
{{ forloop.parentloop.counter }} {{ group.grouper }}{{ file_buget.budget_name }} {{ file_buget.order_no}}{{ file_buget.sub_order}}${{ file_buget.total_value}} {{ file_buget.gmt_qty|default:"0"}} Pcs${{ file_buget.fabric_cost|default:"0" }} ${{ file_buget.acc_cost|default:"0" }} ${{ file_buget.wash_cost|default:"0" }} ${{ file_buget.print_cost|default:"0" }} ${{ file_buget.embroidery_cost|default:"0" }} ${{ file_buget.test_cost|default:"0" }} ${{ file_buget.cm_cost|default:"0" }} ${{ file_buget.commercial_cost|default:"0" }} ${{ file_buget.other_cost|default:"0" }}{{ file_buget.remarks }} {{ file_buget.is_active }} {{ file_buget.is_trackless }}
Data is not found
{% if back_log_file.has_other_pages %} {% endif %}
{% endblock MainContent %} {% block meassage %} {% include 'notifications/notifications.html' %} {% endblock meassage %} {% block JS %} {% endblock JS %}