{% extends 'report_html_stock/reports/base.html' %} {% block title %} Consolidated Picking List {% endblock %} {% block body %}
Shipments | {{ records|length }} |
☐ {{ quantity }} x {{ get_product_repr_from(key) }} | Location: {{ get_location_repr_from(key) }} | |||||
---|---|---|---|---|---|---|
# | Quantity | Shipment | Planned Date | Order # | Customer | State |
{{ loop.index }} | {{ formatLang(move.quantity, move.shipment.customer.lang, digits=move.unit_digits) }} {% if move.uom.symbol != 'u' %}{{ move.uom.symbol }}{% endif %} | {{ move.shipment.code }} | {{ move.shipment.planned_date and move.shipment.planned_date|dateformat or '-' }} | {{ move.sale_order and move.sale_order.reference or '-' }} | {{ move.shipment.customer.rec_name }} | {{ move.state }} |