{% extends "layout.html" %} {% block content %}

Planning Schedule with Release Capabilit

General Information

Document Information:

Transaction Purpose Code: {{ header["Transaction Purpose"] }} Reference Number: {{ header["Reference ID"] }}
Schedule Horizon Start Date: {{ header["Start Date"]|datetime_format }} Forecast Type: {{ header["Schedule Type"] }}
Schedule Horizon End Date: {{ header["End Date"]|datetime_format }} Schedule Quantity: {{ header["Qty Type"] }}
Issue Date: {{ header["Create Date"]|datetime_format }} Planning Schedule Type: {{ header["Planning Schedule Type"] }}

Message To:

Buying Party (Purchaser):

{{ header["Supplier Name"] }} {{ header["Buying Party Name"] }} (D-U-N-S+4: {{ header["Buying Party Location"] }})

Line Information

{% for line_key, line in lines_df.iterrows() %} {% if line_key > 0 %}
{% endif %}

Line Item

Part Numbers

GTIN 14-digit Data Structure {{ line["GTIN"] }}
End-Item Description {{ line["Item Description"] }}

Item Physical Details:

Pack: {{ line["Pack Qty"] }}
{% for fst_key, fst in line_key|get_fst_iterrows %}

Forecast Schedule

Quan

Timing

When

{{ fst["Qty"] }} {{ fst["Forecast Type"] }}: {{ fst["Forecast Timing"] }} {{ fst["Start Date"]|datetime_format }} {{ fst["End Date"]|datetime_format }}
{% for sdq_key, sdq in line_key|get_sdq_iterrows(fst_key) %} {% endfor %}

Destination Quantities

D-U-N-S+4, D-U-N-S Number with Four Character Suffix: {{ sdq["Store"] }}: {{ sdq["Qty per Store #"] }} {{ sdq["Qty per Store UOM"] }}
{% endfor %} {% endfor %}
Line Count: {{ org_header["CTT01"] }}
{% endblock %}