This commit is contained in:
@@ -44,7 +44,7 @@ $data_excel = array(
|
|||||||
"GRUPO" => 'horario_grupo',
|
"GRUPO" => 'horario_grupo',
|
||||||
"HORARIO" => 'horario_hora_completa',
|
"HORARIO" => 'horario_hora_completa',
|
||||||
"SALÓN" => 'salon',
|
"SALÓN" => 'salon',
|
||||||
"UNIDAD" => 'salon_array'
|
"UNIDAD" => 'salon_array',
|
||||||
"REGISTRO PROFESOR" => 'asistencia',
|
"REGISTRO PROFESOR" => 'asistencia',
|
||||||
"HORA DE REGISTRO" => 'registro_fecha',
|
"HORA DE REGISTRO" => 'registro_fecha',
|
||||||
"NOMBRE SUPERVISOR" => 'usuario_nombre',
|
"NOMBRE SUPERVISOR" => 'usuario_nombre',
|
||||||
@@ -138,7 +138,7 @@ function getFormattedValue($key, $registro)
|
|||||||
'nombre' => $registro[$key] ?? "Sin registro",
|
'nombre' => $registro[$key] ?? "Sin registro",
|
||||||
'horario_hora_completa' => "{$registro['horario_hora']} - {$registro['horario_fin']}",
|
'horario_hora_completa' => "{$registro['horario_hora']} - {$registro['horario_fin']}",
|
||||||
'usuario_nombre',
|
'usuario_nombre',
|
||||||
'salon_array' => implode(", ", json_decode($registro[$key], true));
|
'salon_array' => implode(", ", json_decode($registro[$key], true)),
|
||||||
'justificacion',
|
'justificacion',
|
||||||
'comentario' => $registro[$key] ?? "Sin registro",
|
'comentario' => $registro[$key] ?? "Sin registro",
|
||||||
default => $registro[$key]
|
default => $registro[$key]
|
||||||
|
|||||||
Reference in New Issue
Block a user