$diaF = date("t", strtotime($diaI));
for ($i = 1; $i <= $diaF; $i++) {
    $sel = "";
    $d = date("j", strtotime(fechasys()));
    if ($i == $d) {
        $sel = " selected ='true'";
    }
    echo "<option value='{$i}' {$sel}>{$i}</option>";
}
?>
				 <option value="todas">Todos</option>
				 </select></th>
				<th>Tipo</th>
				<th><?php 
$xS = new cSelect("cTipoPoliza", "idTipoPoliza", "contable_polizasdiarios");
$xS->addEspOption("todas", "Todas");
$xS->setOptionSelect("todas");
$xS->addEvent("onchange", "jsObtenPolizas");
$xS->show(false);
?>
</th>
			</tr>
		</tbody>
	</table>
<div id="divListado">
<?php 
echo jsaGetPolizas();
?>
</div>
</fieldset>
</form>
$sqlTP = "SELECT idcreditos_periocidadpagos, descripcion_periocidadpagos\n    \t\t\t\t\t\t\t\t\t\tFROM creditos_periocidadpagos";
$xTP = new cSelect("cPeriocidad", "idPeriocidad", $sqlTP);
$xTP->setEsSql();
$xTP->addEspOption("todas", "Todos");
$xTP->setOptionSelect("todas");
$xTP->show(false);
?>
							</td>
					</tr>
					<tr>
							<th>Oficial de Credito</th>
							<td><?php 
$sqlTO = "SELECT id, nombre_completo FROM oficiales /* WHERE estatus='activo' */ ";
$xTO = new cSelect("cOficial", "idOficial", $sqlTO);
$xTO->setEsSql();
$xTO->addEspOption("todas", "Todos");
$xTO->show(false);
$xTO->setOptionSelect("todas");
?>
</td>

							<!-- Acciones -->

						<td><a class='button' onclick='jsGetCreditosByCriteria()'><img src='../images/common/icon-new.png'>Obtener Creditos</a></td>
						<td colspan='2'><a class='button' onclick='jsMarkAll()'><img src='../images/common/default.png'>Marcar Todos</a></td>
						</tr>
					</table>
				</fieldset>

				<fieldset>
					<legend>
			<th>Reporte </th>
			<td><?php 
$sqlCL = "SELECT * FROM general_reports WHERE aplica='cajalocal' ";
$xC = new cSelect("ereport", "ireport", $sqlCL);
$xC->setEsSql();
$xC->show(false);
?>
</td>
		</tr>
		<tr>
		<th colspan="2">Filtro de Personas</th>
		<th>Estado en el Sistema</th>
		<td>
			<?php 
$xE = new cSelect("estatus", "", "socios_estatus");
$xE->addEspOption("todas", "Todas / Cualquiera");
$xE->setOptionSelect("todas");
$xE->show(false);
?>
</td>
		</tr>
		<tr>
			<td>Exportar como</td>
			<td colspan="3"><select name="mostrar_como">
				<option value="default" selected>Por Defecto(xml)</option>
				<option value="csv">Archivo Delimitado por comas (cvs)</option>
				<option value="csv">Archivo Delimitado por Tabulaciones(tvs)</option>
				<option value="txt">Archivo de Texto(txt)</option>
				<option value="page">Pagina Web(www)</option>
				<option value="xls">Excel</option>
			</select>
					Del: <?php 
    echo ctrl_date(0);
    ?>
 <br /> <br />
					 Al: <?php 
    echo ctrl_date(1);
    ?>
				</fieldset>
			</td>
		</tr>
		<tr>
			<td><fieldset>
			Tipos de Polizas:<br />
				<?php 
    $cTPol = new cSelect("ctipopolizas", "idtipopolizas", "contable_polizasdiarios");
    $cTPol->addEspOption("todas", "Todas");
    $cTPol->setOptionSelect("todas");
    $cTPol->show(false);
    ?>
		
		</fieldset></td>
		<td>
		<fieldset>
			<legend>Numeros</legend>
			Del: <input type='text' name='cNumeroInicial' value='0' id="iNumeroInicial" size='4' /> <br /> <br />
			 Al: <input type='text' name='cNumeroFinal' value='999999' id="iNumeroFinal" size='4' />
		</fieldset>		
		</td>
		</tr>
		
		</tbody>
<form name='frmupdateperiodo'  action="cambiarperiodo.frm.php" method="post">
	<table>
		<tr>
			<th>PERIODO ACTUAL</th>
			<td class='aviso'><?php 
echo EACP_PER_SOLICITUDES;
?>
 </td>
		</tr>	
		<tr>
			<th>PERIODO NUEVO</th>
			<td><?php 
$sql = "SELECT * FROM creditos_periodos WHERE fecha_final >='" . fechasys() . "'";
$xTO = new cSelect("cPeriodo", "idPeriodo", $sql);
$xTO->setEsSql();
$xTO->addEspOption("nuevo", "Agregar uno Nuevo");
$xTO->addEvent("onblur", "jsToAction");
$xTO->setOptionSelect(EACP_PER_SOLICITUDES);
$xTO->show(false);
?>
			</td>
		</tr>
		<tr>
			<th colspan='2'>
				<input type="submit" value="ENVIAR">
				<input type="button" value="Agregar un Periodo Nuevo" onClick="addPeriodo();;" >
				<input type="button" name="sendme" value="SALIR" onClick="setTerminar();">			
			</th>
		</tr>
	</table>
					<tr>
						<td>Valoraci&oacute;n</td>
						<td><input type='text' name='cFactor' id="idFactor" value='0'></td>
					</tr>					
				</table>
	</fieldset>
			</td>
		</tr>
    <tr>
      <td>
		<fieldset>
			<legend>Tipo de Cuentas</legend>
			Tipo de Cuentas :<br />
			<?php 
$cCta = new cSelect("tipocuentas", "", "contable_catalogotipos");
$cCta->addEspOption("algunas", "Algunas");
$cCta->addEspOption("todas", "Todas");
$cCta->addEspOption("cuadre", "Cuadre");
$cCta->setOptionSelect("todas");
$cCta->show(false);
?>
			<br />
			Cuentas:<br />
			<select name="ecuentas" id="idecuentas">
				<option value="todas" selected>Todas</option>
				<!-- <option value="con_movimientos">Con Movimientos</option>		-->
				<option value="saldo_no_cero">Con Saldos Diferentes a Cero</option>
				<option value="saldo_no_cero_con_mvtos">Con Movimientos y Saldo Diferentes a Cero</option>
				<option value="saldo_no_cero_o_mvtos">Con Movimientos o Saldo Diferentes a Cero</option>
			</select>
		</fieldset>    
    $xRec->init();
    $DRec = $xRec->getDatosInArray();
    $MontoOperacion = $DRec["total_operacion"];
    //=========================== HTML
    echo $xP->getHeader();
    /*echo $xJS->setIncludeJQuery();*/
    $jxc->drawJavaScript(false, true);
    echo $xP->setBodyinit();
    $xFrm = new cHForm("frmCobrosEnCheque", "cobro-cheques.frm.php");
    //agrega en un hidden el idrecibo
    $xTxt = new cHText("id");
    //$xTxt->setIncludeLabel(false);
    $xTxt2 = new cHText("id");
    $xSel1 = new cSelect("iBancos1", "iBancos1", TBANCOS_ENTIDADES);
    $xSel2 = new cSelect("iBancos2", "iBancos2", TBANCOS_ENTIDADES);
    $xSel2->addEspOption(SYS_NINGUNO);
    $xSel2->setOptionSelect(SYS_NINGUNO);
    $xFrm->addHElem("<div class='title'>IMPORTE : {$MontoOperacion}</div>");
    $xTxt->addEvent("jsActualizarPago", "onkeyup");
    //$xTxt->setDropProperty("disabled");
    $xFrm->addHElem(array($xSel1->get("Cheque 1.- Banco"), $xTxt2->get("iNumeroCheque1", "", "Cheque 1.- Numero"), $xTxt->getDeMoneda("iMontoCheque1", "Cheque 1.- Monto", 0)));
    $xFrm->addHElem("<div class='title'>TOTAL : <mark id='idtotal'>0</mark></div>");
    $xFrm->addHTML("<input type='hidden' id='iRecibo' name='iRecibo' value='{$recibo}' />");
    $xFrm->addHTML("<input type='hidden' id='iDiferencia' name='iDiferencia' value='0' />");
    $xFrm->addHTML("<input type='hidden' id='iTotal' name='iTotal' value='{$MontoOperacion}' />");
    $xFrm->addHTML("<div id='avisos'></div>");
    echo $xFrm->get();
    echo $xP->setBodyEnd();
    //=========================== HTML
    ?>
<script>
	<div class="element-select" ><label class="title">Empresa<span class="required">*</span></label>
		<?php 
$xEmp = new cSocios_aeconomica_dependencias();
$xSel = new cSelect("idempresa", "idempresa", $xEmp->get());
$xSel->addEvent("onchange", "jsaGetEmpresa");
echo $xSel->get();
?>
	</div>
	<div class="element-select" >
		<label class="title">Periocidad<span class="required">*</span></label>
	<?php 
$sqlSc = "SELECT\r\n\t\t\t    `creditos_periocidadpagos`.`idcreditos_periocidadpagos`,\r\n\t\t\t    `creditos_periocidadpagos`.`descripcion_periocidadpagos`\r\n\t\t    FROM\r\n\t\t\t    `creditos_periocidadpagos` `creditos_periocidadpagos`\r\n\t\t    WHERE\r\n\t\t\t    (`creditos_periocidadpagos`.`idcreditos_periocidadpagos` !=99) ";
$xTP = new cSelect("periocidadpagos", "idperiocidadpagos", $sqlSc);
$xTP->addEvent("onchange", "jsaGetEmpresa");
$xTP->setOptionSelect(SYS_NINGUNO);
$xTP->addEspOption(SYS_NINGUNO);
$xTP->SetEsSql();
$xTP->show(false);
?>
	</div>
	<div class="element-select" id="divperiodo">
		<label class="title">Periodo</label>
		<input type="number" name="idPeriodo" id="idPeriodo" onchange="jsaGetMontoDelPeriodo()" onblur="jsaGetMontoDelPeriodo()" /></div>
	<div class="element-text" ><label class="title">Monto</label><input type="number" name="idMonto" id="idMonto" /></div>
	
	<div class="element-submit" ><input type="button" value="Guardar" onclick="jsSavePago()" />
	<input type="button" value="Estado de Cuenta" onclick="jsPrintEstadoCuenta()" /></div>

</form>

<!-- Stop Formoid form-->
$jxc->exportFunction('getListenPermissions', array('idKeyNow'), "#idPermisos");
$jxc->exportFunction('jsaSetAplicarPermisos', array('idKeyNow', 'idusuario'), "#idSalida");
$jxc->exportFunction('jsaSetClearPermisos', array('idKeyNow'), "#idSalida");
$jxc->exportFunction('jsaSetAplicarPerfiles', array('idKeyNow'), "#idSalida");
$jxc->exportFunction('jsaSetLiberarPermisos', array('idKeyNow'), "#idSalida");
$jxc->process();
$xHP->init("getListenPermissions()");
$xFRM = new cHForm("frmpermisos", "./");
$xBtn = new cHButton();
$xTxt = new cHText();
$xDate = new cHDate();
$xSel = new cHSelect();
$vSql = "SELECT\n\t\t\t\t`general_menu`.`idgeneral_menu`,\n\t\t\t\t`general_menu`.`menu_title` AS 'descripcion'\n\t\t\tFROM\n\t\t\t\t`general_menu` `general_menu`\n\t\t\tWHERE menu_type='parent'\n\t\t\tORDER BY `general_menu`.`menu_parent`,`general_menu`.`idgeneral_menu` ";
$cSel = new cSelect("cParents", "idParents", $vSql);
$cSel->setEsSql();
$cSel->addEspOption("0", "Principal");
$cSel->addEspOption("9999", "No Asignados");
//$cSel->addEvent("onchange", "getListChilds");
$xFRM->addDivSolo($cSel->get("TR.Menu"), "", "tx34", "", array(1 => array("id" => "trNY")));
$xFRM->addFootElement('<input type="hidden" id="strCompPermissions" /><input type="hidden" id="idKeyNow" />
					<input type="hidden" id="idusuario" />');
$xFRM->addDivSolo("<div id=\"idPermisos\" ></div>", "<div id=\"idSalida\" ></div>", "tx24", "tx24", array(1 => array("id" => "idforms"), 2 => array("id" => "ilstChilds")));
$xFRM->addHTML('<div id="tdCompilado"></div><input type="hidden" value="99@rw" name="cPermisosTotales" id="idPermisosTotales" />');
//$xFRM->OButton("TR.Aplicar de Forma Recursiva", "compilePermissions(); tasetSendRecursive();", "ejecutar");
//$xFRM->OButton("TR.Salvar Permisos", "compilePermissions(); tasetSavePermissions();", "guardar");
$xFRM->OButton("TR.Limpiar Permisos", "jsaSetClearPermisos()", "eliminar");
$xFRM->OButton("TR.Liberar Permisos", "jsaSetLiberarPermisos()", "libre");
$xFRM->OButton("TR.Aplicar Perfiles", "jsaSetAplicarPerfiles()", "usuarios");
$xFRM->addAviso(" ");
echo $xFRM->get();
$jxc->drawJavaScript(false, true);
echo jsBasicContable("frmreports");
$xBtn = new cHButton("");
$xChk = new cHCheckBox();
echo $xHP->setBodyinit("initComponents();");
?>
<form name="frmreports" method="post" action="" class="formoid-default">
<table>
	<tbody>
    <tr>
		<td><fieldset>
			<legend>Tipo de Cuentas</legend>
			Tipo de Cuentas :<br />
			<?php 
$cCta = new cSelect("tipocuentas", "", "contable_catalogotipos");
//$cCta->addEspOption("algunas", "Algunas");
$cCta->addEspOption(SYS_TODAS);
//$cCta->addEspOption("cuadre", "Cuadre");
$cCta->setOptionSelect(SYS_TODAS);
$cCta->show(false);
?>
<br />
	<!-- comparativo Real vs Presupuesto -->
	<!-- en Presentacion Especial UDIS/Pesos/Dolares -->
		</fieldset>
		</td>
		</tr>
		<tr>
			<td><fieldset>
				<legend>Rango de Niveles</legend>
				<select name="rangoNiveles" id="idrangoNiveles">
					<option value="1">Titulo</option>
			<?php 
$sqlSc = "SELECT id, nombre_completo FROM cajeros";
$xS = new cSelect("cajero", "", $sqlSc);
$xS->addEspOption(SYS_TODAS);
//$xS->setOptionSelect(SYS_TODAS);
$xS->SetEsSql();
$xS->show(false);
?>
			</td>
		</tr>
		<!-- empresa -->
		<tr>
			<td>Empresa</td>
			<td colspan="3"><?php 
$cTC = new cSelect("empresa", "", "socios_aeconomica_dependencias");
$cTC->addEspOption(SYS_TODAS);
$cTC->setOptionSelect(SYS_TODAS);
$cTC->show(false);
?>
</td>
		</tr>
		<tr>
			<td>Exportar como</td>
			<td colspan="3"><select name="mostrar_como">
				<option value="default" selected>Por Defecto(xml)</option>
				<option value="csv">Archivo Delimitado por comas (cvs)</option>
				<option value="csv">Archivo Delimitado por Tabulaciones(tvs)</option>
				<option value="txt">Archivo de Texto(txt)</option>
				<option value="page">Pagina Web(www)</option>
				<option value="xls">Excel</option>
			</select>
 function addTipoDeOperacion($base = false, $base2 = false)
 {
     $base = setNoMenorQueCero($base);
     if ($base > 0) {
         $xHSel = new cHSelect();
         $xSel = $xHSel->getListaDeOperacionesPorBase($base, "idtipo_de_operacion", $base2);
     } else {
         $xTb = new cOperaciones_tipos();
         $xSel = new cSelect("idtipo_de_operacion", "idtipo_de_operacion", $xTb->get());
     }
     $xSel->addEspOption(SYS_TODAS);
     $xSel->setOptionSelect(SYS_TODAS);
     $this->mJsVars .= "var idtipo_de_operacion\t= \$('#idtipo_de_operacion').val();\r\n";
     $this->mURL .= " + \"&operacion=\" + idtipo_de_operacion ";
     $v = $xSel->get("TR.Tipo de Operacion", true);
     //TODO. Agregar indentificadores de tipo de operacion
     $this->mStruct .= $v;
 }
$xSF->setOptionSelect("todas");
$xSF->show(false);
?>
			 <br />
			Estatus Actual	<br />
			<?php 
$xse = new cSelect("estatuscredito", "", "creditos_estatus");
$xse->addEspOption("todas", "Todos");
$xse->setOptionSelect("todas");
$xse->show(false);
?>
<br />
			Tipo de Producto:	<br />
			<?php 
$xsc = new cSelect("tipo_convenio", "", "creditos_tipoconvenio");
$xsc->addEspOption("todas", "Todos");
$xsc->setOptionSelect("todas");
$xsc->show(false);
?>
			</fieldset>
			</td>

			<td colspan="2">
			<fieldset>
			<legend>Datos Referentes a Reportes de Movimientos</legend>
			Tipo de Operacion:<br />
			<?php 
echo ctrl_select("operaciones_tipos", " name='tipo_operacion' ");
?>
			 <br />
//=====================================================================================================
$oficial = elusuario($iduser);
$parent = parametro("cmenu", false, MQL_RAW);
$parent = parametro("tipo", $parent, MQL_RAW);
$txtBuscar = parametro("idbuscar", "", MQL_RAW);
$txtBuscar = parametro("buscar", $txtBuscar, MQL_RAW);
$xHP = new cHPage("TR.Editar Configuracion del Sistema", HP_GRID);
if ($parent == false and $txtBuscar == "") {
    $xHP = new cHPage("TR.Editar Configuracion del Sistema", HP_FORM);
    $xHP->init();
    $xFRM = new cHForm("frmeditar", "configuracion.editar.frm.php");
    $xFRM->setTitle($xHP->getTitle());
    $sqlMost = "SELECT tipo, CONCAT('(' , COUNT(nombre_del_parametro), ') ', tipo ) AS 'conceptos'\r\n\t\t\t\t\t    FROM entidad_configuracion\r\n\t\t\t\t\tGROUP BY tipo\r\n\t\t\t\t\tORDER BY tipo ";
    $cSel = new cSelect("cmenu", "cmenu", $sqlMost);
    $cSel->setEsSql();
    $cSel->addEspOption(SYS_TODAS);
    $cSel->setOptionSelect(SYS_TODAS);
    $xFRM->addHElem($cSel->get("TR.Parametro", true));
    $xFRM->OText("idbuscar", "", "TR.Buscar Texto");
    $xFRM->addSubmit();
    echo $xFRM->get();
} else {
    $filtro1 = "";
    $filtro2 = "";
    $filtro1 = ($parent != SYS_TODAS and $parent != false and $parent != "") ? " tipo = '{$parent}' " : "";
    if ($txtBuscar != "") {
        $filtro2 .= trim($filtro1) == "" ? "" : " AND ";
        $filtro2 .= " ( nombre_del_parametro LIKE '%{$txtBuscar}%' OR descripcion_del_parametro LIKE '%{$txtBuscar}%' ) ";
    }
    $xHP->setNoDefaultCSS();
    echo $xHP->getHeader(true);
    echo CSS_GENERAL_FILE;
    ?>
" rel="stylesheet" type="text/css">
</head>
<body>
<fieldset>
	<legend>Editar Menus por Modulos Especificos</legend>
<form name="frmmenu" method="POST" action="./editar_menu.frm.php">
	<table>
		<tr>
			<td>
			<?php 
    $sqlMost = "SELECT idgeneral_menu, CONCAT(menu_title, ' ', idgeneral_menu) AS 'menu' FROM general_menu WHERE menu_type='parent' ORDER BY menu_title";
    $cSel = new cSelect("cmenu", "idmenu", $sqlMost);
    $cSel->setEsSql();
    $cSel->addEspOption("todas", "TODAS");
    $cSel->setOptionSelect("todas");
    echo $cSel->show();
    ?>
			</td>
			<td>
				Buscar Texto Parecido a:</td>
			<td>
				<input type="text" id="idBuscar" name="cBuscar" />
			</td>
			<td>
				<input type="submit" value="Mostrar" />
			</td>
	
		</tr>