Tienes análisis de recepción de leche pendiente
@endif| Fecha | Hora | Subruta | Estado | opciones | Temp. [°C] | pH | Acidez [%] | Brix [°Brix] | Dens. [g/ml] | P. Alcohol | Cont. Graso [%] | Tk [°C] | % Agua [%] | Observaciones | RAM [UFC/ml] | Antibioticos [+/-] | {{--TRAM início | TRAM fin | TRAM lapso | --}}Solicitante | Analista FQ | Siembra MB | Lectura MB | {{--usuario TRAM | --}}
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{-- | --}} | {{-- --}} | ||||||||||||||||||||||
| {{ \Carbon\Carbon::parse($registro->recepcion_leche->tiempo)->isoFormat('DD-MM-YY', 0, 'es') }} | {{ \Carbon\Carbon::parse($registro->recepcion_leche->tiempo)->isoFormat('HH:mm', 0, 'es') }} - @if ($registro->tiempo) {{ \Carbon\Carbon::parse($registro->tiempo)->isoFormat('HH:mm', 0, 'es') }} @endif | {{ $registro->recepcion_leche->subruta_acopio->nombre }} | @if ($registro->recepcion_leche->estado == 'Pendiente') {{ $registro->recepcion_leche->estado }} @endif @if ($registro->recepcion_leche->estado == 'En proceso') {{ $registro->recepcion_leche->estado }} @endif @if ($registro->recepcion_leche->estado == 'Completado') {{ $registro->recepcion_leche->estado }} @endif @if ($registro->recepcion_leche->estado == 'Rechazado') {{ $registro->recepcion_leche->estado }} @endif @if ($registro->recepcion_leche->estado == 'Cancelado') {{ $registro->recepcion_leche->estado }} @endif | @if ((now()->diffInMinutes($registro->created_at) < 4200 && auth()->user()->role->rolModuloPermisos->where('modulo_id', 20)->where('permiso_id', 3)->isNotEmpty()) || auth()->user()->role->id == 1) @endif @if (auth()->user()->role->rolModuloPermisos->where('modulo_id', 20)->where('permiso_id', 4)->isNotEmpty()) @endif @if (($registro->tiempo_sembrado == null && now()->diffInMinutes($registro->created_at) < 2800 && auth()->user()->role->rolModuloPermisos->where('modulo_id', 20)->where('permiso_id', 1)->isNotEmpty()) || auth()->user()->role->id == 1) @endif {{-- @if ($registro->tiempo_sembrado != null && (auth()->user()->role->rolModuloPermisos->where('modulo_id', 20)->where('permiso_id', 3)->isNotEmpty()|| auth()->user()->role->rolModuloPermisos->where('modulo_id', 20)->where('permiso_id', 1)->isNotEmpty() )) @endif --}} @if ($registro->tiempo_sembrado != null && auth()->user()->role->rolModuloPermisos->where('modulo_id', 20)->where('permiso_id', 1)->isNotEmpty() ) @if (now()->diffInMinutes($registro->tiempo_sembrado)<4500) @endif @endif | {{ $registro->temperatura }} | {{ $registro->ph }} | {{ $registro->acidez }} | {{ $registro->brix }} | {{ $registro->densidad }} | @if ($registro->prueba_alcohol === null) @else @if ($registro->prueba_alcohol>0 ) + @elseif ($registro->prueba_alcohol === 0) - @endif @endif | {{ $registro->contenido_graso }} | {{ $registro->temperatura_congelacion }} | {{ $registro->porcentaje_agua }} | {{ $registro->observaciones }} | @if ($registro->recuento ) @if ($registro->recuento >= 5000000) MNPC @elseif ($registro->recuento < 5000000 && $registro->recuento >= 1) {{ $registro->recuento < 1 ? $registro->recuento * 10 ** (strlen(floor($registro->recuento)) - 1) : $registro->recuento / 10 ** (strlen(floor($registro->recuento)) - 1) }} x 10{{ strlen(floor($registro->recuento)) - 1 }} @elseif ($registro->recuento === 0) < 1 x 101 @elseif (is_null($registro->recuento)) -- @endif @endif | @if ($registro->antibioticos === null) @else @if ($registro->antibioticos>0 ) + @elseif ($registro->antibioticos === 0) - @endif @endif | {{--@if ($registro->tram_inicio ) {{ \Carbon\Carbon::parse($registro->tram_inicio)->isoFormat('HH:mm ') }} @endif | @if ($registro->tram_fin ) {{ \Carbon\Carbon::parse($registro->tram_fin)->isoFormat('HH:mm ') }} @endif | @if ($registro->tram_lapso) {{ \Carbon\Carbon::parse('1970-01-01 ' . $registro->tram_lapso)->isoFormat('HH:mm') }} @endif | --}}@if ($registro->recepcion_leche->user) {{ substr($registro->recepcion_leche->user->nombre, 0, 1) . substr(explode(' ', $registro->recepcion_leche->user->nombre)[1] ?? '', 0, 1) . substr($registro->recepcion_leche->user->apellido, 0, 1) . substr(explode(' ', $registro->recepcion_leche->user->apellido)[1] ?? '', 0, 1) }} @endif | {{-- analista fq --}}@if ($registro->user) {{ substr($registro->user->nombre, 0, 1) . substr(explode(' ', $registro->user->nombre)[1] ?? '', 0, 1) . substr($registro->user->apellido, 0, 1) . substr(explode(' ', $registro->user->apellido)[1] ?? '', 0, 1) }} @endif | {{-- siembra mb --}}@if ($registro->usiembra) {{ substr($registro->usiembra->nombre, 0, 1) . substr(explode(' ', $registro->usiembra->nombre)[1] ?? '', 0, 1) . substr($registro->usiembra->apellido, 0, 1) . substr(explode(' ', $registro->usiembra->apellido)[1] ?? '', 0, 1) }} @endif | @if ($registro->ulectura) {{ substr($registro->ulectura->nombre, 0, 1) . substr(explode(' ', $registro->ulectura->nombre)[1] ?? '', 0, 1) . substr($registro->ulectura->apellido, 0, 1) . substr(explode(' ', $registro->ulectura->apellido)[1] ?? '', 0, 1) }} @endif | {{--@if ($registro->utram) {{ substr($registro->utram->nombre, 0, 1) . substr(explode(' ', $registro->utram->nombre)[1] ?? '', 0, 1) . substr($registro->utram->apellido, 0, 1) . substr(explode(' ', $registro->utram->apellido)[1] ?? '', 0, 1) }} @endif | --}}
Descargar Reporte
@error('fechaInicio') {{ $message }} @enderror @error('fechaFin') {{ $message }} @enderror