Ejemplo n.º 1
0
     $o_ActionRrhh = new ActionRrhh();
     $datos["idHorarioAsistencia"] = $parametros["p2"];
     $resultado = $o_ActionRrhh->eliminarAsistencia($datos);
     break;
 case 'exportarExcelEncargadosMorosos':
     require_once "ActionRrhh.php";
     $o_ActionRrhh = new ActionRrhh();
     $datos["cboAnio"] = $parametros["p2"];
     $datos["cboMes"] = $parametros["p3"];
     $resultado = $o_ActionRrhh->exportarExcelEncargadosMorosos($datos);
     break;
 case 'presentacionTurnos':
     require_once "ActionMantenimientoGeneral.php";
     $o_ActionMantenimientoGeneral = new ActionMantenimientoGeneral();
     $datos["tipoHorarioTurno"] = $parametros["p2"];
     $resultado = $o_ActionMantenimientoGeneral->presentacionTurnos($datos);
     break;
 case 'CargarArea':
     require_once "ActionRrhh.php";
     header("Content-type: text/xml");
     $o_ActionRrhh = new ActionRrhh();
     $cboSede = $parametros["p2"];
     $resultado = $o_ActionRrhh->CargarArea($cboSede);
     break;
 case 'CargarlistadoTodosCordinadores':
     require_once "ActionRrhh.php";
     header("Content-type: text/xml");
     $o_ActionRrhh = new ActionRrhh();
     $cboSede = $parametros["p2"];
     $resultado = $o_ActionRrhh->CargarlistadoTodosCordinadores($cboSede);
     break;