<?php require '/Constantes.php'; require "menuOperaciones.php"; ?> <?php $ventanaCenter = new windowCenter(); echo $ventanaCenter->mainmenu(); ?> <link rel="stylesheet" type="text/css" media="all" href="<?php echo CONSTANT_PATH_SIMA_RAIZ; ?> /calendario/calendar-brown.css" title="win2k-cold-1" /> <!-- librer�a principal del calendario --> <script type="text/javascript" src="<?php echo CONSTANT_PATH_SIMA_RAIZ; ?> /calendario/calendar.js"></script> <!-- librer�a para cargar el lenguaje deseado --> <script type="text/javascript" src="<?php echo CONSTANT_PATH_SIMA_RAIZ; ?> /calendario/lang/calendar-es.js"></script> <!-- librer�a que declara la funci�n Calendar.setup, que ayuda a generar un calendario en unas pocas l�neas de c�digo --> <script type="text/javascript" src="<?php echo CONSTANT_PATH_SIMA_RAIZ; ?>
public function despliegaSolicitudes($hora1, $fecha1, $usuario, $entidad, $titulo, $bali, $basedatos) { ?> <?php $ventanaCenter = new windowCenter(); echo $ventanaCenter->mainmenu(); ?> <link rel="stylesheet" type="text/css" media="all" href="<?php echo CONSTANT_PATH_SIMA_RAIZ; ?> /calendario/calendar-brown.css" title="win2k-cold-1" /> <!-- librer�a principal del calendario --> <script type="text/javascript" src="<?php echo CONSTANT_PATH_SIMA_RAIZ; ?> /calendario/calendar.js"></script> <!-- librer�a para cargar el lenguaje deseado --> <script type="text/javascript" src="<?php echo CONSTANT_PATH_SIMA_RAIZ; ?> /calendario/lang/calendar-es.js"></script> <!-- librer�a que declara la funci�n Calendar.setup, que ayuda a generar un calendario en unas pocas l�neas de c�digo --> <script type="text/javascript" src="<?php echo CONSTANT_PATH_SIMA_RAIZ; ?> /calendario/calendar-setup.js"></script> <script language=javascript> function ventanaSecundaria (URL){ window.open(URL,"ventana1","width=800,height=600,scrollbars=YES") } </script> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <?php $estilos = new muestraEstilos(); $estilos->styles(); ?> </head> <META HTTP-EQUIV="Refresh" CONTENT="100"> <body> <div class="page_right"> <form id="form1" name="form1" method="post" > <h1 align="center"><?php echo $titulo; ?> </h1> <p align="center" > <span >Escoge la Fecha </span> <input onChange="this.form.submit();" name="fechaInicial" type="text" id="campo_fecha" size="10" maxlength="10" readonly="" value="<?php if (!$_POST['fechaInicial']) { echo $fecha1; } else { echo $_POST['fechaInicial']; } ?> "/> </label> <input name="button" type="image" id="lanzador" value="cargar" src="../imagenes/btns/fechadate.png" /> </p> <!--<table width="700" class="table table-striped">--> <table width="700" class="table-template-left"> <tr > <th width="17" >Hora</th> <th width="37" >Folio</th> <th width="114" >Nombre Paciente </th> <th width="78" >Procedencia</th> <th width="47" >Usuario</th> <th width="54" >Cubiculo</th> <th width="54" >---</th> <th width="54" >Status</th> <th width="45" >Print</th> <th width="17" >Solicitud</th> </tr> <?php if (!$_POST['fechaInicial']) { $_POST['fechaInicial'] = $fecha1; } $cendis = new whoisCendis(); $sSQL = "\r\nSELECT *\r\nFROM\r\ncargosCuentaPaciente \r\nwhere\r\n(\r\nentidad='" . $entidad . "'\r\nand\r\nfechaSolicitud='" . $_POST['fechaInicial'] . "'\r\nand\r\n(almacenDestino='" . $bali . "' or almacen='" . $bali . "' )\r\nand\r\n(statusCargo='standby' or statusCargo='cargado')\r\nand\r\n(folioVenta!='' and folioVenta!='0')\r\n\r\nand\r\n(keyClientesInternos!='' and keyClientesInternos!='0')\r\nand\r\nnaturaleza='C'\r\nand\r\n(tipoPaciente='interno' or tipoPaciente='urgencias')\r\nand\r\nnumSolicitud!=''\r\n and\r\nstatusDevolucion!='si'\r\n)\r\nor\r\n(\r\nentidad='" . $entidad . "'\r\nand\r\n\r\nfechaSolicitud='" . $_POST['fechaInicial'] . "'\r\n and\r\nstatusDevolucion='si'\r\nand\r\n(statusCargo='standby' or statusCargo='cargado')\r\nand\r\n(almacenDestino='" . $bali . "' or almacen='" . $bali . "' )\r\nand\r\n(folioVenta!='' and folioVenta!='0')\r\n\r\nand\r\n(keyClientesInternos!='' and keyClientesInternos!='0')\r\nand\r\nnaturaleza='A'\r\nand\r\n(tipoPaciente='interno' or tipoPaciente='urgencias')\r\nand\r\nnumSolicitud!=''\r\n)\r\n\r\n\r\n\r\n\r\n\r\ngroup by numSolicitud\r\norder by horaSolicitud DESC"; if ($usuario == 'omorales') { // echo "SQL: ".$sSQL; // echo '<br>'; } $result = mysql_db_query($basedatos, $sSQL); while ($myrow = mysql_fetch_array($result)) { $a += 1; $fV[0] = $myrow['folioVenta']; $sSQL8a = "\r\nSELECT paciente,cuarto,almacen,medico\r\nFROM\r\nclientesInternos\r\nWHERE\r\nentidad='" . $entidad . "'\r\n and\r\nfolioVenta='" . $fV[0] . "'"; $result8a = mysql_db_query($basedatos, $sSQL8a); $myrow8a = mysql_fetch_array($result8a); $sSQL8ad = "\r\nSELECT nombreCompleto\r\nFROM\r\nmedicos\r\n\r\nWHERE\r\nentidad='" . $entidad . "'\r\nand\r\nnumMedico='" . $myrow8a['medico'] . "'"; $result8ad = mysql_db_query($basedatos, $sSQL8ad); $myrow8ad = mysql_fetch_array($result8ad); $sSQL8ab = "\r\nSELECT descripcion\r\nFROM\r\nalmacenes\r\n\r\nWHERE\r\nentidad='" . $entidad . "'\r\nand\r\nalmacen='" . $myrow8a['almacen'] . "'"; $result8ab = mysql_db_query($basedatos, $sSQL8ab); $myrow8ab = mysql_fetch_array($result8ab); $sSQL8abc = "\r\nSELECT *\r\nFROM\r\ntraspasosEspeciales\r\n\r\nWHERE\r\nkeyCAP='" . $myrow['keyCAP'] . "'\r\n"; $result8abc = mysql_db_query($basedatos, $sSQL8abc); $myrow8abc = mysql_fetch_array($result8abc); $sSQLd = "SELECT \r\nstatusCargo\r\nFROM cargosCuentaPaciente\r\nWHERE\r\nentidad='" . $entidad . "'\r\nand\r\nnumSolicitud='" . $myrow['numSolicitud'] . "'\r\nand\r\nstatusCargo='standby' \r\nand\r\n(almacenDestino='" . $bali . "' or almacen='" . $bali . "')\r\n \r\n"; $resultd = mysql_db_query($basedatos, $sSQLd); $myrowd = mysql_fetch_array($resultd); if ($myrowd['statusCargo'] != '') { $status = 'Pendiente'; } else { $status = 'Surtido'; } ?> <tr > <td > <?php echo $myrow['horaSolicitud']; ?> </td> <td > <a href="javascript:wopen('../cargos/despliegaCargos.php?numeroE=<?php echo $myrow['numeroE']; ?> &nCuenta=<?php echo $myrow['nCuenta']; ?> &almacen=<?php echo $ALMACEN; ?> &almacenFuente=<?php echo $ALMACEN; ?> &nT=<?php echo $nT; ?> &tipoCliente=<?php echo $tipoCliente; ?> &tipoMovimiento=<?php echo 'cierreCuenta'; ?> &tipoPaciente=interno&folioVenta=<?php echo $myrow['folioVenta']; ?> ','popup',900,900);"> <?php echo $myrow['folioVenta']; ?> </a> </td> <td > <?php if ($myrow8abc['keyPA'] != NULL) { if ($myrow8abc['status'] != 'done') { echo '<span >'; echo $myrow8a['paciente']; echo '</br>'; echo '</span>'; echo '<span class="informativo">'; echo '<blink>' . 'Sin Existencias en almacen, Favor de Surtir en Farmacia! ' . '</blink>'; echo '</span>'; } else { ?> <span > <?php echo $myrow8a['paciente']; ?> </span> <?php } } else { ?> <span > <?php echo $myrow8a['paciente']; ?> </span> <?php } ?> <span > <?php if ($myrow['statusDevolucion'] == 'si') { if ($myrow['statusCargo'] != 'cargado') { echo '<div class="error">Solicita Devolucion</div>'; } else { echo '</br>'; echo '<div class="success">Devolucion Aplicada</div>'; } } ?> </span> </span></td> <td ><?php echo $myrow8ab['descripcion']; ?> </td> <td ><?php echo $myrow['usuario']; ?> </td> <td ><?php echo $myrow8a['cuarto']; ?> </td> <td > <?php if ($myrowd['statusCargo'] != '') { ?> <a href="#" onclick="javascript:ventanaSecundaria('<?php echo CONSTANT_PATH_SIMA_RAIZ; ?> /cargos/despliegaSolicitudesDirectas.php?departamentoSolicitante=<?php echo $myrow['descripcionAlmacen']; ?> &numeroE=<?php echo $myrow['numeroE']; ?> &medico=<?php echo $myrow8ad['nombreCompleto']; ?> &nCuenta=<?php echo $myrow['nCuenta']; ?> &almacen=<?php echo $bali; ?> &seguro=<?php echo $_POST['seguro']; ?> &almacenDestino=<?php echo $bali; ?> &folioVenta=<?php echo $myrow['folioVenta']; ?> &paciente=<?php echo $myrow8a['paciente']; ?> &usuario=<?php echo $myrow['usuario']; ?> &numSolicitud=<?php echo $myrow['numSolicitud']; ?> &usuarioSolicitante=<?php echo $myrow['usuario']; ?> &horaSolicitud=<?php echo $myrow['horaSolicitud']; ?> &fechaSolicitud=<?php echo $myrow['fecha1']; ?> ')"> Cargar </a> <?php } else { echo '---'; } ?> </td> <td ><?php echo $status; ?> </td> <td > <a href="javascript:ventanaSecundaria('../ventanas/printTraspasosSD.php?departamentoSolicitante=<?php echo $myrow['descripcionAlmacen']; ?> &medico=<?php echo $myrow8ad['nombreCompleto']; ?> &paciente=<?php echo $myrow8a['paciente']; ?> &keyCAP=<?php echo $myrow['keyCAP']; ?> &nOrden=<?php echo $myrow['nOrden']; ?> &departamentoSolicitante=<?php echo $myrow8ab['descripcion']; ?> &entidad=<?php echo $entidad; ?> &random=<?php echo $rand; ?> &usuarioCargo=<?php echo $usuario; ?> &usuarioSolicitante=<?php echo $myrow['usuario']; ?> &fecha=<?php echo $fecha1; ?> &hora=<?php echo $hora1; ?> &usuarioSolicitante=<?php echo $myrow['usuario']; ?> &fechaSolicitud=<?php echo $myrow['fechaSolicitud']; ?> &horaSolicitud=<?php echo $myrow['horaSolicitud']; ?> &numSolicitud=<?php echo $myrow['numSolicitud']; ?> &folioVenta=<?php echo $myrow['folioVenta']; ?> &keyClientesInternos=<?php echo $myrow['keyClientesInternos']; ?> &almacenDestino=<?php echo $bali; ?> ','ventana7','800','600','yes');" /> <img src="<?php echo CONSTANT_PATH_SIMA_RAIZ; ?> /imagenes/btns/printer.png" width="30" height="30" /> </a> </td> <td ><?php echo $myrow['numSolicitud']; ?> </td> </tr> <?php } ?> </table> <p> </p> </form> <script type="text/javascript"> Calendar.setup({ inputField : "campo_fecha", // id del campo de texto ifFormat : "%Y-%m-%d", // formato de la fecha que se escriba en el campo de texto button : "lanzador" // el id del bot�n que lanzar� el calendario }); </script> </div> </body> </html> <?php }