{% extends "marchant_base.html" %}
{% load static %}
{% load widget_tweaks %}
{% load crispy_forms_tags %}
{% block title %}
{% if messages %}
{% for message in messages %}
{{ message }}
{% endfor %}
{% endif %}
{% if all_items_are_budgeted %}
{% endif %}
Fabrics |
$ {{grand_total_fabric_cost|floatformat:3}} |
Trims |
$ {{grand_total_trims_cost|floatformat:3}} |
Threads |
$ {{grand_total_thread_cost|floatformat:3}} |
Washing |
$ {{washing_budget_total_cost|floatformat:3}} |
Embroidery |
$ {{embroidery_budget_total_cost|floatformat:3}} |
CM |
$ {{cm_budget_total_cost|floatformat:3}} |
Agent Commission 1 |
$ {{grand_style_wise_agent1_cost|floatformat:3}} |
Agent Commission 2 |
$ {{grand_style_wise_agent2_cost|floatformat:3}} |
Commercial Cost |
$ {{grand_style_wise_commercial_cost|floatformat:3}} |
Profit Margin |
$ {{grand_style_wise_profit_margin_cost|floatformat:3}} + ( {{temp_profit_margin_budget_cost|floatformat:3}}) |
Current Profit Margin |
$ {{new_profit_margin_budget_cost|floatformat:3}} |
FOB |
$ {{grand_style_wise_fob_cost|floatformat:3}} |
CIF |
$ {{cif|floatformat:3}} |
CNF |
$ {{grand_style_wise_cnf_cost|floatformat:3}} |
Landed Cost |
$ {{landed_cost|floatformat:3}} |
Total Quantity |
{{lot_number_quantity}} |
Team |
{% if style.team %}
{{style.team}}
{% else %}
N/A
{% endif %}
|