예제 #1
0
     $resultado = $o_ActionRrhh->mntTablaCategoriaArea($datos);
     break;
 case 'desactivarTSEA':
     require_once "ActionRrhh.php";
     $o_ActionRrhh = new ActionRrhh();
     $resultado = $o_ActionRrhh->desactivarTSEA($parametros["p2"]);
     break;
 case 'mantenimientoAlmacenes':
     require_once "ActionMantenimientoGeneral.php";
     $o_ActionMant = new ActionMantenimientoGeneral();
     $resultado = $o_ActionMant->mantenimientoAlmacenes();
     break;
 case 'vistaUnidadMedida':
     require_once "ActionMantenimientoGeneral.php";
     $o_ActionMant = new ActionMantenimientoGeneral();
     $resultado = $o_ActionMant->vistaUnidadMedida();
     break;
 case 'resultadoalmacenes':
     require_once "ActionMantenimientoGeneral.php";
     header("Content-type: text/xml");
     $o_ActionMant = new ActionMantenimientoGeneral();
     $resultado = $o_ActionMant->resultadoalmacenes();
     break;
 case 'tablaUnidadMedida':
     require_once "ActionMantenimientoGeneral.php";
     header("Content-type: text/xml");
     $o_ActionMant = new ActionMantenimientoGeneral();
     $resultado = $o_ActionMant->tablaUnidadMedida();
     break;
 case 'tablaUnidad':
     require_once "ActionMantenimientoGeneral.php";