color: #006699;
}
-->
</style>
<script type="text/javascript" language="JavaScript1.2" src="../../../swap/js/stm31.js"></script>
<link href="../shared/css/cabecera.css" rel="stylesheet" type="text/css">
<link href="../shared/css/general.css" rel="stylesheet" type="text/css">
<link href="../shared/css/tablas.css" rel="stylesheet" type="text/css">
<link href="../shared/css/ventanas.css" rel="stylesheet" type="text/css">
<script type="text/javascript" language="JavaScript1.2" src="js/stm31.js"></script>
<link href="css/nomina.css" rel="stylesheet" type="text/css">
</head>
<body>
<?php 
	require_once("sigesp_sno_c_cierre_periodo.php");
	$io_cierreperiodo = new sigesp_sno_c_cierre_periodo();
	uf_limpiarvariables();
	switch ($ls_operacion) 
	{
		case "CERRAR_PERIODO":
			$ld_fechadesde=$_SESSION["la_nomina"]["fecdesper"];
			$ld_fechahasta=$_SESSION["la_nomina"]["fechasper"];
			$lb_valido=$io_cierreperiodo->uf_chequear_encargaduria();
			if ($lb_valido)
			{
		 		$lb_valido=$io_cierreperiodo->uf_procesar_cierre_periodo($ls_peractnom,$ld_fechadesde,$ld_fechahasta,$la_seguridad); 
				if ($lb_valido)
				{
					uf_limpiarvariables();
				}
			}
}
a:active {
	color: #006699;
}
-->
</style>
<link href="../shared/css/cabecera.css" rel="stylesheet" type="text/css">
<link href="../shared/css/general.css" rel="stylesheet" type="text/css">
<link href="../shared/css/tablas.css" rel="stylesheet" type="text/css">
<link href="../shared/css/ventanas.css" rel="stylesheet" type="text/css">
<script type="text/javascript" language="JavaScript1.2" src="js/stm31.js"></script>
</head>
<body>
<?php
	require_once("sigesp_sno_c_cierre_periodo.php");
	$io_cierreperiodo = new sigesp_sno_c_cierre_periodo();
	require_once("../shared/class_folder/grid_param.php");
	$io_grid=new grid_param();
	uf_limpiarvariables();
	switch ($ls_operacion) 
	{
		case "NUEVO":
		 	$lb_valido=$io_cierreperiodo->uf_select_periodo_anterior($li_totrows,$lo_object); 
			break;

		case "ABRIR_PERIODO":
			$ls_peractnom=$_SESSION["la_nomina"]["peractnom"];
			$ls_codperi_abrir=$io_cierreperiodo->io_funciones->uf_rellenar_izq((intval($ls_peractnom)-1),0,3);
			$lb_valido=$io_cierreperiodo->uf_procesar_abrir_periodo($ls_codperi_abrir,$ls_peractnom,$la_seguridad);
			print "<script language='javascript'>"; 
			print "	close();";