@endif
{{ DB::table('empresas')->count() == 0 ? 'SISCOM ' : DB::table('empresas')->first()->razon_social }}
{{ DB::table('empresas')->count() == 0 ? '- ' : DB::table('empresas')->first()->direccion_fiscal }}
Central telefónica: {{ DB::table('empresas')->count() == 0 ? '-' : DB::table('empresas')->first()->telefono }}
Email: {{ DB::table('empresas')->count() == 0 ? '-' : DB::table('empresas')->first()->correo }}
| CAJA | : | {{ $movimiento->caja->nombre }} | {{--{{ getFechaFormato( $documento->fecha_documento ,'d/m/Y')}} | --}}
| Colaborador | : | {{ $colaborador->nombre }} | {{--{{ getFechaFormato( $documento->fecha_documento ,'d/m/Y')}} | --}}
| Turno | : | {{ 'MAÑANA' }} | {{--{{ getFechaFormato( $documento->fecha_documento ,'d/m/Y')}} | --}}
| Monto Inicial | : | {{ $movimiento->monto_inicial }} | {{--{{ getFechaFormato( $documento->fecha_documento ,'d/m/Y')}} | --}}
| Fecha | : | {{ date_format($movimiento->created_at, 'Y/m/d') }} |
| NUMERO | CLIENTE | DEV | COBRAR | MONTO | @php $cont = 0; while ($cont < count(tipos_pago())) { if ($cont == count(tipos_pago()) - 1) { echo '' . tipos_pago()[$cont]->descripcion . ' | '; } else { echo '' . tipos_pago()[$cont]->descripcion . ' | '; } $cont++; } @endphp||
|---|---|---|---|---|---|---|---|---|
| {{ $ventas->documento->serie . '-' . $ventas->documento->correlativo }} | {{ $ventas->documento->clienteEntidad->nombre }} |
@if (count($ventas->documento->notas) > 0)
|
{{$ventas->cobrar}} | {{ $ventas->documento->total_pagar }} | @foreach (tipos_pago() as $tipo) {{-- EFECTIVO --}} @if ($tipo->id == 1) @if ($tipo->id == $ventas->documento->tipo_pago_id){{ $ventas->documento->importe }} | '; @else{{ $ventas->documento->efectivo }} | '; @endif @else @if ($tipo->id == $ventas->documento->tipo_pago_id){{ $ventas->documento->importe }} | '; @else0.00 | '; @endif @endif @endforeach
| TOTAL | @foreach (tipos_pago() as $tipo_pago){{ number_format(cuadreMovimientoCajaIngresosVentaResum($movimiento, $tipo_pago->id), 2) }} | @endforeach|||||||
| NUMERO | CLIENTE | MONTO | @php $cont = 0; while ($cont < count(tipos_pago())) { if ($cont == count(tipos_pago()) - 1) { echo '' . tipos_pago()[$cont]->descripcion . ' | '; } else { echo '' . tipos_pago()[$cont]->descripcion . ' | '; } $cont++; } @endphp||
|---|---|---|---|---|---|---|
| {{ $cuentaCliente->cuenta_cliente->documento->serie . '-' . $cuentaCliente->cuenta_cliente->documento->correlativo }} | {{ $cuentaCliente->cuenta_cliente->documento->clienteEntidad->nombre }} | {{ $cuentaCliente->monto }} | @foreach (tipos_pago() as $tipo) @if ($tipo->id == 1) @if ($tipo->id == $cuentaCliente->tipo_pago_id){{ $cuentaCliente->efectivo }} | '; @else{{ $cuentaCliente->efectivo }} | '; @endif @else @if ($tipo->id == $cuentaCliente->tipo_pago_id){{ $cuentaCliente->importe }} | '; @else0.00 | '; @endif @endif @endforeach
| TOTAL | @foreach (tipos_pago() as $tipo){{ number_format(cuadreMovimientoCajaIngresosCobranzaResum($movimiento, $tipo->id), 2) }} | @endforeach|||||
| ID RECIBO | DESCRIPCION | MONTO | @php $cont = 0; while ($cont < count(tipos_pago())) { if ($cont == count(tipos_pago()) - 1) { echo '' . tipos_pago()[$cont]->descripcion . ' | '; } else { echo '' . tipos_pago()[$cont]->descripcion . ' | '; } $cont++; } @endphp||
|---|---|---|---|---|---|---|
| {{ $detalleEgreso->egreso->documento }} | {{ $detalleEgreso->egreso->descripcion }} | {{ $detalleEgreso->egreso->monto }} | @foreach (tipos_pago() as $tipo) @if ($tipo->id == 1) @if ($tipo->id == $detalleEgreso->egreso->tipo_pago_id){{ $detalleEgreso->egreso->efectivo }} | '; @else{{ $detalleEgreso->egreso->efectivo }} | '; @endif @else @if ($tipo->id == $detalleEgreso->egreso->tipo_pago_id){{ $detalleEgreso->egreso->importe }} | '; @else0.00 | '; @endif @endif @endforeach
| TOTAL | @foreach (tipos_pago() as $tipo){{ number_format(cuadreMovimientoCajaEgresosEgresoResum($movimiento, $tipo->id), 2) }} | @endforeach|||||
| ID RECIBO | DESCRIPCION | MONTO | @php $cont = 0; while ($cont < count(tipos_pago())) { if ($cont == count(tipos_pago()) - 1) { echo '' . tipos_pago()[$cont]->descripcion . ' | '; } else { echo '' . tipos_pago()[$cont]->descripcion . ' | '; } $cont++; } @endphp
|---|---|---|---|---|
| {{'RC-'.$recibo->id }} | {{ $recibo->cliente_nombre.'-'.$recibo->estado_servicio }} | {{ $recibo->monto }} | @foreach (tipos_pago() as $tipo) @if ($tipo->descripcion == $recibo->metodo_pago){{ $recibo->monto }} | '; @else0.00 | '; @endif @endforeach
| TOTAL | @foreach (tipos_pago() as $tipo){{ number_format(calcularTotalesRecibosCaja($movimiento, $tipo->descripcion), 2) }} | @endforeach|||
| TIPO DOC | NUMERO | CLIENTE | MONTO | @php $cont = 0; while ($cont < count(tipos_pago())) { if ($cont == count(tipos_pago()) - 1) { echo '' . tipos_pago()[$cont]->descripcion . ' | '; } else { echo '' . tipos_pago()[$cont]->descripcion . ' | '; } $cont++; } @endphp||
|---|---|---|---|---|---|---|---|
| {{ $detalleProveedor->cuenta_proveedor->documento->tipo_compra }} | {{ $detalleProveedor->cuenta_proveedor->documento->serie_tipo . ' - ' . $detalleProveedor->cuenta_proveedor->documento->numero_tipo }} | {{ $detalleProveedor->cuenta_proveedor->documento->proveedor->descripcion }} | {{ $detalleProveedor->efectivo + $detalleProveedor->importe }} | @foreach (tipos_pago() as $tipo) @if ($tipo->id == 1) @if ($tipo->id == $detalleProveedor->tipo_pago_id){{ $detalleProveedor->efectivo }} | '; @else{{ $detalleProveedor->efectivo }} | '; @endif @else @if ($tipo->id == $detalleProveedor->tipo_pago_id){{ $detalleProveedor->importe }} | '; @else0.00 | '; @endif @endif @endforeach
| TOTAL | @foreach (tipos_pago() as $tipo){{ number_format(cuadreMovimientoCajaEgresosPagoResum($movimiento, $tipo->id), 2) }} | @endforeach||||||
|
||||||||||||||||||||||||||||
Trabajadores de ventas presentes
|
|||||||||||||||||||||||||||