|
{{ $namesistema }} R.F.C. {{ strtoupper($cabecera->rfc) }} FOLIO: {{ strtoupper($cabecera->foliocorte) }} SUCURSAL: {{ $corteciego[0]->sucursal }} {{ $cabecera->ledireccion }} NO.{{ $cabecera->lenumExterior }}, COL. {{ $cabecera->lecolonia}}. {{ strtoupper($cabecera->lemunicipio) }}, {{ strtoupper($cabecera->leestado) }}, {{ strtoupper($cabecera->lepais) }}. CP. {{ $cabecera->lecp }}. TELEFONO: {{ $cabecera->letelefono }} |
|
CORTE DE CAJA DEL DIA {{ $corteciego[0]->fechacorte }} |
| DIARIO DE VENTA DE CONTADO | |||||||||||||
| Hora | Documento | Folio | Vendedor | Cliente | F.Pago | Total | Monto | ||||||
| {{ $venta->hora }} | @if($venta->status == 99){{ $venta->documento }} DEVUELTA | @elseif($venta->status == 2){{ $venta->documento }} COBRADA | @if($venta->formapago == 'EFECTIVO') @php $totalTicket = $totalTicket + $venta->formapagomonto; @endphp @endif @else{{ $venta->documento }} FACTURADA | @php $totalFactura = $totalFactura + $venta->formapagomonto;@endphp @endif{{ $venta->serie."-".$venta->folio }} | {{ $venta->vendedor }} - COD:{{ $venta->codigovendedor }} | {{ $venta->cliente }} | @if($venta->pagoAnticipo == 1 && $venta->pagoDeposito == 1)DEP ANTICIPO {{ $venta->formapago }} | @elseif($venta->pagoAnticipo == 0 && $venta->pagoDeposito == 1)DEPOSITO EN {{ $venta->formapago }} | @elseif($venta->pagoAnticipo == 1 && $venta->pagoDeposito == 0)ANTICIPO {{ $venta->formapago }} | @else{{ $venta->formapago }} | @endif @if($venta->status != 13)$ {{ number_format($venta->total,2) }} | @else$ {{ number_format($venta->anticipo,2) }} | @endif$ {{ number_format($venta->formapagomonto,2) }} |
| TOTAL TICKETS: | $ {{ number_format($totalTicket,2) }} | ||||||||||||
| TOTAL: | $ {{ number_format($totalDiario,2) }} | ||||||||||||
| DIARIO DE VENTA DE CREDITO | |||||||||||
| Hora | Documento | Folio | Vendedor | Cliente | Total | financiado | Fecha Eng. | Enganche | |||
| {{ $venta->hora }} | @if($venta->status == 99){{ $venta->documento }} DEVUELTA | @elseif($venta->status == 2){{ $venta->documento }} COBRADA | @php $totalDiarioCredito = $totalDiarioCredito + $venta->anticipo; @endphp @else{{ $venta->documento }} FACTURADA | @php $totalDiarioCredito = $totalDiarioCredito + $venta->anticipo; @endphp @endif{{ $venta->serie."-".$venta->folio }} | {{ $venta->vendedor }} - COD:{{ $venta->codigovendedor }} | {{ $venta->cliente }} | $ {{ number_format($venta->total,2) }} | $ {{ number_format($venta->total-$venta->anticipo,2) }} | @if($venta->fechaanticipo == '0000-00-00'){{ date('d/m/Y', strtotime($venta->fecha)) }} | @else{{ date('d/m/Y', strtotime($venta->fechaanticipo)) }} | @endif$ {{ number_format($venta->anticipo,2) }} |
| TOTAL: | $ {{ number_format($totalDiarioCredito,2) }} | ||||||||||
| ABONOS A CUENTA | |||||||||||||
| Hora | Folio | Tipo | Cobrador | Cliente | UUID | F.Pago | Importe | ||||||
| {{ $abono->hora }} | {{ $abono->folio }} | @if($abono->numpago > 0)PAGOS {{ $abono->numpago }} | @elseENGANCHE | @endif{{ $abono->cobrador }} | {{ $abono->cliente }} | {{ $abono->UUID }} | @if($abono->pagoformapago == null) @if($abono->statusPedido != 99){{ $abono->formapago }} | @else{{ $abono->formapago }} DEVUELTO | @endif @if($abono->numpago > 0)$ {{ $abono->pagototal }} | @else$ {{ $abono->importepagado }} | @endif @else @if($abono->statusPedido != 99){{ $abono->pagoDescripcion }} | @else{{ $abono->pagoDescripcion }} DEVUELTO | @endif$ {{ $abono->monto }} | @endif
| TOTAL: | $ {{ number_format($totalAbonosPagos,2) }} | ||||||||||||
| ANTICIPOS DE CLIENTES | ||||||||||||||
| Hora | Folio | Tipo | Generó | Cliente | Concepto | F.Pago | Importe | |||||||
| {{ $anticipo->hora }} | {{ $anticipo->folio }} | @if($anticipo->tipo == 1) @if($anticipo->status == 1)ANTICIPO GENERADO | @if($anticipo->id_sat_formapago!="201" && $anticipo->id_sat_formapago!="30") @php $totalAnticipos = $totalAnticipos + $anticipo->monto; @endphp @endif @elseif($anticipo->status == 2)ANTICIPO APLICADO | @if($anticipo->id_sat_formapago!="201" && $anticipo->id_sat_formapago!="30") @php $totalAnticipos = $totalAnticipos + $anticipo->monto; @endphp @endif @elseif ($anticipo->status == 99)ANTICIPO CANCELADO | @endif @elseif($anticipo->tipo == 2) @if($anticipo->status == 1)DEVOLUCION SIN APLICAR | @elseif($anticipo->status == 2)DEVOLUCION APLICADO | @elseif ($anticipo->status == 99)DEVOLUCION CANCELADO | @endif @elseif($anticipo->tipo == 3) @if($anticipo->status == 1)ANTICIPO POR REMANENTE | @elseif ($anticipo->status == 99)REMANENTE CANCELADO | @endif @endif{{ $anticipo->genero }} | {{ $anticipo->cliente }} | {{ $anticipo->concepto }} | {{ $anticipo->formapago }} | $ {{ $anticipo->monto }} |
| TOTAL: | $ {{ number_format($totalAnticipos,2) }} | |||||||||||||
| ABONOS A APARTADOS | |||||
| Hora | Folio | Cliente | ArtÃculo | F.Pago | Importe |
| TOTAL: | $ {{ number_format(0,2) }} | ||||
| MOVIMIENTOS DE CAJA | ||||||
| Hora | Folio | Turno | Tipo | Concepto | F.Pago | Monto |
| {{ $movimiento->hora }} | {{ $movimiento->folio }} | {{ $movimiento->turno }} | {{ $movimiento->tipo }} | {{ $movimiento->observaciones }} {{$movimiento->cliente}} | {{ $movimiento->formapago }} | $ {{ $movimiento->monto }} |
| TOTAL: | $ {{ number_format($totalMovCaja,2) }} | |||||
| INGRESOS | |||
| Turno | Origen | F.Pago | Total |
| {{ $idxturno }} | {{ $idxtip }} | {{ $idxfp }} | $ {{ number_format($fp,2) }} |
| TOTAL: | $ {{ number_format($totalIngresos,2) }} | ||
| EGRESOS | |||
| Turno | Origen | Total | F.Pago |
| {{ $idxturno }} | {{ $idxtip }} | $ {{ number_format($fp,2) }} | {{ $idxfp }} |
| TOTAL: | $ {{ number_format($totalEgresos, 2) }} | ||
| FORMAS DE PAGO | |
| F.Pago | Total |
| {{ $dxformapago }} | $ {{ number_format($formapago,2) }} |
| TOTAL INGRESADO: $ {{ number_format($totalIngresos,2,'.',',') }} |
| TOTAL RETIROS: $ {{ number_format($totalEgresos,2,'.',',') }} |
| TOTAL FINAL: $ {{ number_format($total,2,'.',',') }} |
| TOTAL EFECTIVO DEP.: $ {{ number_format($totalDepositado,2,'.',',') }} |
{{ $corteciego[0]->elabora }} |
GERENTE DE TIENDA |
DIRECCION |
| ________________________________ ELABORA |
________________________________ REVISA |
________________________________ Vo.Bo. |