CÔNG TY CỔ PHẦN THƯƠNG MẠI VÀ DỊCH VỤ SYNAPS
Mã số thuế: 0318165451
Địa chỉ: {{ store.address }}
SYNAMART Cửa Sổ Vàng
{{ store.phone }}
{{ store.email }}
Mã phiếu: {{ code }}
Ngày tạo: {{ created_on | date: '%d/%m/%Y' }}
Ngày chuyển hàng: {{ transferred_on | date: '%d/%m/%Y' }}
Ngày nhận hàng: {{ received_on | date: '%d/%m/%Y' }}
Phiếu chuyển hàng
Chi nhánh chuyển:
{{ origin_location.name }}
{{ origin_location.address1 }}
Chi nhánh nhận:
{{ destination_location.name }}
{{ destination_location.address1 }}
{% for line in line_items %} {% endfor %}
| STT |
Mã sản phẩm |
Tên sản phẩm |
Số lượng |
| {{ forloop.index }} |
{{ line.sku }} |
{{ line.name }} {% if line.variant_title != 'Default Title' %} - {{ line.variant_title }} {% endif %} |
{{ line.transferred_quantity | number_decimal }} |
| Tổng số lượng |
{% assign total_quantity = 0 %} {% for line in line_items %} {% assign total_quantity = total_quantity | plus: line.transferred_quantity %} {% endfor %} {{ total_quantity | number_decimal }} |