From 37f7e12d54226dd2cec6332bdb7bcbeb1e511298 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96sterreicher?= Date: Tue, 19 Jun 2007 15:42:18 +0000 Subject: [PATCH] --- cis/private/profile/zeitwunsch.php | 2 +- content/ToDo_FASo.html | 9 +- content/fas.xul.php | 7 + content/fasoverlay.js.php | 22 ++ .../lehrveranstaltungnotenoverlay.xul.php | 217 ++++++++++++++++++ .../lehrveranstaltungoverlay.xul.php | 3 + .../statistik/lehrauftragsliste_gst.xls.php | 137 +++++++++++ .../interessentdokumenteoverlay.xul.php | 14 +- content/student/interessentoverlay.js.php | 80 +++++++ content/student/studentDBDML.php | 4 +- include/Excel/excel.php | 35 +++ include/adresse.class.php | 2 +- include/aufmerksamdurch.class.php | 6 +- include/berechtigung.class.php | 4 +- include/fas/benutzerfunktion.class.php | 10 +- include/funktion.class.php | 8 +- include/kontakt.class.php | 4 +- include/konto.class.php | 8 +- include/lehreinheitgruppe.class.php | 2 +- include/prestudent.class.php | 2 +- include/studiensemester.class.php | 25 ++ locale/de-AT/fas.dtd | 4 + .../personen/import/interessentenimport.php | 20 +- 23 files changed, 587 insertions(+), 38 deletions(-) create mode 100644 content/lvplanung/lehrveranstaltungnotenoverlay.xul.php create mode 100644 content/statistik/lehrauftragsliste_gst.xls.php create mode 100644 include/Excel/excel.php diff --git a/cis/private/profile/zeitwunsch.php b/cis/private/profile/zeitwunsch.php index b307e1af8..c332b4a55 100644 --- a/cis/private/profile/zeitwunsch.php +++ b/cis/private/profile/zeitwunsch.php @@ -287,7 +287,7 @@ if(count($zeit->result)>0) $qry = "SELECT vorname || ' ' || nachname as kurzbz FROM public.tbl_mitarbeiter, public.tbl_benutzer, public.tbl_person WHERE tbl_benutzer.uid=tbl_mitarbeiter.mitarbeiter_uid AND tbl_benutzer.person_id=tbl_person.person_id AND mitarbeiter_uid='$row->vertretung_uid'"; $result_vertretung = pg_query($conn, $qry); $row_vertretung = pg_fetch_object($result_vertretung); - $content_table.= "$row->bezeichnung$row->zeitsperretyp_kurzbz$row->vondatum ".($row->vonstunde!=''?'('.$row->vonstunde.')':'')."$row->bisdatum ".($row->bisstunde!=''?'('.$row->bisstunde.')':'')."".(isset($row_vertretung->kurzbz)?$row_vertretung->kurzbz:'')."$row->erreichbarkeiteditdelete"; + $content_table.= "$row->bezeichnung$row->zeitsperretyp_kurzbz".$datum_obj->convertISODate($row->vondatum)." ".($row->vonstunde!=''?'('.$row->vonstunde.')':'')."".$datum_obj->convertISODate($row->bisdatum)." ".($row->bisstunde!=''?'('.$row->bisstunde.')':'')."".(isset($row_vertretung->kurzbz)?$row_vertretung->kurzbz:'')."$row->erreichbarkeiteditdelete"; } $content_table.= ''; } diff --git a/content/ToDo_FASo.html b/content/ToDo_FASo.html index 0373af16a..aa0557699 100644 --- a/content/ToDo_FASo.html +++ b/content/ToDo_FASo.html @@ -9,7 +9,6 @@ Die Liste ist in Module geteilt. Innerhalb eines Moduls erfolgt die Auflistung nach Priorität (höchste oben).

Änderungen


@@ -33,8 +32,6 @@ content/statistik/lvplanung.php muss noch erstellt werden)

Studenten-Modul

@@ -77,6 +74,12 @@ allen auf einmal setzbar

Erledigte Anforderungen