{% extends "marchant_base.html" %} {% load static %} {% load crispy_forms_tags %} {% block title %}Commercial And Other Costting{% endblock title %} {% block Style %} {% endblock Style %} {% block MainContent %}
{% if messages %} {% for message in messages %} {% endfor %} {% endif %} {% if commercial_and_other_cost.id == None %}

{{style.style_number}}: Commercial And Other

{% if commercial_and_other_cost.id == None %} {% if request.user.is_superuser == True or request.user.marchant_user_type == 'mother_admin' or request.user.marchant_user_type == 'sister_admin' or request.user.marchant_user_type == 'admin' or request.user.marchant_user_type == 'regular_user' %} {% include 'marchant_app/costing/commercial_and_other/create/super_admin_forms.html' %} {% endif %} {% endif %}
{%else%} {% if commercial_and_other_cost.id %}
{% if commercial_and_other_cost.style.is_cost_submit_status == "Not Submit" %} {% endif %}
{% if commercial_and_other_cost %} {% endif %}
Agent Commission 1 Agent Commission 2 Commercial Cost Profit Margin Freight Insurance Duty Others Remarks
${{ commercial_and_other_cost.agent_commision1|floatformat:4 }} ${{ commercial_and_other_cost.agent_commision2|floatformat:4 }} ${{ commercial_and_other_cost.commercial_cost|floatformat:4 }} ${{ commercial_and_other_cost.profit_margin|floatformat:4 }} ${{ commercial_and_other_cost.freight|floatformat:4 }} ${{ commercial_and_other_cost.insurance|floatformat:4 }} ${{ commercial_and_other_cost.duty|floatformat:4 }} ${{ commercial_and_other_cost.others|floatformat:4 }} {{ commercial_and_other_cost.remarks }}
{% endif %} {% endif %}
{% endblock MainContent %} {% block meassage %} {% include 'notifications/notifications.html' %} {% endblock meassage %} {% block JS %} {% endblock JS %}