mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-25 00:24:35 +00:00
This commit is contained in:
@@ -800,6 +800,30 @@ function BISMitarbeiterImport()
|
||||
window.open('<?php echo APP_ROOT ?>vilesci/bis/personalimport.php','Import','');
|
||||
}
|
||||
|
||||
// ****
|
||||
// * Oeffnet Script zum generieren der BIS-Meldung
|
||||
// ****
|
||||
function BISMitarbeiterExport()
|
||||
{
|
||||
window.open('<?php echo APP_ROOT ?>vilesci/bis/personalmeldung.php','Generieren','');
|
||||
}
|
||||
|
||||
// ****
|
||||
// * Oeffnet Script zum Checken der Verwendung
|
||||
// ****
|
||||
function BISMitarbeiterCheckVerwendung()
|
||||
{
|
||||
window.open('<?php echo APP_ROOT ?>vilesci/bis/checkverwendung.php','CheckVerwendung','');
|
||||
}
|
||||
|
||||
// ****
|
||||
// * oeffnet Script zum Checken der Funktion
|
||||
// ****
|
||||
function BISMitarbeiterCheckFunktion()
|
||||
{
|
||||
window.open('<?php echo APP_ROOT ?>vilesci/bis/checkfunktion.php','CheckFunktion','');
|
||||
}
|
||||
|
||||
// ****
|
||||
// * Oeffnet den About Dialog
|
||||
// ****
|
||||
|
||||
Reference in New Issue
Block a user