@component('components.master') @slot('body') @verbatim

Marca:

{{m.producto.marca.name}}

Medida:

{{m.producto.medida.name}}

Precios
Precio Especial
Precio Mayorista
Precio Minorista
Precio Normal
Cantidad
Descuento
%
Sub Total {{Number(m.subtotal).toFixed(2)}}
Descuento {{Number(m.val_descuento).toFixed(2)}}
Total {{Number(m.total).toFixed(2)}}
LOTE
{{m.perecedero.fecha_ven}}
Precios
Precio Especial
Precio Mayorista
Precio Minorista
Precio Normal
Cantidad
Descuento
%
Sub Total {{Number(m.subtotal).toFixed(2)}}
Descuento {{Number(m.val_descuento).toFixed(2)}}
Total {{Number(m.total).toFixed(2)}}
Precios
Precio Especial
Precio Mayorista
Precio Minorista
Precio Normal
Cantidad
Descuento
%
Sub Total {{Number(m.subtotal).toFixed(2)}}
Descuento {{Number(m.val_descuento).toFixed(2)}}
Total {{Number(m.total).toFixed(2)}}
{{moneda}}{{Number(TotalItemsNoExentos).toFixed(2)}}

SUMAS

{{moneda}} {{Number(TotalIva).toFixed(2)}}

IVA%

{{moneda}} {{Number(SubTotal).toFixed(2)}}

SUBTOTAL

{{moneda}} {{Number(TotalRetencion).toFixed(2)}}

RET. {{sucursal.iva}}%(-)

{{moneda}} {{Number(TotalItemsExcentos).toFixed(2)}}

EXENTO

{{ItemExento.length}}

PROD. EXENTOS

{{moneda}} {{Number(TotalDescuento).toFixed(2)}}

DESCUENTO

{{moneda}} {{Number(TotalPagar).toFixed(2)}}

TOTAL

%
@endverbatim @endslot @slot('script') @endslot @slot('style') @endslot @endcomponent