* * Stundenzettel PWA - Standalone Mobile App */ // Kein Dolibarr-Login erforderlich - eigenes Token-System if (!defined('NOLOGIN')) { define('NOLOGIN', '1'); } if (!defined('NOREQUIREMENU')) { define('NOREQUIREMENU', '1'); } if (!defined('NOREQUIREHTML')) { define('NOREQUIREHTML', '1'); } // Dolibarr-Umgebung laden (fuer Theme-Color und Config) $res = 0; if (!$res && file_exists("../main.inc.php")) $res = @include "../main.inc.php"; if (!$res && file_exists("../../main.inc.php")) $res = @include "../../main.inc.php"; if (!$res && file_exists("../../../main.inc.php")) $res = @include "../../../main.inc.php"; if (!$res) die("Dolibarr konnte nicht geladen werden"); // Theme-Farbe aus Dolibarr $themeColor = getDolGlobalString('THEME_ELDY_TOPMENU_BACK1', '#4390dc'); ?>
Mobile Zeiterfassung
Kundenname eingeben um Aufträge zu finden