Esempio n. 1
0
        $this->SetY(265);
        $this->SetFont('ErasMDBT', '', 10);
        $this->SetTextColor(156, 156, 156);
        $this->Cell(70);
        $this->Cell(80, 4, $GLOBALS['CENTRO_DIRECCION'], 0, 1);
        $this->Cell(70);
        $this->Cell(80, 4, $GLOBALS['CENTRO_CODPOSTAL'] . ', ' . $GLOBALS['CENTRO_LOCALIDAD'] . ' (' . $GLOBALS['CENTRO_PROVINCIA'] . ')', 0, 1);
        $this->Cell(70);
        $this->Cell(80, 4, 'Tlf: ' . $GLOBALS['CENTRO_TELEFONO'] . '   Fax: ' . $GLOBALS['CENTRO_FAX'], 0, 1);
        $this->Cell(70);
        $this->Cell(80, 4, 'Correo: ' . $GLOBALS['CENTRO_CORREO'], 0, 1);
        $this->Ln(8);
    }
}
# creamos el nuevo objeto partiendo de la clase
$MiPDF = new GranPDF('P', 'mm', 'A4');
$MiPDF->AddFont('NewsGotT', '', 'NewsGotT.php');
$MiPDF->AddFont('NewsGotT', 'B', 'NewsGotTb.php');
$MiPDF->AddFont('ErasDemiBT', '', 'ErasDemiBT.php');
$MiPDF->AddFont('ErasDemiBT', 'B', 'ErasDemiBT.php');
$MiPDF->AddFont('ErasMDBT', '', 'ErasMDBT.php');
$MiPDF->AddFont('ErasMDBT', 'I', 'ErasMDBT.php');
$MiPDF->SetMargins(20, 20, 20);
# ajustamos al 100% la visualizacion
$MiPDF->SetDisplayMode('fullpage');
// Consulta  en curso.
foreach ($nombre as $val) {
    $trozos = explode(" --> ", $val);
    $claveal0 .= "claveal = '" . $trozos[1] . "' or ";
}
$claveal1 = substr($claveal0, 0, strlen($claveal0) - 4);
Esempio n. 2
0
        $this->SetTextColor(0, 122, 61);
        $this->Image('../../../img/pie.jpg', 0, 245, 25, '', 'jpg');
        $this->SetY(275);
        $this->SetFont('ErasMDBT', '', 8);
        $this->Cell(75);
        $this->Cell(80, 4, $GLOBALS['CENTRO_DIRECCION'] . '. ' . $GLOBALS['CENTRO_CODPOSTAL'] . ', ' . $GLOBALS['CENTRO_LOCALIDAD'] . ' (' . $GLOBALS['CENTRO_PROVINCIA'] . ')', 0, 1);
        $this->Cell(75);
        $this->Cell(80, 4, 'Telf: ' . $GLOBALS['CENTRO_TELEFONO'] . '   Fax: ' . $GLOBALS['CENTRO_FAX'], 0, 1);
        $this->Cell(75);
        $this->Cell(80, 4, 'Correo-e: ' . $GLOBALS['CENTRO_CORREO'], 0, 1);
        $this->SetTextColor(255, 255, 255);
    }
}
# creamos el nuevo objeto partiendo de la clase ampliada
$A4 = "A4";
$MiPDF = new GranPDF('P', 'mm', $A4);
$MiPDF->AddFont('NewsGotT', '', 'NewsGotT.php');
$MiPDF->AddFont('NewsGotT', 'B', 'NewsGotTb.php');
$MiPDF->AddFont('ErasDemiBT', '', 'ErasDemiBT.php');
$MiPDF->AddFont('ErasDemiBT', 'B', 'ErasDemiBT.php');
$MiPDF->AddFont('ErasMDBT', '', 'ErasMDBT.php');
$MiPDF->AddFont('ErasMDBT', 'I', 'ErasMDBT.php');
$MiPDF->SetMargins(25, 20, 20);
$MiPDF->SetDisplayMode('fullpage');
$titulo = "Comunicación de expulsión del aula";
$cuerpo = "Muy Srs. nuestros:\n\nPongo en su conocimiento que con fecha " . strftime("%e de %B de %Y", strtotime($fecha)) . " a su hijo/a {$nombre} {$apellidos}, alumno/a del grupo {$unidad}, le ha sido impuesta la suspensión del derecho de asistencia a clase tras haber sido expulsado del aula por el profesor {$profesor} por el siguiente motivo: \"{$asunto}\".\n\nAsimismo, le comunico que, según contempla el Plan de Convivencia del Centro, regulado por el Decreto 327/2010 de 13 de Julio por el que se aprueba el Reglamento Orgánico de los Institutos de Educación Secundaria, de reincidir su hijo/a en este tipo de conductas contrarias a las normas de convivencia del Centro podría imponérsele otra medida de corrección que podría llegar a ser la suspensión del derecho de asistencia al Centro.\n\nEn " . $config['centro_localidad'] . ", a " . strftime("%e de %B de %Y", strtotime($fecha)) . ".";
for ($i = 0; $i < 1; $i++) {
    # insertamos la primera pagina del documento
    $MiPDF->Addpage();
    // INFORMACION DE LA CARTA
    $MiPDF->SetY(45);
Esempio n. 3
0
         $this->SetTextColor(0, 122, 61);
         $this->Image('../../img/pie.jpg', 0, 245, 25, '', 'jpg');
         $this->SetY(275);
         $this->SetFont('ErasMDBT', '', 8);
         $this->Cell(75);
         $this->Cell(80, 4, $GLOBALS['CENTRO_DIRECCION'] . '. ' . $GLOBALS['CENTRO_CODPOSTAL'] . ', ' . $GLOBALS['CENTRO_LOCALIDAD'] . ' (' . $GLOBALS['CENTRO_PROVINCIA'] . ')', 0, 1);
         $this->Cell(75);
         $this->Cell(80, 4, 'Telf: ' . $GLOBALS['CENTRO_TELEFONO'] . '   Fax: ' . $GLOBALS['CENTRO_FAX'], 0, 1);
         $this->Cell(75);
         $this->Cell(80, 4, 'Correo-e: ' . $GLOBALS['CENTRO_CORREO'], 0, 1);
         $this->SetTextColor(255, 255, 255);
     }
 }
 #abre la base de datos
 # creamos el nuevo objeto partiendo de la clase ampliada
 $MiPDF = new GranPDF('P', 'mm', 'A4');
 $MiPDF->AddFont('NewsGotT', '', 'NewsGotT.php');
 $MiPDF->AddFont('NewsGotT', 'B', 'NewsGotTb.php');
 $MiPDF->AddFont('ErasDemiBT', '', 'ErasDemiBT.php');
 $MiPDF->AddFont('ErasDemiBT', 'B', 'ErasDemiBT.php');
 $MiPDF->AddFont('ErasMDBT', '', 'ErasMDBT.php');
 $MiPDF->AddFont('ErasMDBT', 'I', 'ErasMDBT.php');
 $MiPDF->SetMargins(25, 20, 20);
 # ajustamos al 100% la visualización
 $MiPDF->SetDisplayMode('fullpage');
 #elige selección múltiple
 $grupos = substr($_POST['grupos'], 0, -1);
 $tr_gr = explode(";", $grupos);
 //echo $grupos;
 foreach ($tr_gr as $valor) {
     $fila = 1;
Esempio n. 4
0
    {
        $this->SetTextColor(0, 122, 61);
        $this->Image('../../img/pie.jpg', 0, 245, 25, '', 'jpg');
        $this->SetY(275);
        $this->SetFont('ErasMDBT', '', 8);
        $this->Cell(75);
        $this->Cell(80, 4, $GLOBALS['CENTRO_DIRECCION'] . '. ' . $GLOBALS['CENTRO_CODPOSTAL'] . ', ' . $GLOBALS['CENTRO_LOCALIDAD'] . ' (' . $GLOBALS['CENTRO_PROVINCIA'] . ')', 0, 1);
        $this->Cell(75);
        $this->Cell(80, 4, 'Telf: ' . $GLOBALS['CENTRO_TELEFONO'] . '   Fax: ' . $GLOBALS['CENTRO_FAX'], 0, 1);
        $this->Cell(75);
        $this->Cell(80, 4, 'Correo-e: ' . $GLOBALS['CENTRO_CORREO'], 0, 1);
        $this->SetTextColor(255, 255, 255);
    }
}
# creamos el nuevo objeto partiendo de la clase
$MiPDF = new GranPDF('P', 'mm', 'A4');
$MiPDF->AddFont('NewsGotT', '', 'NewsGotT.php');
$MiPDF->AddFont('NewsGotT', 'B', 'NewsGotTb.php');
$MiPDF->AddFont('ErasDemiBT', '', 'ErasDemiBT.php');
$MiPDF->AddFont('ErasDemiBT', 'B', 'ErasDemiBT.php');
$MiPDF->AddFont('ErasMDBT', '', 'ErasMDBT.php');
$MiPDF->AddFont('ErasMDBT', 'I', 'ErasMDBT.php');
$MiPDF->SetMargins(20, 20, 20);
$MiPDF->SetDisplayMode('fullpage');
// Alumnos que deben reponer libros
$repo1 = "select distinct textos_alumnos.claveal from textos_alumnos, alma where alma.claveal = textos_alumnos.claveal and alma.curso = '{$niv}' and (estado = 'M' or estado = 'N') and devuelto = '1' order by alma.curso";
//echo $repo1;
$repo0 = mysqli_query($db_con, $repo1);
while ($repo = mysqli_fetch_array($repo0)) {
    $claveal = $repo[0];
    // Datos del alumno
Esempio n. 5
0
     {
         $this->SetTextColor(0, 122, 61);
         $this->Image('../../img/encabezado.jpg', 25, 14, 53, '', 'jpg');
         $this->SetFont('ErasDemiBT', 'B', 10);
         $this->SetY(15);
         $this->Cell(75);
         $this->MultiCell(170, 5, 'CONSEJERÍA DE EDUCACIÓN, CULTURA Y DEPORTE', 0, 'R', 0);
         $this->Ln(15);
     }
     function Footer()
     {
         $this->SetTextColor(0, 122, 61);
         $this->Image('../../img/pie.jpg', 0, 160, 24, '', 'jpg');
     }
 }
 $MiPDF = new GranPDF('L', 'mm', 'A4');
 $MiPDF->AddFont('NewsGotT', '', 'NewsGotT.php');
 $MiPDF->AddFont('NewsGotT', 'B', 'NewsGotTb.php');
 $MiPDF->AddFont('ErasDemiBT', '', 'ErasDemiBT.php');
 $MiPDF->AddFont('ErasDemiBT', 'B', 'ErasDemiBT.php');
 $MiPDF->AddFont('ErasMDBT', '', 'ErasMDBT.php');
 $MiPDF->AddFont('ErasMDBT', 'I', 'ErasMDBT.php');
 $MiPDF->SetMargins(25, 20, 20);
 $MiPDF->SetDisplayMode('fullpage');
 $titulo = "Listado de alumnos con asignaturas pendientes";
 $grupos = substr($_POST['grupos'], 0, -1);
 $tr_gr = explode(";", $grupos);
 foreach ($tr_gr as $valor) {
     $MiPDF->Addpage();
     $MiPDF->SetFont('NewsGotT', 'B', 12);
     $MiPDF->Multicell(0, 5, mb_strtoupper($titulo, 'iso-8859-1'), 0, 'C', 0);
Esempio n. 6
0
    {
        $this->SetTextColor(0, 122, 61);
        $this->Image('../../img/encabezado.jpg', 25, 14, 53, '', 'jpg');
        $this->SetFont('ErasDemiBT', 'B', 10);
        $this->SetY(15);
        $this->Cell(75);
        $this->MultiCell(170, 5, 'CONSEJERÍA DE EDUCACIÓN, CULTURA Y DEPORTE', 0, 'R', 0);
        $this->Ln(15);
    }
    function Footer()
    {
        $this->SetTextColor(0, 122, 61);
        $this->Image('../../img/pie.jpg', 0, 160, 24, '', 'jpg');
    }
}
$MiPDF = new GranPDF('L', 'mm', 'A4');
$MiPDF->AddFont('NewsGotT', '', 'NewsGotT.php');
$MiPDF->AddFont('NewsGotT', 'B', 'NewsGotTb.php');
$MiPDF->AddFont('ErasDemiBT', '', 'ErasDemiBT.php');
$MiPDF->AddFont('ErasDemiBT', 'B', 'ErasDemiBT.php');
$MiPDF->AddFont('ErasMDBT', '', 'ErasMDBT.php');
$MiPDF->AddFont('ErasMDBT', 'I', 'ErasMDBT.php');
$MiPDF->SetMargins(25, 20, 20);
$MiPDF->SetDisplayMode('fullpage');
$titulo = "Informe de tareas por expulsión";
$cuerpo = "";
$MiPDF->Addpage();
$MiPDF->SetFont('NewsGotT', 'B', 12);
$MiPDF->Multicell(0, 5, mb_strtoupper($titulo, 'iso-8859-1'), 0, 'C', 0);
$MiPDF->Ln(5);
$MiPDF->SetFont('NewsGotT', '', 12);
Esempio n. 7
0
        $this->Image('../../img/pie.jpg', 0, 245, 25, '', 'jpg');
        $this->SetY(275);
        $this->SetFont('ErasMDBT', '', 8);
        $this->Cell(75);
        $this->Cell(80, 4, $GLOBALS['CENTRO_DIRECCION'] . '. ' . $GLOBALS['CENTRO_CODPOSTAL'] . ', ' . $GLOBALS['CENTRO_LOCALIDAD'] . ' (' . $GLOBALS['CENTRO_PROVINCIA'] . ')', 0, 1);
        $this->Cell(75);
        $this->Cell(80, 4, 'Telf: ' . $GLOBALS['CENTRO_TELEFONO'] . '   Fax: ' . $GLOBALS['CENTRO_FAX'], 0, 1);
        $this->Cell(75);
        $this->Cell(80, 4, 'Correo-e: ' . $GLOBALS['CENTRO_CORREO'], 0, 1);
        $this->SetTextColor(255, 255, 255);
    }
}
# creamos el nuevo objeto partiendo de la clase
$MiPDF = new GranPDF('P', 'mm', 'A4');
# creamos el nuevo objeto partiendo de la clase
$MiPDF = new GranPDF('P', 'mm', 'A4');
$MiPDF->AddFont('NewsGotT', '', 'NewsGotT.php');
$MiPDF->AddFont('NewsGotT', 'B', 'NewsGotTb.php');
$MiPDF->AddFont('ErasDemiBT', '', 'ErasDemiBT.php');
$MiPDF->AddFont('ErasDemiBT', 'B', 'ErasDemiBT.php');
$MiPDF->AddFont('ErasMDBT', '', 'ErasMDBT.php');
$MiPDF->AddFont('ErasMDBT', 'I', 'ErasMDBT.php');
$MiPDF->SetMargins(25, 20, 20);
$MiPDF->SetDisplayMode('fullpage');
$fecha1 = explode("-", $fecha);
$dia = $fecha[0];
$mes = $fecha[1];
$ano = $fecha[2];
// Borramos registros anteriores
mysqli_query($db_con, "delete from actividadalumno where cod_actividad='{$id}'");
foreach ($_POST as $key => $value) {
Esempio n. 8
0
    {
        $this->SetTextColor(0, 122, 61);
        $this->Image('../../img/pie.jpg', 0, 245, 25, '', 'jpg');
        $this->SetY(275);
        $this->SetFont('ErasMDBT', '', 8);
        $this->Cell(75);
        $this->Cell(80, 4, $GLOBALS['CENTRO_DIRECCION'] . '. ' . $GLOBALS['CENTRO_CODPOSTAL'] . ', ' . $GLOBALS['CENTRO_LOCALIDAD'] . ' (' . $GLOBALS['CENTRO_PROVINCIA'] . ')', 0, 1);
        $this->Cell(75);
        $this->Cell(80, 4, 'Telf: ' . $GLOBALS['CENTRO_TELEFONO'] . '   Fax: ' . $GLOBALS['CENTRO_FAX'], 0, 1);
        $this->Cell(75);
        $this->Cell(80, 4, 'Correo-e: ' . $GLOBALS['CENTRO_CORREO'], 0, 1);
        $this->SetTextColor(255, 255, 255);
    }
}
# creamos el nuevo objeto partiendo de la clase
$MiPDF = new GranPDF('P', 'mm', 'A4');
$MiPDF->AddFont('NewsGotT', '', 'NewsGotT.php');
$MiPDF->AddFont('NewsGotT', 'B', 'NewsGotTb.php');
$MiPDF->AddFont('ErasDemiBT', '', 'ErasDemiBT.php');
$MiPDF->AddFont('ErasDemiBT', 'B', 'ErasDemiBT.php');
$MiPDF->AddFont('ErasMDBT', '', 'ErasMDBT.php');
$MiPDF->AddFont('ErasMDBT', 'I', 'ErasMDBT.php');
$MiPDF->SetMargins(25, 20, 20);
# ajustamos al 100% la visualizacion
$MiPDF->SetDisplayMode('fullpage');
if ($mes == '09') {
    $n_mes = 'Septiembre';
}
if ($mes == '10') {
    $n_mes = 'Octubra';
}
Esempio n. 9
0
     {
         $this->SetTextColor(0, 122, 61);
         $this->Image('../../img/pie.jpg', 0, 245, 25, '', 'jpg');
         $this->SetY(275);
         $this->SetFont('ErasMDBT', '', 8);
         $this->Cell(75);
         $this->Cell(80, 4, $GLOBALS['CENTRO_DIRECCION'] . '. ' . $GLOBALS['CENTRO_CODPOSTAL'] . ', ' . $GLOBALS['CENTRO_LOCALIDAD'] . ' (' . $GLOBALS['CENTRO_PROVINCIA'] . ')', 0, 1);
         $this->Cell(75);
         $this->Cell(80, 4, 'Telf: ' . $GLOBALS['CENTRO_TELEFONO'] . '   Fax: ' . $GLOBALS['CENTRO_FAX'], 0, 1);
         $this->Cell(75);
         $this->Cell(80, 4, 'Correo-e: ' . $GLOBALS['CENTRO_CORREO'], 0, 1);
         $this->SetTextColor(255, 255, 255);
     }
 }
 # creamos el nuevo objeto partiendo de la clase
 $MiPDF = new GranPDF('P', 'mm', 'A4');
 $MiPDF->AddFont('NewsGotT', '', 'NewsGotT.php');
 $MiPDF->AddFont('NewsGotT', 'B', 'NewsGotTb.php');
 $MiPDF->AddFont('ErasDemiBT', '', 'ErasDemiBT.php');
 $MiPDF->AddFont('ErasDemiBT', 'B', 'ErasDemiBT.php');
 $MiPDF->AddFont('ErasMDBT', '', 'ErasMDBT.php');
 $MiPDF->AddFont('ErasMDBT', 'I', 'ErasMDBT.php');
 # creamos el nuevo objeto partiendo de la clase ampliada
 $MiPDF->SetMargins(25, 20, 20);
 # ajustamos al 100% la visualización
 $MiPDF->SetDisplayMode('fullpage');
 $hoy = date('d-m-Y', time());
 $tutor = "Jefatura de Estudios";
 $titulo1 = "COMUNICACIÓN DE AMONESTACIÓN ESCRITA";
 for ($i = 0; $i <= count($valor) - 1; $i++) {
     $j += 1;
Esempio n. 10
0
        $this->SetTextColor(0, 122, 61);
        $this->Image('../../../img/pie.jpg', 0, 245, 25, '', 'jpg');
        $this->SetY(275);
        $this->SetFont('ErasMDBT', '', 8);
        $this->Cell(75);
        $this->Cell(80, 4, $GLOBALS['CENTRO_DIRECCION'] . '. ' . $GLOBALS['CENTRO_CODPOSTAL'] . ', ' . $GLOBALS['CENTRO_LOCALIDAD'] . ' (' . $GLOBALS['CENTRO_PROVINCIA'] . ')', 0, 1);
        $this->Cell(75);
        $this->Cell(80, 4, 'Telf: ' . $GLOBALS['CENTRO_TELEFONO'] . '   Fax: ' . $GLOBALS['CENTRO_FAX'], 0, 1);
        $this->Cell(75);
        $this->Cell(80, 4, 'Correo-e: ' . $GLOBALS['CENTRO_CORREO'], 0, 1);
        $this->SetTextColor(255, 255, 255);
    }
}
# creamos el nuevo objeto partiendo de la clase ampliada
$A4 = "A4";
$MiPDF = new GranPDF('P', 'mm', $A4);
$MiPDF->AddFont('NewsGotT', '', 'NewsGotT.php');
$MiPDF->AddFont('NewsGotT', 'B', 'NewsGotTb.php');
$MiPDF->AddFont('ErasDemiBT', '', 'ErasDemiBT.php');
$MiPDF->AddFont('ErasDemiBT', 'B', 'ErasDemiBT.php');
$MiPDF->AddFont('ErasMDBT', '', 'ErasMDBT.php');
$MiPDF->AddFont('ErasMDBT', 'I', 'ErasMDBT.php');
$MiPDF->SetMargins(25, 20, 20);
$MiPDF->SetDisplayMode('fullpage');
$titulo = "Ficha del información del Aula de Convivencia";
# insertamos la primera pagina del documento
$MiPDF->Addpage();
$MiPDF->Ln(8);
$MiPDF->SetFont('NewsGotT', 'B', 16);
$MiPDF->Multicell(0, 5, mb_strtoupper($titulo, 'iso-8859-1'), 0, 'C', 0);
$MiPDF->Ln(8);