include_once "../core/core.error.inc.php";
include_once "../core/core.html.inc.php";
include_once "../core/core.init.inc.php";
$theFile = __FILE__;
$permiso = getSIPAKALPermissions($theFile);
if ($permiso === false) {
    header("location:../404.php?i=999");
}
$_SESSION["current_file"] = addslashes($theFile);
//<=====	FIN_H
$iduser = $_SESSION["log_id"];
//=====================================================================================================
$xHP = new cHPage("TR.Reportes acumulados");
$xHP->init();
$xRPT = new cPanelDeReportes();
$xRPT->addSucursales();
?>
<body>
<fieldset>
	<legend>Informe Generales Acumulados en un Rago de Fechas</legend>
	
<form name='frmreports'>
	<table >
		<tr>
			<td>Fecha Incial</td><td><?php 
echo ctrl_date(0);
?>
</td>
			<td>Fecha Final</td><td><?php 
echo ctrl_date(1);
?>