{{ factura.titulo_documento }}
{{ 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 %} Zip Code: {{ 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 %}
|
INVOICE: |
{{ factura.numero }} |
||
|
Date: |
{{ factura.fecha }} |
Ex. Rate: |
{{ factura.tipo_cambio }} |
|
INCOTERM: |
{{ factura.incoterm or '' }} |
Customs: |
{{ factura.aduana }} |
{{ 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 %} Zip Code: {{ cliente_vendido.codigo_postal }}{% endif %}
{{ cliente_vendido.ciudad }}, {{ cliente_vendido.estado }}, {{ cliente_vendido.pais }}
Tax ID: {{ 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.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 %} Zip Code: {{ cliente_enviado.codigo_postal }}{% endif %}
{{ cliente_enviado.ciudad }}, {{ cliente_enviado.estado }}, {{ cliente_enviado.pais }}
Tax ID: {{ 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 %}
|
Carrier: |
{{ factura.transportista }} |
SCAC: {{ factura.scac }} |
INCOTERM: |
{{ factura.incoterm }} |
Customs: {{ factura.aduana }} / Ped: {{ factura.pedimento }} |
|
|||
|
Transport: |
{{ factura.transporte }}: {{ factura.num_transporte }} |
CAAT: {{ factura.caat }} |
Plates: {{ factura.placas or '' }} / Trl: {{ factura.placas_remolque or '' }} |
||||||
|
Driver/Lic: |
{{ factura.licencia_conductor or 'N/A' }} |
||||||||
|
Line |
Part Number Description |
Commercial |
Packaging |
Weight (KGS) |
Values |
||||
|
Quantity |
U.M. |
Type |
Net |
Gross |
Unit |
Total |
|||
|
{{ loop.index }} |
{{ partida.numero_parte }} {{ partida.descripcion }} HTS Code: {{ partida.fraccion }} / Orig: {{ partida.origen or 'MEX' }} |
{{ partida.cantidad_importacion }} |
{{ partida.unidad_medida }} |
{% if partida.cantidad_bultos != 0 %}{{ partida.cantidad_bultos }}{% endif %} {{ partida.clave_bultos }} |
{{ partida.peso_neto }} |
{{ partida.peso_bruto }} |
${{ partida.valor_costo_unitario }} |
${{ partida.valor_total }} |
|
|
Remarks: TOTALS |
{{ totales.cantidad_total }} |
{% if totales.bultos_total != 0 %}{{ totales.bultos_total }}{% endif %} {{ totales.clave_bultos or '' }} |
{{ totales.peso_neto_total }} |
{{ totales.peso_bruto_total }} |
${{ totales.valor_total_total }} |
||||
|
{{ factura.observaciones }} |
{{ cliente_proveedor.nombre }} Values expressed in: {{ factura.moneda }} |
||||||||
|
I declare under penalty of perjury that the information contained in this document is true and correct. |
|||||||||