mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-25 08:34:29 +00:00
- FAS Menüpunkt für Absolventenzahlen-Statistik
This commit is contained in:
@@ -981,6 +981,15 @@ function StatistikPrintAbsolventenstatistik()
|
||||
window.open('<?php echo APP_ROOT ?>content/statistik/absolventenstatistik.php?stsem='+stsem,'Absolventenstatistik');
|
||||
}
|
||||
|
||||
// ****
|
||||
// * Liefert eine Statistik ueber die Anzahl der Absolventen
|
||||
// ****
|
||||
function StatistikPrintAbsolventenZahlen()
|
||||
{
|
||||
window.open('<?php echo APP_ROOT ?>content/statistik/absolventenzahlen.php','Absolventenzahlen');
|
||||
}
|
||||
|
||||
|
||||
// ****
|
||||
// * Liefert eine statistik ueber die Anzahl und Verteilung der Studenten auf die Studiengaenge
|
||||
// ****
|
||||
|
||||
Reference in New Issue
Block a user