diff --git a/backend/api/v1/modules/a76/reports/importacion/packing_list/templates/packing_list.html b/backend/api/v1/modules/a76/reports/importacion/packing_list/templates/packing_list.html index 06b9f725..4ed057d9 100644 --- a/backend/api/v1/modules/a76/reports/importacion/packing_list/templates/packing_list.html +++ b/backend/api/v1/modules/a76/reports/importacion/packing_list/templates/packing_list.html @@ -313,7 +313,7 @@ -

FACTURA:

+

PACKING LIST / LISTA DE EMPAQUE:

{{ factura.numero }}

@@ -363,7 +363,7 @@ -

Agente Aduanal:

+

Mx custom broker / agente aduanal mexicano:

{{ factura.agente_aduanal or '' }}

@@ -451,164 +451,131 @@


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

Transportista:

-
-

{{ factura.transportista or '' }}

-
-

SCAC: {{ factura.scac or '' }}

-
-

INCOTERM:

-
-

{{ factura.incoterm or '' }}

-
-

Aduana: {{ factura.aduana or '' }}

-
-

Transporte:

-
-

{{ factura.transporte or '' }}: {{ factura.num_transporte or '' }}

-
-

CAAT: {{ factura.caat or '' }}

-
-

Placas: {{ factura.placas or '' }} / Rem: {{ factura.placas_remolque or - '' }}

-
-

Chofer/Licencia:

-
-

{{ factura.licencia_conductor or 'N/A' }}

-
-

Línea

-
-

Número de Parte

-

Descripción

-
-

Comercial

-
-

Empaque

-
-

Peso (KGS)

-
-

Cantidad

-
-

U.M.

-
-

Tipo

-
-

Neto

-
-

Bruto

-
-

{{ loop.index }}

-
-

{{ partida.numero_parte }}

-

{{ partida.descripcion }}

-
-

{{ partida.cantidad_importacion }}

-
-

{{ partida.unidad_medida }}

-
-

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

-
-

{{ partida.peso_neto }}

-
-

{{ partida.peso_bruto }}

-
+

Línea

+
+

Número de Parte

+

Descripción

+
+

Comercial

+
+

Empaque

+
+

Peso (KGS)

+
+

Cantidad

+
+

U.M.

+
+

Cant.

+
+

Tipo

+
+

Neto

+
+

Bruto

+
-

- Observaciones: - TOTALES -

-
-

{{ totales.cantidad_total }}

-
-

- {% if totales.bultos_total != 0 %}{{ totales.bultos_total }}{% endif %} - {{ totales.clave_bultos or '' }} -

-
-

{{ totales.peso_neto_total }}

-
-

{{ totales.peso_bruto_total }}

-
-

{{ factura.observaciones }}

-
-

-

{{ cliente_proveedor.nombre }}

-


-
-


-
+

{{ loop.index }}

+
+

{{ partida.numero_parte }}

+

{{ partida.descripcion }}

+
+

{{ partida.cantidad_importacion }}

+
+

{{ partida.unidad_medida }}

+
+

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

+
+

+ {{ partida.clave_bultos }} +

+
+

{{ partida.peso_neto }}

+
+

{{ 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 }}

+
+

{{ totales.peso_bruto_total }}

+
+

{{ factura.observaciones }}

+
+

+

{{ cliente_proveedor.nombre }}

+


+
+


+