Exemple #1
0
     $datos["arrayHorasTurno"] = explode(",", $parametros["p6"]);
     $datos["arrayFechaProgEmp"] = explode(",", $parametros["p7"]);
     $datos["idDPP"] = $parametros["p8"];
     $datos["idSubArea"] = $parametros["p9"];
     $resultado = $o_ActionRrhh->adicionarHorariosProgramados($datos);
     break;
 case 'configurarTurnosProgramar':
     require_once "ActionRrhh.php";
     $o_ActionRrhh = new ActionRrhh();
     $resultado = $o_ActionRrhh->configurarTurnosProgramar();
     break;
 case 'listaLeyendaTurno':
     require_once "ActionRrhh.php";
     header("Content-type: text/xml");
     $o_ActionRrhh = new ActionRrhh();
     $resultado = $o_ActionRrhh->listaLeyendaTurno();
     break;
 case 'cargarCboLeyenda':
     require_once "ActionRrhh.php";
     $o_ActionRrhh = new ActionRrhh();
     $resultado = $o_ActionRrhh->cargarCboLeyenda();
     break;
 case 'buscarAmbienteFisico':
     require_once "ActionMantenimientoGeneral.php";
     header("Content-type: text/xml");
     $o_ActionMant = new ActionMantenimientoGeneral();
     $resultado = $o_ActionMant->buscarAmbienteFisico($parametros["p2"], $parametros["p3"]);
     break;
 case 'grabarAgregarAlmacen':
     require_once "ActionMantenimientoGeneral.php";
     $o_ActionMantenimientoGeneral = new ActionMantenimientoGeneral();