require_once('../include/orm.php');
require_once('../include/globals.php');
require_once('../include/util.php');
$_plaft_index_db_connected = $Link == '';
if($_plaft_index_db_connected) $Link = connectDb();
define('DBCONNECTED', 1);
debugstartpage();
if( isset($_x) ) {
//if( $_x != '' ) {
$_x = $_x == '' ? array() : StringTokenize($_x, ",");
$_result = array();
$_result['version'] = array('actual' => 297);
$_result['visibility'] = array();
$_initialvars = arrayExclude(get_defined_vars(), array("_*", "form_*", "s_*", "GLOBALS", "Link", "thisname"));
}
require('../main/base.events.php');
// isbasewindow:
// On Open
while( ($__action == "" or $__action == "executedonopen") and (empty($_x) or in('onopen', $_x)) ) {
$__action = "executedonopen";
//print("ESTADO2: $estado2
");
//print(".......................... S_access: $s_access
");
$wi = getusersetting("plaft.url");
/**
if( $proyecto == "" )
$proyecto = getusersetting("emprendimientos.proyecto");
else
setusersetting("emprendimientos.proyecto", $proyecto);
**/
if( $wi != "" ) {
//if( $proyecto != "" )
// redirect(substr($wi, "?") !== false ? "$wi&proyecto=$proyecto" : "$wi?proyecto=$proyecto");
//else
redirect($wi);
} else {
redirect("alerta.php");
}
/**
if( $emprendimiento == '' && $proyecto == '' ) {
redirect("../ventas/ordenventa.php");
} else {
redirect("../emprendimientos/operaciones.php?emprendimiento=$emprendimiento&proyecto=$proyecto");
}
**/
// Si puso header location para ir a otra pagina cierra el script
if( !isset($_x) and $__exiting ) {
disconnectDb($Link); exit(0);
}
break;
}
// PHP Vars
while( ($__action == "" or $__action == "executedonopen") and isset($_GET['_x']) and empty($_x) ) {
$__row0 = array();
$_result['morevars'] = $__row0;
break;
}
if( has($_x, 'pdf') or has($_x, 'pdfprint') or has($_x, 'pdfprint2') ) {
require_once('../include/fpdfreport.php');
$_pdf = new PDF((isset($_orientation) ? $_orientation : 'P'),'pt', (isset($_size) ? $_size : 'A4' ));
$_pdf->initialPage = ($_page != '' ? $_page : 1);
//$_pdf->SetAutoPageBreak(true);
$_pdf->title = "";
$_pdf->SetTopMargin(50);
$_pdf->AliasNbPages();
$_pdf->AddPage();
}
if( has($_x, 'pdf') or has($_x, 'pdfprint') or has($_x, 'pdfprint2') ) {
$_pdf->Output();
}
?>
if( !isset($_x) ) {
?>
if( isset($_export) ) { ?>
header("Content-type: application/vnd.ms-excel");
header("Content-Disposition: attachment; filename=index.xls");
//echo('');
//echo('');
echo('');
?> } else { ?>