//=====================================================================================================
include_once "../core/go.login.inc.php";
include_once "../core/core.error.inc.php";
include_once "../core/core.html.inc.php";
include_once "../core/core.init.inc.php";
include_once "../core/core.db.inc.php";
$theFile = __FILE__;
$permiso = getSIPAKALPermissions($theFile);
if ($permiso === false) {
    header("location:../404.php?i=999");
}
$_SESSION["current_file"] = addslashes($theFile);
//=====================================================================================================
$xHP = new cHPage("TR.Reporte de Catalogo de Cuentas", HP_FORM);
echo $xHP->getHeader();
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);
include_once "../core/core.config.inc.php";
include_once "../core/core.contable.inc.php";
$oficial = elusuario($iduser);
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="<?php 
echo CSS_GENERAL_FILE;
?>
" rel="stylesheet" type="text/css">
</head>
<?php 
echo jsBasicContable("");
?>
<body onload="initComponents();">
<form name="frmBalanceGeneral" method="post" action="">
<fieldset>
<legend>Reporte Regulatorio: R01 A0111 - Catalogo Minimo</legend>
<table  >
	<tbody>
		<tr>
			<td>
			<fieldset>
			<legend>Periodo</legend>
				<table border='0'  >
					<tr>
						<td>Ejercicio</td><td><input type='text' name='ejercicio' id="idejercicio" value='<?php 
echo date("Y");
<?php 
$xHP->fin();
exit;
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="<?php 
echo CSS_GENERAL_FILE;
?>
" rel="stylesheet" type="text/css">
</head>
<?php 
echo jsBasicContable("frmrportauxiliares");
?>
<body onload="initComponents();">
<form name="frmrportauxiliares" method="post" action="">
<table  >
  <tbody>
  <tr>
  <td colspan="2">
	<fieldset>
		<fieldset>
			<legend>Movimientos</legend>
			Del: <input type='text' name='cFechaInicial' value='<?php 
echo "01-" . date("m-Y");
?>
' id="idFechaInicial" onchange="setFechaF_MX('idFechaInicial');" />
			 Al: <input type='text' name='cFechaFinal' value='<?php