PURPLE SHEET
Load Tracking Worksheet
Load #: {{ doc.name }}
Date: {{ doc.received_date or doc.modified }}
Customer Information
Customer Name
{{ doc.customer_name or '________________' }}
Customer #
{{ doc.customer_number or '________________' }}
Service Level
{{ doc.service_level or '________' }}
Address
{{ doc.customer_address or '________________' }}
Contact
{{ doc.contact_name or '________________' }}
Phone
{{ doc.contact_phone or '________________' }}
Load Details
Status
{{ doc.status or 'Received' }}
Data Status
{{ doc.data_status or 'D0' }}
Inbound Weight (lbs)
{{ doc.inbound_weight or '____' }}
Estimated Pallets
{{ doc.estimated_pallets or '____' }}
Actual Pallets
____
Driver
________________
COR/AoR Requested
Material Breakdown
{% for item in doc.items %} {% else %} {% endfor %}
Material Type Count Weight (lbs) Data Status Send-To Disposition
{{ item.material_type or '________________' }} {{ item.count or '____' }} {{ item.weight or '____' }} {{ item.data_status or '____' }} {{ item.send_to or '________________' }} {{ item.disposition or '________________' }}
Pallet List
{% for pallet in doc.pallets %} {% else %} {% endfor %}
Pallet # Status Weight (lbs) Data Status Notes
{{ doc.pallet_number or '________________' }} {{ doc.status or '________' }} {{ doc.inbound_weight or '____' }} {{ doc.data_status or '____' }} {{ doc.notes or '________________' }}