{% extends 'layouts/panel_layout.html.twig' %} {% block title %} Remitos {% endblock %} {% block stylesheets %} {{ encore_entry_link_tags('remitos_index') }} {% endblock %} {% block content %} {# TITULO #}

Nueva Factura

{# BOTONERA PRINCIPAL #}
ASIGNACIÓN
{{ remito.proveedor.razonSocial }}

Volver

Proceso Nº: {{ remito.codremitoTmp }}

{# CONTENIDO PRINCIPAL #}
CUIT > {{ remito.proveedor.cuilt ? remito.proveedor.cuilt}}

Saldo en Cuenta Corriente: 0

Ver Resumen de Cuenta

{% if not is_granted('ROLE_VENDEDOR') %} {% endif %}

Stock Actual:

Quedarían:

Otro Local:

$
%
$
{% include 'remitos/templates/table_remitlinea.html.twig' with { remitlineas: remito.remitlinea, lineaActual: 0 } %}
$
$
$
$
$
$
$
$
$
$
$
$
$
$
$
$
$
$
$

FORMA DE PAGO


cancelar
{# MODALES - CHEQUE #} {# #} {% endblock %} {% block javascripts %} {{ encore_entry_script_tags('compras_nuevo') }} {{ encore_entry_script_tags('articulo_articulo') }} {% endblock %}