mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-25 08:34:29 +00:00
This commit is contained in:
@@ -138,10 +138,11 @@ Accountdeaktivierung, zusätzlich Mail an die Bibliothek<br>
|
||||
<tr>
|
||||
</tr>
|
||||
<tr class="liste1">
|
||||
<td>Zahlungsbestätigung über CIS. </td>
|
||||
<td> <br>
|
||||
</td>
|
||||
<td style="font-weight: bold;" align="center"><br>
|
||||
</td>
|
||||
<td align="center">10<br>
|
||||
<td align="center"><br>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@@ -411,6 +412,10 @@ Studenten<br>
|
||||
<hr>
|
||||
<h2>Erledigte Anforderungen</h2>
|
||||
<ul>
|
||||
<li>Zahlungsbestätigung über CIS.<br>
|
||||
25.01.2008 oesi - Abrufbar über "Mein CIS"->"Zahlungen"<br>
|
||||
<br>
|
||||
</li>
|
||||
<li>Zahlungsbestätigung für Rückzahlungen -
|
||||
automatisch wenn der Betrag der Belastung positiv ist<br>
|
||||
18.01.2008 oesi<br>
|
||||
|
||||
@@ -109,6 +109,7 @@ echo '<?xml-stylesheet href="datepicker/datepicker.css" type="text/css"?>';
|
||||
<command id="menu-extras-lvverwaltung:command" oncommand="ExtrasShowLVverwaltung();"/>
|
||||
<command id="menu-extras-projektarbeitsbenotung:command" oncommand="ExtrasShowProjektarbeitsBenotung();"/>
|
||||
<command id="menu-extras-gruppenverwaltung:command" oncommand="ExtrasShowGruppenverwaltung();"/>
|
||||
<command id="menu-extras-lehrfachverwaltung:command" oncommand="ExtrasShowLehrfachverwaltung();"/>
|
||||
<command id="menu-bis-mitarbeiter-import:command" oncommand="BISMitarbeiterImport();"/>
|
||||
<command id="menu-bis-mitarbeiter-export:command" oncommand="BISMitarbeiterExport();"/>
|
||||
<command id="menu-bis-mitarbeiter-checkverwendung:command" oncommand="BISMitarbeiterCheckVerwendung();"/>
|
||||
@@ -475,6 +476,12 @@ echo '<?xml-stylesheet href="datepicker/datepicker.css" type="text/css"?>';
|
||||
label = "&menu-extras-gruppenverwaltung.label;"
|
||||
command = "menu-extras-gruppenverwaltung:command"
|
||||
accesskey = "&menu-extras-gruppenverwaltung.accesskey;"/>
|
||||
<menuitem
|
||||
id = "menu-extras-lehrfachverwaltung"
|
||||
key = "menu-extras-lehrfachverwaltung:key"
|
||||
label = "&menu-extras-lehrfachverwaltung.label;"
|
||||
command = "menu-extras-lehrfachverwaltung:command"
|
||||
accesskey = "&menu-extras-lehrfachverwaltung.accesskey;"/>
|
||||
</menupopup>
|
||||
</menu>
|
||||
<!-- ********** BIS ********** -->
|
||||
|
||||
@@ -903,6 +903,14 @@ function ExtrasShowGruppenverwaltung()
|
||||
window.open('<?php echo APP_ROOT ?>vilesci/stammdaten/lvbgruppenverwaltung.php','Gruppen','');
|
||||
}
|
||||
|
||||
// ****
|
||||
// * Zeigt HTML Seite zur Bearbeitung der Lehrfaecher an
|
||||
// ****
|
||||
function ExtrasShowLehrfachverwaltung()
|
||||
{
|
||||
window.open('<?php echo APP_ROOT ?>vilesci/lehre/lehrfach.php','Lehrfach','');
|
||||
}
|
||||
|
||||
// ****
|
||||
// * Zeigt eine Seite zum Importieren der Funktionen aus der vorherigen BISMeldung
|
||||
// ****
|
||||
|
||||
Reference in New Issue
Block a user