@extends('layouts.pdf') @section('content')
Conteo |
{{$auditor}} |
Documento N° |
{{$documento}} |
Auditor: {{$auditor}} |
Fecha: {!! substr($fecha,0,11); !!} |
Barras | Referencia | Precio | Cant. calculada | Cant. pend. POS | Cantidad | Diferencia |
---|---|---|---|---|---|---|
|
{{$item->referencia}} | ${{number_format($item->precio,0) }} | {{number_format($item->cantidad_calculada,0)}} | {{number_format($item->cantidad_pendiente_pos,0)}} | {{number_format($item->cantidad,0)}} | {{number_format(($item->cantidad_calculada - $item->cantidad - $item->cantidad_pendiente_pos),0)}} |
TOTAL | {{$totalCantidadCalculada}} | {{$totalCantidadPendientePOS}} | {{$totalCantidad}} | {{($totalCantidadCalculada - $totalCantidad - $totalCantidadPendientePOS)}} |
FIRMA AUDITOR: |
FIRMA TIENDA: |