Supervisor Excel
This commit is contained in:
@@ -47,7 +47,8 @@ $data = $db->query(
|
|||||||
registro_retardo,
|
registro_retardo,
|
||||||
usuario_nombre,
|
usuario_nombre,
|
||||||
registro_fecha_supervisor,
|
registro_fecha_supervisor,
|
||||||
registro.estado_supervisor_id,
|
estado_supervisor.estado_supervisor_id,
|
||||||
|
estado_supervisor.nombre,
|
||||||
comentario,
|
comentario,
|
||||||
justificacion
|
justificacion
|
||||||
FROM horario
|
FROM horario
|
||||||
@@ -62,6 +63,7 @@ $data = $db->query(
|
|||||||
|
|
||||||
LEFT JOIN REGISTRO USING (profesor_id, registro_fecha_ideal, horario_id)
|
LEFT JOIN REGISTRO USING (profesor_id, registro_fecha_ideal, horario_id)
|
||||||
LEFT JOIN usuario ON usuario.usuario_id = REGISTRO.supervisor_id
|
LEFT JOIN usuario ON usuario.usuario_id = REGISTRO.supervisor_id
|
||||||
|
JOIN estado_supervisor ON estado_supervisor.estado_supervisor_id = COALESCE(REGISTRO.estado_supervisor_id, 0)
|
||||||
WHERE profesor_clave = COALESCE(:profesor_clave, profesor_clave)
|
WHERE profesor_clave = COALESCE(:profesor_clave, profesor_clave)
|
||||||
AND horario.facultad_id = COALESCE(:facultad_id, horario.facultad_id)
|
AND horario.facultad_id = COALESCE(:facultad_id, horario.facultad_id)
|
||||||
ORDER BY fechas.registro_fecha_ideal, horario_hora",
|
ORDER BY fechas.registro_fecha_ideal, horario_hora",
|
||||||
|
|||||||
Reference in New Issue
Block a user