PACKING LIST / LISTA DE EMPAQUE

PACKING LIST / LISTA DE EMPAQUE:

{{ factura.numero }}

MX CUSTOM BROKER / AGENTE ADUANAL MEXICANO:

{{ factura.agente_aduanal or '' }}

{% if logo_b64 %}
{% endif %}

{{ cliente_proveedor.header }}

{{ cliente_proveedor.nombre }}

{{ cliente_proveedor.direccion }} {% if cliente_proveedor.num_exterior %} Ext: {{ cliente_proveedor.num_exterior }}{% endif %} {% if cliente_proveedor.num_interior %} Int: {{ cliente_proveedor.num_interior }}{% endif %}

{{ cliente_proveedor.colonia }} {% if cliente_proveedor.codigo_postal %} CP: {{ cliente_proveedor.codigo_postal }}{% endif %}

{{ cliente_proveedor.ciudad }}, {{ cliente_proveedor.estado }}, {{ cliente_proveedor.pais }}

TAX ID: {{ cliente_proveedor.tax_id }} {% if cliente_proveedor.programa and cliente_proveedor.programa != 'Ninguno' %} {{ cliente_proveedor.programa }}: {{ cliente_proveedor.autorizacion }} {% endif %}


{{ cliente_vendido.header }}

{{ cliente_vendido.nombre }}

{{ cliente_vendido.direccion }} {% if cliente_vendido.num_exterior %} Ext: {{ cliente_vendido.num_exterior }}{% endif %} {% if cliente_vendido.num_interior %} Int: {{ cliente_vendido.num_interior }}{% endif %}

{{ cliente_vendido.colonia }} {% if cliente_vendido.codigo_postal %} CP: {{ cliente_vendido.codigo_postal }}{% endif %}

{{ cliente_vendido.ciudad }}, {{ cliente_vendido.estado }}, {{ cliente_vendido.pais }}

RFC: {{ cliente_vendido.tax_id }} {% if cliente_vendido.programa and cliente_vendido.programa != 'Ninguno' %} {{ cliente_vendido.programa }}: {{ cliente_vendido.autorizacion }} {% endif %}

{% if cliente_vendido.prosec %}PROSEC: {{ cliente_vendido.prosec }} {% endif %} {% if cliente_vendido.reg_emp %}REG EMP: {{ cliente_vendido.reg_emp }} {% endif %} {% if cliente_vendido.cert %}CERT: {{ cliente_vendido.cert }}{% endif %}

{{ cliente_enviado.header }}

{{ cliente_enviado.nombre }}

{{ cliente_enviado.direccion }} {% if cliente_enviado.num_exterior %} Ext: {{ cliente_enviado.num_exterior }}{% endif %} {% if cliente_enviado.num_interior %} Int: {{ cliente_enviado.num_interior }}{% endif %}

{{ cliente_enviado.colonia }} {% if cliente_enviado.codigo_postal %} CP: {{ cliente_enviado.codigo_postal }}{% endif %}

{{ cliente_enviado.ciudad }}, {{ cliente_enviado.estado }}, {{ cliente_enviado.pais }}

RFC: {{ cliente_enviado.tax_id }} {% if cliente_enviado.programa and cliente_enviado.programa != 'Ninguno' %} {{ cliente_enviado.programa }}: {{ cliente_enviado.autorizacion }} {% endif %}

{% if cliente_enviado.prosec %}PROSEC: {{ cliente_enviado.prosec }} {% endif %} {% if cliente_enviado.reg_emp %}REG EMP: {{ cliente_enviado.reg_emp }} {% endif %} {% if cliente_enviado.cert %}CERT: {{ cliente_enviado.cert }}{% endif %}


{% for partida in partidas %} {% endfor %}

Line / Línea

Part Number / Número de Parte

Description / Descripción

Quantity / Cantidad

Packing / Empaque

Weight / Peso (KGS)

Qty / Cant.

U.M.

Qty / Cant.

Type / Tipo

Net / Neto

(LBS / KGS)

Gross / Bruto

(LBS / KGS)

{{ loop.index }}

{{ partida.numero_parte }}

{{ partida.descripcion }} / {{ partida.fraccion_americana }} / {{ partida.origen }}

{{ partida.cantidad_importacion }}

{{ partida.unidad_medida }}

{% if partida.cantidad_bultos != 0 %}{{ partida.cantidad_bultos }}{% endif %}

{{ partida.clave_bultos }}

{{ partida.peso_neto_lbs }}

{{ partida.peso_neto }}

{{ partida.peso_bruto_lbs }}

{{ partida.peso_bruto }}

Observaciones: TOTALES

{{ totales.cantidad_total }}

{% if totales.bultos_total != 0 %}{{ totales.bultos_total }}{% endif %}

{{ totales.clave_bultos or '' }}

{{ totales.peso_neto_total_lbs }} LBS

{{ totales.peso_neto_total }} KGS

{{ totales.peso_bruto_total_lbs }} LBS

{{ totales.peso_bruto_total }} KGS

{{ factura.observaciones }}

{{ cliente_proveedor.nombre }}