| Turno | Fecha apertura | Cerrado | Fecha cierre | Hrs. trabajadas | Ingresos | Egresos | Ingresos - Egresos | Corte empleado | Corte_Empleado - (Ingresos - Egresos) | Usuario | Inf. |
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $corte->idturno }} | {{ $corte->fechahora_apertura ? \Carbon\Carbon::parse($corte->fechahora_apertura)->format('d/m/Y H:i') : 'N/A' }} | {{ $corte->turno_cerrado ? 'Sí' : 'No' }} | {{ $corte->fechahora_cierre ? \Carbon\Carbon::parse($corte->fechahora_cierre)->format('d/m/Y H:i') : 'N/A' }} | @if($corte->fechahora_apertura && $corte->fechahora_cierre) {{ round(\Carbon\Carbon::parse($corte->fechahora_apertura)->diffInHours(\Carbon\Carbon::parse($corte->fechahora_cierre)), 2) }} hrs @else N/A @endif | ${{ number_format($corte->ingresos ?? 0, 2) }} | ${{ number_format($corte->egresos ?? 0, 2) }} | ${{ number_format(($corte->ingresos ?? 0) - ($corte->egresos ?? 0), 2) }} | ${{ number_format($corte->total_corte ?? 0, 2) }} | ${{ number_format(($corte->total_corte ?? 0) - (($corte->ingresos ?? 0) - ($corte->egresos ?? 0)), 2) }} | {{ $corte->usuario }} |
|
|
Registros totales: 0
No se encontraron cortes de caja con los filtros seleccionados
|
|||||||||||