//	   Creado Por: Ing. Yesenia Moreno
    // Fecha Creación: 21/04/2006
    //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
    $la_columna = array('codigo' => '<b>Código</b>', 'nombre' => '<b>Nombre</b>', 'rif' => '<b>Rif</b>', 'direccion' => '<b>Dirección</b>', 'telefono' => '<b>Teléfono</b>', 'especialidad' => '<b>Especialidad</b>', 'nivel' => '<b>Nivel de Contratación</b>', 'calificacion' => '<b>Calificación de Contratación</b>', 'capacidad' => '<b>Capacidad Financiera</b>');
    $la_config = array('showHeadings' => 0, 'fontSize' => 8, 'titleFontSize' => 10, 'showLines' => 0, 'shaded' => 0, 'shadeCol' => array(0.8, 0.8, 0.8), 'shadeCol2' => array(0.9, 0.9, 0.9), 'width' => 900, 'maxWidth' => 900, 'xOrientation' => 'center', 'cols' => array('codigo' => array('justification' => 'center', 'width' => 55), 'nombre' => array('justification' => 'left', 'width' => 175), 'rif' => array('justification' => 'center', 'width' => 60), 'direccion' => array('justification' => 'left', 'width' => 180), 'telefono' => array('justification' => 'center', 'width' => 80), 'especialidad' => array('justification' => 'center', 'width' => 140), 'nivel' => array('justification' => 'center', 'width' => 60), 'calificacion' => array('justification' => 'center', 'width' => 60), 'capacidad' => array('justification' => 'right', 'width' => 90)));
    $io_pdf->ezTable($la_data, $la_columna, '', $la_config);
}
// end function uf_print_detalle
//--------------------------------------------------------------------------------------------------------------------------------
//-----------------------------------------------------  Instancia de las clases  ------------------------------------------------
require_once "../../shared/ezpdf/class.ezpdf.php";
require_once "../../shared/class_folder/sigesp_include.php";
$io_in = new sigesp_include();
$con = $io_in->uf_conectar();
require_once "sigesp_rpc_class_report.php";
$io_report = new sigesp_rpc_class_report($con);
require_once "../../shared/class_folder/class_sql.php";
$io_sql = new class_sql($con);
//----------------------------------------------------  Parámetros del encabezado  -----------------------------------------------
$ls_titulo = "<b>Listado de Proveedores</b>";
//--------------------------------------------------  Parámetros para Filtar el Reporte  -----------------------------------------
$ls_codemp = $_SESSION["la_empresa"]["codemp"];
if (array_key_exists("hidtipo", $_POST)) {
    $ls_tipo = $_POST["hidtipo"];
} else {
    $ls_tipo = $_GET["hidtipo"];
}
if (array_key_exists("hidorden", $_POST)) {
    $li_orden = $_POST["hidorden"];
} else {
    $li_orden = $_GET["hidorden"];
    $io_pdf->ezTable($la_data, $la_columna, '', $la_config);
    $io_pdf->restoreState();
    $io_pdf->closeObject();
    $io_pdf->addObject($io_encabezado, 'all');
}
// end function uf_print_cabecera_detalle
//------------------------------------------------------------------------------------------------------------------------------
//-----------------------------------------------------  Instancia de las clases  ------------------------------------------------
require_once "../../shared/ezpdf/class.ezpdf.php";
require_once "../../shared/class_folder/sigesp_include.php";
require_once "sigesp_rpc_class_report.php";
require_once "../../shared/class_folder/class_sql.php";
require_once "../../shared/class_folder/class_funciones.php";
$io_in = new sigesp_include();
$con = $io_in->uf_conectar();
$io_report = new sigesp_rpc_class_report($con);
$io_sql = new class_sql($con);
$io_funcion = new class_funciones();
//----------------------------------------------------  Parámetros del encabezado  -----------------------------------------------
$ls_titulo = "<b>Certificado de Inscripción</b>";
//--------------------------------------------------  Parámetros para Filtar el Reporte  -----------------------------------------
if (array_key_exists("hidorden", $_POST)) {
    $li_orden = $_POST["hidorden"];
} else {
    $li_orden = $_GET["hidorden"];
}
if (array_key_exists("hidcodproben1", $_POST)) {
    $ls_codproben1 = $_POST["hidcodproben1"];
} else {
    $ls_codproben1 = $_GET["hidcodproben1"];
}
    // Fecha Creación: 21/04/2006
    //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
    $la_columna = array('cedula' => '', 'nombre' => '', 'apellido' => '', 'cuenta' => '');
    $la_config = array('showHeadings' => 0, 'fontSize' => 9, 'titleFontSize' => 9, 'showLines' => 0, 'shaded' => 0, 'width' => 520, 'maxWidth' => 520, 'xPos' => 300, 'cols' => array('cedula' => array('justification' => 'center', 'width' => 70), 'nombre' => array('justification' => 'left', 'width' => 180), 'apellido' => array('justification' => 'left', 'width' => 180), 'cuenta' => array('justification' => 'center', 'width' => 90)));
    // Justificación y ancho de la columna
    $io_pdf->ezTable($la_data, $la_columna, '', $la_config);
}
// end function uf_print_detalle
//--------------------------------------------------------------------------------------------------------------------------------
//-----------------------------------------------------  Instancia de las clases  ------------------------------------------------
require_once "../../shared/ezpdf/class.ezpdf.php";
require_once "../../shared/class_folder/sigesp_include.php";
$io_in = new sigesp_include();
$con = $io_in->uf_conectar();
require_once "sigesp_rpc_class_report.php";
$io_report = new sigesp_rpc_class_report($con);
require_once "../../shared/class_folder/class_sql.php";
$io_sql = new class_sql($con);
//----------------------------------------------------  Parámetros del encabezado  -----------------------------------------------
$ls_titulo = "<b>Listado de Beneficiarios</b>";
//--------------------------------------------------  Parámetros para Filtar el Reporte  -----------------------------------------
if (array_key_exists("hidorden", $_POST)) {
    $li_orden = $_POST["hidorden"];
} else {
    $li_orden = $_GET["hidorden"];
}
if (array_key_exists("hidcedula1", $_POST)) {
    $ls_cedula1 = $_POST["hidcedula1"];
} else {
    $ls_cedula1 = $_GET["hidcedula1"];
}
    // Fecha Creación: 21/04/2006
    //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
    $la_columna = array('codigo' => '<b>Código</b>', 'nombre' => '<b>Nombre</b>', 'rif' => '<b>Rif</b>', 'nit' => '<b>Nit</b>', 'telefono' => '<b>Teléfono</b>');
    $la_config = array('showHeadings' => 0, 'fontSize' => 9, 'titleFontSize' => 11, 'showLines' => 0, 'shaded' => 0, 'shadeCol' => array(0.8, 0.8, 0.8), 'shadeCol2' => array(0.9, 0.9, 0.9), 'width' => 520, 'maxWidth' => 520, 'xPos' => 300, 'cols' => array('codigo' => array('justification' => 'center', 'width' => 70), 'nombre' => array('justification' => 'left', 'width' => 200), 'rif' => array('justification' => 'right', 'width' => 85), 'nit' => array('justification' => 'right', 'width' => 85), 'telefono' => array('justification' => 'right', 'width' => 80)));
    // Justificación y ancho de la columna
    $io_pdf->ezTable($la_data, $la_columna, '', $la_config);
}
// end function uf_print_detalle
//--------------------------------------------------------------------------------------------------------------------------------
//-----------------------------------------------------  Instancia de las clases  ------------------------------------------------
require_once "../../shared/ezpdf/class.ezpdf.php";
require_once "../../shared/class_folder/sigesp_include.php";
$io_in = new sigesp_include();
$con = $io_in->uf_conectar();
require_once "sigesp_rpc_class_report.php";
$io_report = new sigesp_rpc_class_report($con);
require_once "../../shared/class_folder/class_sql.php";
$io_sql = new class_sql($con);
//----------------------------------------------------  Parámetros del encabezado  -----------------------------------------------
$ls_titulo = "<b>Listado de Proveedores</b>";
//--------------------------------------------------  Parámetros para Filtar el Reporte  -----------------------------------------
$ls_codemp = $_SESSION["la_empresa"]["codemp"];
if (array_key_exists("hidtipo", $_POST)) {
    $ls_tipo = $_POST["hidtipo"];
} else {
    $ls_tipo = $_GET["hidtipo"];
}
if (array_key_exists("hidorden", $_POST)) {
    $li_orden = $_POST["hidorden"];
} else {
    $li_orden = $_GET["hidorden"];
    //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
    $la_datos[1] = array('direccion' => '_________________________________________________________________________________________________________________________');
    $la_columna = array('direccion' => '');
    $la_config = array('showHeadings' => 0, 'fontSize' => 8, 'titleFontSize' => 11, 'showLines' => 0, 'shaded' => 0, 'width' => 550, 'maxWidth' => 550, 'xOrientation' => 'center', 'outerLineThickness' => 0.5, 'innerLineThickness' => 0.5, 'cols' => array('direccion' => array('justification' => 'left', 'width' => 550)));
    // Justificación y ancho de la columna
    $io_pdf->ezTable($la_datos, $la_columna, '', $la_config);
}
// end function uf_print_fin
//--------------------------------------------------------------------------------------------------------------------------------
//-----------------------------------------------------  Instancia de las clases  ------------------------------------------------
require_once "../../shared/ezpdf/class.ezpdf.php";
require_once "../../shared/class_folder/sigesp_include.php";
$io_in = new sigesp_include();
$con = $io_in->uf_conectar();
require_once "sigesp_rpc_class_report.php";
$io_report = new sigesp_rpc_class_report($con);
require_once "../../shared/class_folder/class_sql.php";
$io_sql = new class_sql($con);
require_once "../../shared/class_folder/class_funciones.php";
$io_funcion = new class_funciones();
//----------------------------------------------------  Parámetros del encabezado  -----------------------------------------------
$ls_titulo = "<b>Listado de Proveedores</b>";
//--------------------------------------------------  Parámetros para Filtar el Reporte  -----------------------------------------
$ls_codemp = $_SESSION["la_empresa"]["codemp"];
if (array_key_exists("hidtipo", $_POST)) {
    $ls_tipo = $_POST["hidtipo"];
} else {
    $ls_tipo = $_GET["hidtipo"];
}
if (array_key_exists("hidorden", $_POST)) {
    $li_orden = $_POST["hidorden"];