public function AbuscarPersonaCarnetizacion($datos)
 {
     $oLCarnetizacion = new LCarnetizacion();
     $o_TablaHtmlx = new tablaDHTMLX();
     $arrayFilas = $oLCarnetizacion->LbuscarPersonaCarnetizacion($datos);
     $cboActividadesTipoCertificado = $oLCarnetizacion->LcargarComboTipoCertificado();
     $cboActividadesTipoCertificado = is_array($cboActividadesTipoCertificado) ? $cboActividadesTipoCertificado : array();
     $cboProcedencia = $oLCarnetizacion->LcargarComboProcedencia();
     $cboProcedencia = is_array($cboProcedencia) ? $cboProcedencia : array();
     $columnaCombo = 6;
     $columnaCombo1 = 7;
     $arrayCabecera = array(0 => "idPacienteLaboratorio", 1 => "cod Per", 2 => "Nombre", 3 => "Ver", 4 => "DNI", 5 => "Certificado", 6 => "Tipo Certificado", 7 => "Procedencia", 8 => "Resultado", 9 => "Fec. Emisión", 10 => "Fec. Caducidad", 11 => "Impreso", 12 => "Entregado", 13 => "bImpreso", 14 => "bEntregado", 15 => "idCertificado", 16 => "iidEntregaCertificados", 17 => "iIdSubTipoCertificado", 18 => "fechaActual", 19 => "fechaCaducidad", 20 => "iIdProcedenciaCarnetizacion", 21 => "Imprimir", 22 => "Nombre", 23 => "Paterno", 24 => "Materno", 25 => "Apellidos", 26 => "Permiso Impresion", 27 => "Estado Impresicion", 28 => "Duplicado");
     $arrayTamano = array(0 => "20", 1 => "60", 2 => "200", 3 => "60", 4 => "60", 5 => "130", 6 => "110", 7 => "90", 8 => "80", 9 => "60", 10 => "70", 11 => "60", 12 => "60", 13 => "60", 14 => "60", 15 => "60", 16 => "60", 17 => "60", 18 => "60", 19 => "60", 20 => "60", 21 => "60", 22 => "60", 23 => "60", 24 => "60", 25 => "60", 26 => "60", 27 => "60", 28 => "60");
     $arrayTipo = array(0 => "ro", 1 => "ro", 2 => "ro", 3 => "img", 4 => "ro", 5 => "ro", 6 => "co", 7 => "co", 8 => "ro", 9 => "ro", 10 => "ro", 11 => "ro", 12 => "ro", 13 => "ro", 14 => "ro", 15 => "ro", 16 => "ro", 17 => "ro", 18 => "ro", 19 => "ro", 20 => "ro", 21 => "img", 22 => "ro", 23 => "ro", 24 => "ro", 25 => "ro", 26 => "ro", 27 => "ro", 28 => "ro");
     $arrayCursor = array(0 => "default", 1 => "default", 2 => "default", 3 => "default", 4 => "default", 5 => "default", 6 => "default", 7 => "default", 8 => "default", 9 => "default", 10 => "default", 11 => "default", 12 => "default", 13 => "default", 14 => "default", 15 => "default", 16 => "default", 17 => "default", 18 => "default", 19 => "default", 20 => "default", 21 => "pointer", 22 => "default", 23 => "default", 24 => "default", 25 => "default", 26 => "default", 27 => "default", 28 => "default");
     $arrayHidden = array(0 => "true", 1 => "false", 2 => "false", 3 => "false", 4 => "false", 5 => "false", 6 => "false", 7 => "false", 8 => "false", 9 => "false", 10 => "false", 11 => "false", 12 => "false", 13 => "true", 14 => "true", 15 => "true", 16 => "true", 17 => "true", 18 => "true", 19 => "true", 20 => "true", 21 => "false", 22 => "true", 23 => "true", 24 => "true", 25 => "true", 26 => "true", 27 => "true", 28 => "false");
     $arrayAling = array(0 => "left", 1 => "left", 2 => "left", 3 => "center", 4 => "center", 5 => "center", 6 => "center", 7 => "center", 8 => "center", 9 => "center", 10 => "center", 11 => "center", 12 => "center", 13 => "center", 14 => "center", 15 => "center", 16 => "center", 17 => "center", 18 => "center", 19 => "center", 20 => "center", 21 => "center", 22 => "center", 23 => "center", 24 => "center", 25 => "center", 26 => "center", 27 => "center", 28 => "center");
     //return $o_TablaHtmlx->stringXml($arrayCabecera, $arrayFilas, $arrayTamano, $arrayTipo, $arrayCursor,$arrayHidden,$arrayAlineacion);
     //        return $o_TablaHtmlx->generaTablaFullCombo($arrayCabecera, $arrayFilas, $arrayTamano, $arrayTipo, $arrayCursor, $arrayHidden, $arrayAling);
     return $o_TablaHtmlx->generaTablaFullComboCartetizacion($arrayCabecera, $arrayFilas, $arrayTamano, $arrayTipo, $arrayCursor, $arrayHidden, $arrayAling, $cboActividadesTipoCertificado, '', $columnaCombo, $columnaCombo1, $cboProcedencia);
 }
 public function busquedaPersonaMedicoAlta($datos)
 {
     $oLRnuevoPaciente = new LHospitalizacion();
     $o_TablaHtmlx = new tablaDHTMLX();
     $arrayFilas = $oLRnuevoPaciente->busquedaPersonaMedicoAlta($datos);
     //$arrayFilas = $oLActoMedico->cargaTratamientosAnteriores($datos);
     $arrayCabecera = array(0 => "CodigoPersona", 1 => "Apellido Paterno", 2 => "Apellido Materno", 3 => "Nombre Completo", 4 => "idEmpleado");
     $arrayTamano = array(0 => "120", 1 => "150", 2 => "150", 3 => "150", 4 => "150");
     $arrayTipo = array(0 => "ro", 1 => "ro", 2 => "ro", 3 => "ro", 4 => "ro");
     $arrayCursor = array(0 => "default", 1 => "default", 2 => "default", 3 => "default", 4 => "default");
     $arrayHidden = array(0 => "false", 1 => "false", 2 => "false", 3 => "false", 4 => "true");
     $arrayAling = array(0 => "left", 1 => "left", 2 => "left", 3 => "left", 4 => "left");
     return $o_TablaHtmlx->generaTabla($arrayCabecera, $arrayFilas, $arrayTamano, $arrayTipo, $arrayCursor, $arrayHidden, $arrayAling);
 }
Example #3
0
 public function mostrarTablaParteDiariaCierreCaja($datos)
 {
     $o_TablaHtmlx = new tablaDHTMLX();
     $oLCaja = new LCaja();
     $datos == '' ? $arrayFilas = array() : ($arrayFilas = $oLCaja->obtenerParteDiarioCierreCaja($datos));
     $arrayCabecera = array("0" => "Id", "1" => "Código", "2" => "Descripción", "3" => "Total");
     $arrayTamano = array("0" => "50", "1" => "100", "2" => "*", "3" => "100");
     $arrayTipo = array("0" => "ro", "1" => "ro", "2" => "ro", "3" => "ro");
     $arrayAlineacion = array("0" => "center", "1" => "center", "2" => "left", "3" => "center");
     $arrayHidden = array("0" => "true", "1" => "false", "2" => "false", "3" => "false");
     return $o_TablaHtmlx->stringXml($arrayCabecera, $arrayFilas, $arrayTamano, $arrayTipo, $arrayAlineacion, 0, $arrayHidden);
 }
Example #4
0
 public function spListaDetalleCartaEssaludPorCabeceraCarta($c_cod_per)
 {
     $o_LAfiliaciones = new LAfiliaciones();
     $o_TablaHtmlx = new tablaDHTMLX();
     $arrayExp = $o_LAfiliaciones->TablaListaDetalleCartaEssaludPorCabeceraCarta($c_cod_per);
     $arrayCabecera = array("0" => "Id Carta", "1" => "Id Carta", "2" => "Carta", "3" => "Monto", "4" => "Fecha Ini.", "5" => "Fecha. Fin.", "6" => "Estado", "7" => "Saldo");
     $arrayTamano = array("0" => "*", "1" => "100", "2" => "70", "3" => "70", "4" => "*", "5" => "*", "6" => "50", "7" => "120");
     $arrayTipo = array("0" => "ro", "1" => "ro", "2" => "ro", "3" => "ro", "4" => "ro", "5" => "ro", "6" => "ro", "7" => "ro");
     $arrayCursor = array("0" => "default", "1" => "default", "2" => "default", "3" => "default", "4" => "default", "5" => "default", "6" => "default", "7" => "default");
     $arrayHidden = array("0" => "true", "1" => "false", "2" => "true", "3" => "false", "4" => "false", "5" => "false", "6" => "false", "7" => "false");
     $arrayAling = array("0" => "lefth", "1" => "lefth", "2" => "center", "3" => "center", "4" => "center", "5" => "center", "6" => "center", "7" => "center");
     return $o_TablaHtmlx->generaTabla($arrayCabecera, $arrayExp, $arrayTamano, $arrayTipo, $arrayCursor, $arrayHidden, $arrayAling);
 }
Example #5
0
 public function xmlTablaServiciosUtilizadosSOP($accion, $token)
 {
     $o_TablaHtmlx = new tablaDHTMLX();
     $oLSOP = new LSOP();
     $arrayFilas = $oLSOP->spListaServiciosUtilizadosSOP($accion, $token);
     $arrayCabecera = array("iidServicioUtilizado" => "iidServicioUtilizado", "iidProgramacionSOP" => "iidProgramacionSOP", "c_cod_ser_pro" => "Codigo Servicio", "v_desc_ser_pro" => "Servicio", "cCodigoPersonaResponsable" => "cCodigoPersonaResponsable", "nomCompletoPerResp" => "Responsable", "btnBuscarResponsable" => "...", "btnEliminarResponsable" => "...");
     $arrayTamano = array("iidServicioUtilizado" => "80", "iidProgramacionSOP" => "80", "c_cod_ser_pro" => "100", "v_desc_ser_pro" => "200", "cCodigoPersonaResponsable" => "80", "nomCompletoPerResp" => "200", "btnBuscarResponsable" => "30", "btnEliminarResponsable" => "30");
     $arrayTipo = array("iidServicioUtilizado" => "ro", "iidProgramacionSOP" => "ro", "c_cod_ser_pro" => "ro", "v_desc_ser_pro" => "ro", "cCodigoPersonaResponsable" => "ro", "nomCompletoPerResp" => "ro", "btnBuscarResponsable" => "img", "btnEliminarResponsable" => "img");
     $arrayAlineacion = array("iidServicioUtilizado" => "center", "iidProgramacionSOP" => "center", "c_cod_ser_pro" => "center", "v_desc_ser_pro" => "left", "cCodigoPersonaResponsable" => "right", "nomCompletoPerResp" => "center", "btnBuscarResponsable" => "center", "btnEliminarResponsable" => "center");
     $arrayHidden = array("iidServicioUtilizado" => "false", "iidProgramacionSOP" => "false", "c_cod_ser_pro" => "false", "v_desc_ser_pro" => "false", "cCodigoPersonaResponsable" => "false", "nomCompletoPerResp" => "false", "btnBuscarResponsable" => "false", "btnEliminarResponsable" => "false");
     return $o_TablaHtmlx->stringXml($arrayCabecera, $arrayFilas, $arrayTamano, $arrayTipo, $arrayAlineacion, 0, $arrayHidden);
 }
Example #6
0
 function funcionArbolPopad($datos)
 {
     $oLPermisos = new LPermisos();
     $o_TablaHtmlx = new tablaDHTMLX();
     $arrayFilas = $oLPermisos->funcionArbolPopad($datos);
     $arrayCabecera = array(0 => "Id", 1 => "vNombrePuesto", 2 => "vDescripcionCcosto", 3 => "vDescripcion", 4 => "Estado", 5 => "bEstado", 6 => "...");
     $arrayTamano = array(0 => "40", 1 => "*", 2 => "120", 3 => "*", 4 => "*", 5 => "*", 6 => "30");
     $arrayTipo = array(0 => "ro", 1 => "ro", 2 => "ro", 3 => "ro", 4 => "ro", 5 => "ro", 6 => "img");
     $arrayCursor = array(0 => "default", 1 => "default", 2 => "default", 3 => "default", 4 => "default", 5 => "default", 5 => "pointer");
     $arrayHidden = array(0 => "false", 1 => "false", 2 => "true", 3 => "false", 4 => "false", 5 => "true", 6 => "false");
     $arrayAling = array(0 => "left", 1 => "left", 2 => "left", 3 => "left", 4 => "left", 5 => "left", 5 => "center");
     return $o_TablaHtmlx->generaTabla($arrayCabecera, $arrayFilas, $arrayTamano, $arrayTipo, $arrayCursor, $arrayHidden, $arrayAling);
 }
Example #7
0
 function aListarHistoriaCronogramaPaciente($datos)
 {
     $o_TablaHtmlx = new tablaDHTMLX();
     $o_LCita = new LCita();
     $arrayFilas = $o_LCita->lListarHistoriaCronogramaPaciente($datos);
     $arrayCabecera = array("0" => "Id", "1" => "Hora", "2" => "Tiempo", "3" => "Paciente", "4" => "Medico", "5" => "Servicio(s)", "6" => "Situacion", "7" => "Estado");
     $arrayTamano = array("0" => "50", "1" => "50", "2" => "70", "3" => "*", "4" => "*", "5" => "*", "6" => "70", "7" => "70");
     $arrayTipo = array("0" => "ro", "1" => "ro", "2" => "ro", "3" => "ro", "4" => "ro", "5" => "ro", "6" => "ro", "7" => "ro");
     $arrayAlineacion = array("0" => "center", "1" => "center", "2" => "left", "3" => "left", "4" => "left", "5" => "left", "6" => "center", "7" => "left");
     $arrayHidden = array("0" => "true", "1" => "false", "2" => "false", "3" => "false", "4" => "false", "5" => "false", "6" => "false", "7" => "false");
     return $o_TablaHtmlx->stringXml($arrayCabecera, $arrayFilas, $arrayTamano, $arrayTipo, $arrayAlineacion, 0, $arrayHidden);
 }
Example #8
0
 public function aListarTablaLeyendaReporteTriaje($datos)
 {
     $oLActoMedico = new LActoMedico();
     $o_TablaHtmlx = new tablaDHTMLX();
     $arrayFilas = $oLActoMedico->aCargarDatosPareElGraficoHistoriaTriaje($datos);
     //print_r($arrayFilas);
     $arrayCabecera = array(0 => "Edad Mes", 1 => "Valor", 2 => "Typo");
     $arrayTamano = array(0 => "*", 1 => "*", 2 => "*");
     $arrayTipo = array(0 => "ro", 1 => "ro", 2 => "ro");
     $arrayCursor = array(0 => "default", 1 => "default", 2 => "default");
     $arrayHidden = array(0 => "false", 1 => "false", 2 => "true");
     $arrayAling = array(0 => "left", 1 => "left", 2 => "left");
     return $o_TablaHtmlx->generaTabla($arrayCabecera, $arrayFilas, $arrayTamano, $arrayTipo, $arrayCursor, $arrayHidden, $arrayAling);
 }
Example #9
0
 public function getMedicosdhtmlx($datos)
 {
     $o_LPersona = new LPersona();
     $o_TablaHtmlx = new tablaDHTMLX();
     $arrayFilas = $o_LPersona->getMedicosdhtmlx($datos);
     $arrayCabecera = array(0 => "CODIGO", 1 => "MEDICO", 2 => "C. COSTOS", 3 => "", 4 => "");
     $arrayTamano = array(0 => "60", 1 => "*", 2 => "*", 3 => "*", 4 => "*");
     $arrayTipo = array(0 => "ro", 1 => "ro", 2 => "ro", 3 => "ro", 4 => "ro");
     $arrayCursor = array(0 => "default", 1 => "default", 2 => "default", 3 => "default", 4 => "default");
     $arrayHidden = array(0 => "false", 1 => "false", 2 => "false", 3 => "true", 4 => "true");
     $arrayAling = array(0 => "left", 1 => "left", 2 => "left", 3 => "left", 4 => "left");
     return $o_TablaHtmlx->generaTabla($arrayCabecera, $arrayFilas, $arrayTamano, $arrayTipo, $arrayCursor, $arrayHidden, $arrayAling);
 }
Example #10
0
 public function listaParentescoPaciente($codPersonaTitular)
 {
     $o_TablaHtmlx = new tablaDHTMLX();
     $o_LPersona = new LPersona();
     $arrayFilas = $o_LPersona->listaParentescoPaciente($codPersonaTitular);
     $arrayFilas = is_array($arrayFilas) ? $arrayFilas : array();
     $cboParemtesco = $o_LPersona->listaParentesco();
     $cboParemtesco = is_array($cboParemtesco) ? $cboParemtesco : array();
     $grabar = true;
     $eliminar = true;
     if (isset($_SESSION["permiso_formulario_servicio"][110]["GRABAR_PARENTESCO_PAC"]) && $_SESSION["permiso_formulario_servicio"][110]["GRABAR_PARENTESCO_PAC"] == 1) {
         $grabar = false;
     }
     if (isset($_SESSION["permiso_formulario_servicio"][110]["ELIMINAR_PARENTESCO_PAC"]) && $_SESSION["permiso_formulario_servicio"][110]["ELIMINAR_PARENTESCO_PAC"] == 1) {
         $eliminar = false;
     }
     $arrayCabecera = array(0 => "iidParentescoDePersona", 1 => "cCodigoPersonaPrincipal", 2 => "Código", 3 => "Persona", 4 => "idParentesco", 5 => "Parentesco", 6 => "Grabar", 7 => "Eliminar");
     $arrayTamanio = array(0 => "70", 1 => "70", 2 => "70", 3 => "250", 4 => "60", 5 => "200", 6 => "50", 7 => "70");
     $arrayTipo = array(0 => "ro", 1 => "ro", 2 => "ro", 3 => "ro", 4 => "ro", 5 => "co", 6 => "img", 7 => "img");
     $arrayCursor = array(0 => "default", 1 => "default", 2 => "default", 3 => "default", 4 => "default", 5 => "default", 6 => "default", 7 => "default");
     $arrayHidden = array(0 => "true", 1 => "true", 2 => "false", 3 => "false", 4 => "true", 5 => "false", 6 => $grabar, 7 => $eliminar);
     $arrayAling = array(0 => "left", 1 => "left", 2 => "center", 3 => "center", 4 => "center", 5 => "center", 6 => "center", 7 => "center");
     return $o_TablaHtmlx->generaTablaFullCombo($arrayCabecera, $arrayFilas, $arrayTamanio, $arrayTipo, $arrayCursor, $arrayHidden, $arrayAling, $cboParemtesco);
 }
Example #11
0
 function abrirPopudReporteMensualCronograma($datos)
 {
     $o_Lcronograma = new LCronograma();
     $o_TablaHtmlx = new tablaDHTMLX();
     $arrayFilas = $o_Lcronograma->labrirPopudReporteMensualCronograma($datos);
     $arrayCabecera = array(0 => "", 1 => "", 2 => "", 3 => "", 4 => ".", 5 => ".", 6 => "", 7 => "", 8 => "");
     $arrayTamano = array(0 => "40", 1 => "50", 2 => "80", 3 => "*", 4 => "*", 5 => "*", 6 => "*", 7 => "*", 8 => "*");
     $arrayTipo = array(0 => "ro", 1 => "ro", 2 => "ro", 3 => "ro", 4 => "ro", 5 => "ro", 6 => "ro", 7 => "ro", 8 => "ro");
     $arrayCursor = array(0 => "default", 1 => "default", 2 => "default", 3 => "default", 4 => "default", 5 => "default", 6 => "default", 7 => "default", 8 => "default");
     $arrayHidden = array(0 => "false", 1 => "false", 2 => "false", 3 => "false", 4 => "false", 5 => "false", 6 => "false", 7 => "false", 8 => "false");
     $arrayAling = array(0 => "left", 1 => "left", 2 => "left", 3 => "left", 4 => "left", 5 => "left", 6 => "left", 7 => "center", 8 => "left");
     return $o_TablaHtmlx->generaTabla($arrayCabecera, $arrayFilas, $arrayTamano, $arrayTipo, $arrayCursor, $arrayHidden, $arrayAling);
 }
Example #12
0
 public function AeliminacionComprobantePagoTabla($serieComprobante)
 {
     $o_TablaHtmlx = new tablaDHTMLX();
     $oLOrden = new LOrden();
     $arrayFilas = $oLOrden->LeliminacionComprobantePagoTabla($serieComprobante);
     $arrayCabecera = array("0" => "Codigo", "1" => "Fecha", "2" => "Afiliacion", "3" => "Servicio-Producto", "4" => "Pre-Unit", "5" => "Cantidad", "6" => "Total", "7" => "Estado");
     $arrayTamano = array("0" => "80", "1" => "100", "2" => "150", "3" => "320", "4" => "80", "5" => "80", "6" => "80", "7" => "250");
     $arrayTipo = array("0" => "ro", "1" => "ro", "2" => "ro", "3" => "ro", "4" => "ro", "5" => "ro", "6" => "ro", "7" => "ro");
     $arrayAlineacion = array("0" => "center", "1" => "left", "2" => "center", "3" => "left", "4" => "center", "5" => "center", "6" => "center", "7" => "center");
     $arrayHidden = array("0" => "true", "1" => "false", "2" => "false", "3" => "false", "4" => "false", "5" => "false", "6" => "false", "7" => "true");
     return $o_TablaHtmlx->stringXml($arrayCabecera, $arrayFilas, $arrayTamano, $arrayTipo, $arrayAlineacion, 0, $arrayHidden);
     //      $o_Html = new Tabla1($arraycabecera, 15, $arrayFilas, 'tablaOrden', 'filax', 'filay', 'filaSeleccionada', 'onClick', '', 5, $arrayTipo, 7, $arrayColorEstado);
 }
Example #13
0
 public function abuscarMaterialesLaboratorioPopap_3($datos)
 {
     $oLLaboratorio = new LLaboratorio();
     $o_TablaHtmlx = new tablaDHTMLX();
     $arrayFilas = $oLLaboratorio->lbuscarMaterialesLaboratorioPopap_3($datos);
     $arrayFilas = is_array($arrayFilas) ? $arrayFilas : array();
     $arrayCabecera = array("0" => "Id Muestra", "1" => "Cod Ser Pro", "2" => "Nombre Material");
     $arrayTamano = array("0" => "x", "1" => "x", "2" => "*");
     $arrayTipo = array("0" => "ro", "1" => "ro", "2" => "ro");
     $arrayCursor = array("0" => "default", "1" => "default", "2" => "default");
     $arrayHidden = array("0" => "false", "1" => "false", "2" => "true");
     $arrayAling = array("0" => "center", "1" => "center", "2" => "left");
     return $o_TablaHtmlx->generaTabla($arrayCabecera, $arrayFilas, $arrayTamano, $arrayTipo, $arrayCursor, $arrayHidden, $arrayAling);
 }
Example #14
0
 public function AtablaCrucedeHorarioParaTipoDescanso($datos)
 {
     $o_LRrhh = new LRrhh();
     $o_TablaHtmlx = new tablaDHTMLX();
     $arrayFilas = $o_LRrhh->LTablevalidarQueNoExitaProgramacion($datos);
     $arrayCabecera = array(0 => "idProgramacionPersona", 1 => "SEDE", 2 => "AREA", 3 => "FECHA", 4 => "TURNO", 5 => "Eliminar");
     $arrayTamano = array(0 => "5", 1 => "120", 2 => "120", 3 => "90", 4 => "95", 5 => "50");
     $arrayTipo = array(0 => "ro", 1 => "ro", 2 => "ro", 3 => "ro", 4 => "ro", 5 => "img");
     $arrayCursor = array(0 => "default", 1 => "default", 2 => "default", 3 => "default", 4 => "default", 5 => "pointer");
     $arrayHidden = array(0 => "false", 1 => "false", 2 => "false", 3 => "false", 4 => "false", 5 => "false");
     $arrayAling = array(0 => "left", 1 => "left", 2 => "left", 3 => "left", 4 => "center", 5 => "center");
     return $o_TablaHtmlx->generaTabla($arrayCabecera, $arrayFilas, $arrayTamano, $arrayTipo, $arrayCursor, $arrayHidden, $arrayAling);
 }
Example #15
0
 public function agregarProcedimientoNuevoInicio()
 {
     $o_LLogistica = new LLogistica();
     $o_TablaHtmlx = new tablaDHTMLX();
     //        $arrayFilas = $o_LLogistica->getTarifasProcedimientosProductos($datos);
     $arrayFilas = array();
     $arraycabecera = array(0 => "Codigo", 1 => "Descripcion", 2 => "Precio", 3 => "Cant.", 4 => "...", 5 => "....", 6 => "....");
     $arrayTamano = array(0 => "80", 1 => "410", 2 => "40", 3 => "40", 4 => "95", 5 => "35", 6 => "20");
     $arrayTipo = array(0 => "ro", 1 => "ro", 2 => "ro", 3 => "ro", 4 => "ro", 5 => "img", 6 => "ro");
     $arrayCursor = array(0 => "default", 1 => "default", 2 => "default", 3 => "default", 4 => "default", 5 => "pointer", 6 => "default");
     $arrayHidden = array(0 => "false", 1 => "false", 2 => "false", 3 => "false", 4 => "true", 5 => "false", 6 => "true");
     $arrayAling = array(0 => "left", 1 => "left", 2 => "left", 3 => "center", 4 => "center", 5 => "center", 6 => "center");
     return $o_TablaHtmlx->generaTabla($arraycabecera, $arrayFilas, $arrayTamano, $arrayTipo, $arrayCursor, $arrayHidden, $arrayAling);
 }
 public function tablaUnidad($datos)
 {
     $oLMantenimientoGeneral = new LMantenimientoGeneral();
     $o_TablaHtmlx = new tablaDHTMLX();
     $arrayExp = $oLMantenimientoGeneral->getUnidad($datos);
     $arrayCabecera = array("0" => "Id", "1" => "Unidad Medida", "2" => "Principal", "3" => "Equivalente", "4" => "Editar", "5" => "Eliminar");
     $arrayTamano = array("0" => "45", "1" => "*", "2" => "*", "3" => "*", "4" => "45", "5" => "50");
     $arrayTipo = array("0" => "ro", "1" => "ro", "2" => "ra", "3" => "ro", "4" => "img", "5" => "img");
     $arrayCursor = array("0" => "default", "1" => "default", "2" => "default", "3" => "default", "4" => "pointer", "5" => "pointer");
     $arrayHidden = array("0" => "false", "1" => "false", "2" => "false", "3" => "false", "4" => "false", "5" => "false");
     $arrayAling = array("0" => "lefth", "1" => "lefth", "2" => "lefth", "3" => "lefth", "4" => "center", "5" => "center");
     return $o_TablaHtmlx->generaTabla($arrayCabecera, $arrayExp, $arrayTamano, $arrayTipo, $arrayCursor, $arrayHidden, $arrayAling);
 }
Example #17
0
 public function getBuscarPersonasReporte($patron, $tipoDoc, $parametro, $funcion, $editar)
 {
     $o_LReporte = new LReporte();
     $patron = str_replace("\\", '', $patron);
     $o_TablaHtmlx = new tablaDHTMLX();
     $arrayFilas = $o_LReporte->getBuscarPersonasReporte($patron, $tipoDoc, $parametro, $editar);
     $arrayCabecera = array(0 => "Codigo", 1 => "Nombre", 2 => "", 3 => "", 4 => "", 5 => "", 6 => "", 7 => "...");
     $arrayTamano = array(0 => "50", 1 => "*", 2 => "*", 3 => "50", 4 => "50", 5 => "50", 6 => "50", 7 => "50");
     $arrayTipo = array(0 => "ro", 1 => "ro", 2 => "ro", 3 => "ro", 4 => "img", 5 => "ro", 6 => "ro", 7 => "ro");
     $arrayCursor = array(0 => "default", 1 => "pointer", 2 => "default", 3 => "default", 4 => "default", 5 => "default", 6 => "default", 7 => "default");
     $arrayHidden = array(0 => "false", 1 => "false", 2 => "false", 3 => "true", 4 => "false", 5 => "true", 6 => "true", 7 => "true");
     $arrayAling = array(0 => "center", 1 => "left", 2 => "left", 3 => "left", 4 => "center", 5 => "left", 6 => "left", 7 => "center");
     return $o_TablaHtmlx->generaTabla($arrayCabecera, $arrayFilas, $arrayTamano, $arrayTipo, $arrayCursor, $arrayHidden, $arrayAling);
 }
Example #18
0
 public function listaServiciosXFormulariosXPerfilXUsuario($codPersona, $idFormulario)
 {
     $o_LUsuario = new LUsuario();
     $o_TablaHtmlx = new tablaDHTMLX();
     $arrayFilas = $o_LUsuario->listaServiciosXFormulariosXPerfilXUsuario($codPersona, $idFormulario);
     $arrayCabecera = array(0 => "ID SERVICIO", 1 => "SERVICIO", 2 => "estado", 3 => "ESTADO");
     $arrayTamano = array(0 => "100", 1 => "380", 2 => "50", 3 => "180");
     $arrayTipo = array(0 => "ro", 1 => "ro", 2 => "ro", 3 => "ro");
     $arrayCursor = array(0 => "default", 1 => "default", 2 => "pointer", 3 => "default");
     $arrayHidden = array(0 => "false", 1 => "false", 2 => "true", 3 => "false");
     $arrayAling = array(0 => "center", 1 => "left", 2 => "left", 3 => "left");
     return $o_TablaHtmlx->generaTabla($arrayCabecera, $arrayFilas, $arrayTamano, $arrayTipo, $arrayCursor, $arrayHidden, $arrayAling);
 }