TIPO: Reporte de Facturas Realizadas con Rango de Fechas
FECHA INICIO: {{$s->fechaInicio}}
FECHA FINAL: {{$s->fechaFin}}
VENDEDOR: {{$s->name}}
| COD | CANT | DETALLE | UND | P/UNIT | IVA | $IVA | P/TOTAL | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{$det->barcode}} | {{$det->quantity}} | {{$det->name1}} | {{$det->unit}} | ${{$det->price}} | {{$det->tax}} | %{{$det->tax_value}} | ${{$det->total_value}} | |||||||||||
| ----------------------------- | ||||||||||||||||||
| SUBTOTAL | $ {{ number_format($v->total_neto,2) }} | |||||||||||||||||
| Impuesto | $ {{( number_format( $v->total_iva,2) )}} | |||||||||||||||||
| TOTAL | $ {{number_format( $v->total,2) }} | |||||||||||||||||
| ----------------------------- | ||||||||||||||||||