{% extends "merchant_base.html" %} {% load static %} {% load crispy_forms_tags %} {% block Style %} {% endblock Style %} {% block MainContent %}
{% csrf_token %}
Sales Forecasting Report
{{form.Lot_Number|as_crispy_field}}
{% if all_lot_number_list %}

{{ company_info.name_en }}

{{ company_info.address_details }}

{{report_month}} {{report_year}}{{eid_bonus_list.created_date}}

Sales Forecasting Report {% comment %} {% if department %} {{department}} {% endif %} {% if designation %}   -   {{designation}}{% endif %}

{{year}}  -  {{month}} {% endcomment %} {% if department %}(Department : {{department}}) {% endif %} {% if designation %} (Designation : {{designation}}) {% endif %} {% if from_date %} {{from_date}}  -  {{to_date}} {% endif %} {% for lot in all_lot_number_list %} {% endfor %}
SL No File Number Team Year Month Buyer Item Description Style Number Po Number Order QTY Total CM Shipment Date FRI Date Lead Time
{{forloop.counter}} {{ lot.0}} {{ lot.1}} {{ lot.2}} {{ lot.3}} {{ lot.4}} {{ lot.5}} {{ lot.6}} {{ lot.7}} {{ lot.8}} {{ lot.9}} {{ lot.10}} {{ lot.11}}
{% endif %} {% endblock MainContent %} {% block meassage %} {% include 'notifications/notifications.html' %} {% endblock meassage %} {% block JS %} {% endblock JS %}