REGISTRO PLL-REG-044
Versión 004
ANÁLISIS DE LECHE
FECHA: Del {{ \Carbon\Carbon::parse($fechaInicio)->isoFormat('DD [de] MMMM [del] YYYY', 0, 'es') }} Al {{ \Carbon\Carbon::parse($fechaFin)->isoFormat('DD [de] MMMM [del] YYYY', 0, 'es') }}
@foreach ($variable as $variables) @if ($variables->temperatura) @else @endif @if ($variables->ph) @else @endif @if ($variables->acidez) @else @endif @if ($variables->brix) @else @endif @if ($variables->densidad) @else @endif @if ($variables->prueba_alcohol !== null) @else @endif @if ($variables->contenido_graso) @else @endif @if ($variables->temperatura_congelacion) @else @endif @if ($variables->porcentaje_agua) @else @endif {{-- test antibiotico --}} @if ($variables->recuento) @else @endif @if ($variables->recepcion_leche) @else @endif @if ($variables->user) @else @endif @if ($variables->usiembra) @else @endif @if ($variables->ulectura) @else @endif @if ($variables->observaciones) @else @endif @endforeach
Fecha y Hora Ruta

Temperatura

[°C]

pH

Acidez

[%]

Solidos Totales

[°Brix]

Densidad

[g/ml]

Prueba

Alcohol

Contenido

Graso [%]

Tc

[°C]

Por. Agua

[%]

Prueba

Antib.

R.A.M.

[UFC/ml]

Usuario

Solicitante

Usuario

Analisis

Usuario

Siembra

Usuario

Lectura
Observaciones
{{ \Carbon\Carbon::parse($variables->tiempo)->isoFormat('DD-MM-YY HH:mm', 0, 'es') }} {{ $variables->recepcion_leche->subruta_acopio->nombre }} {{ $variables->temperatura }}-{{ $variables->ph }}-{{ $variables->acidez }}-{{ $variables->brix }}-{{ $variables->densidad }}-{{ $variables->prueba_alcohol }}-{{ $variables->contenido_graso }}-{{ $variables->temperatura_congelacion }}-{{ $variables->porcentaje_agua }}--{{ $variables->recuento }}-{{ $variables->recepcion_leche->user->codigo }}-{{ $variables->user->codigo }}-{{ $variables->usiembra->codigo }}-{{ $variables->ulectura->codigo }}-{{ $variables->observaciones }}-

Referencias: 0: Negativo

1: Positivo  

@foreach ($usuariosInvolucrados as $usuariosUnicoss) @endforeach
Código Nombre
{{ $usuariosUnicoss->codigo }} {{ ucwords(strtolower($usuariosUnicoss->nombre . ' ' . $usuariosUnicoss->apellido)) }}
REVISADO