diff --git a/classes/Core/ErrorHandler/ErrorPageData.php b/classes/Core/ErrorHandler/ErrorPageData.php
index aeb5c4cc..dcc16f42 100644
--- a/classes/Core/ErrorHandler/ErrorPageData.php
+++ b/classes/Core/ErrorHandler/ErrorPageData.php
@@ -20,7 +20,7 @@ final class ErrorPageData implements JsonSerializable
public function __construct($exception, $title = null)
{
$this->exception = $exception;
- $this->title = !empty($title) ? (string)$title : 'Xentral: Es ist ein unerwarteter Fehler aufgetreten!';
+ $this->title = !empty($title) ? (string)$title : 'Xenomporio: Es ist ein unerwarteter Fehler aufgetreten!';
}
diff --git a/database/struktur.sql b/database/struktur.sql
index 759aa857..a0835b47 100755
--- a/database/struktur.sql
+++ b/database/struktur.sql
@@ -18165,7 +18165,7 @@ INSERT INTO `wiedervorlage_stages` (`id`, `kurzbezeichnung`, `name`, `hexcolor`,
(12, 'Stay', 'Stay (Erhalt)', '#A2D624', 0, 1, 4, 4, NULL),
(13, 'Okay', 'Okay (Befürwortung)', '#A2D624', 0, 1, 5, 4, NULL);
INSERT INTO `wiki` (`id`, `name`, `content`, `lastcontent`) VALUES
-(1, 'StartseiteWiki', '\n
Herzlich Willkommen in Ihrem Xentral, wir freuen uns Sie als Xentral Benutzer begrüßen zu dürfen. Mit Xentral organisieren Sie Ihre Firma schnell und einfach. Sie haben alle wichtigen Zahlen und Vorgänge im Überblick. Für Einsteiger sind die folgenden Themen wichtig:
\n\n Kennen Sie unsere Zusatzmodule die Struktur und Organisation in das tägliche Geschäft bringen?
\n', NULL);
+(1, 'StartseiteWiki', '\nHerzlich Willkommen in Ihrem Xenomporio, dem freien ERP. Wir freuen uns Sie als Benutzer begrüßen zu dürfen. Mit Xenomporio organisieren Sie Ihre Firma schnell und einfach. Sie haben alle wichtigen Zahlen und Vorgänge im Überblick. Für Einsteiger sind die folgenden Themen wichtig:
\n\n Kennen Sie unsere Zusatzmodule die Struktur und Organisation in das tägliche Geschäft bringen?
\n', NULL);
INSERT INTO `konten` (`id`, `bezeichnung`, `kurzbezeichnung`, `type`, `erstezeile`, `datevkonto`, `blz`, `konto`, `swift`, `iban`, `lastschrift`, `hbci`, `hbcikennung`, `inhaber`, `aktiv`, `keineemail`, `firma`, `schreibbar`, `importletztenzeilenignorieren`, `liveimport`, `liveimport_passwort`, `liveimport_online`, `importtrennzeichen`, `codierung`, `importerstezeilenummer`, `importdatenmaskierung`, `importnullbytes`, `glaeubiger`, `geloescht`, `projekt`, `saldo_summieren`, `saldo_betrag`, `saldo_datum`, `importfelddatum`, `importfelddatumformat`, `importfelddatumformatausgabe`, `importfeldbetrag`, `importfeldbetragformat`, `importfeldbuchungstext`, `importfeldbuchungstextformat`, `importfeldwaehrung`, `importfeldwaehrungformat`, `importfeldhabensollkennung`, `importfeldkennunghaben`, `importfeldkennungsoll`, `importextrahabensoll`, `importfeldhaben`, `importfeldsoll`, `cronjobaktiv`, `cronjobverbuchen`) VALUES
diff --git a/www/eproosystem.php b/www/eproosystem.php
index 8aa433a6..54d81963 100644
--- a/www/eproosystem.php
+++ b/www/eproosystem.php
@@ -475,10 +475,10 @@ class erpooSystem extends Application
// Creates user specific items
$possibleUserItems = [
- 'Inbox' => [
+/* 'Inbox' => [
'link' => 'index.php?module=ticket&action=offene',
'counter' => $this->erp->AnzahlOffeneTickets()
- ],
+ ],*/
'Aufgaben' => [
'link' => 'index.php?module=aufgaben&action=list',
'counter' => $this->erp->AnzahlOffeneAufgaben()
@@ -492,9 +492,9 @@ class erpooSystem extends Application
'counter' => $appointmentCount
],
];
- $possibleUserItems['Apps'] = [
+/* $possibleUserItems['Apps'] = [
'link'=> 'index.php?module=appstore&action=list&cmd=allapps'
- ];
+ ];*/
if(!empty(erpAPI::Ioncube_Property('testlizenz')) && $this->User->GetType() === 'admin'){
@@ -587,7 +587,7 @@ class erpooSystem extends Application
}
// Creates fixed bottom navigation items
- $possibleFixedItems['Datenschutz'] = 'index.php?module=dataprotection&action=list';
+// $possibleFixedItems['Datenschutz'] = 'index.php?module=dataprotection&action=list';
$fixedItems = '
+
@@ -123,7 +125,7 @@
diff --git a/www/pages/supportapp.php b/www/pages/supportapp.php
index ca140584..f19e13b1 100644
--- a/www/pages/supportapp.php
+++ b/www/pages/supportapp.php
@@ -601,7 +601,7 @@ class Supportapp Extends GenSupportapp {
$this->app->erp->CheckColumn("id", "int(11)", "supportapp_artikel", "NOT NULL AUTO_INCREMENT");
$this->app->erp->CheckColumn("artikel", "int(11)", "supportapp_artikel", "NOT NULL DEFAULT '0'"); //artikel
$this->app->erp->CheckColumn("typ", "int(11)", "supportapp_artikel", "NOT NULL DEFAULT '0'"); //) 1: Telefonsupport, 2: Technikersupport, 3: Enterprise, etc
- $this->app->erp->RegisterMenuHook('startseite','supportappMenuHook', $this);
+// $this->app->erp->RegisterMenuHook('startseite','supportappMenuHook', $this);
if($artikeluebernehmen){ //Nur für das erste mal notwending, kann später gelöscht werden
//Damit bei der Änderung der Artikelzuweisung nicht alle Artikel nochmal angelegt werden müssen
diff --git a/www/pages/welcome.php b/www/pages/welcome.php
index f8b2adb9..52d161a9 100644
--- a/www/pages/welcome.php
+++ b/www/pages/welcome.php
@@ -240,10 +240,11 @@ class Welcome
public function MenuHook()
{
- if($this->GetMeineApps())
+/* if($this->GetMeineApps())
{
$this->app->erp->InsertMenuAfter('index.php?module=welcome&action=meineapps','Meine Apps','welcome','start');
}
+*/
}
public function StartseiteMenu()
@@ -2480,8 +2481,8 @@ $this->app->Tpl->Add('TAB1',"
Schritt 2 von 2: Datenbank anpassen app->Tpl->Add('TAB1',"Sie benutzen die kommerzielle Version von Xentral. Alle Rechte vorbehalten. Beachten Sie die Nutzungsbedinungen. © Copyright by Xentral ERP Software GmbH Augsburg");
}
else {
- $this->app->Tpl->Add('TAB1',"Sie benutzen die Open-Source Version von Xentral. Die Software steht unter der AGPLv3.0 (Hinweis ). © Copyright by Xentral ERP Software GmbH Augsburg");
+ $this->app->Tpl->Add('TAB1',"Sie benutzen Xenomporio, die freie ERP-Software auf Basis der Open-Source Version 20.3 von Xentral. Die Software steht unter der AGPLv3.0 © Copyright by Xenomporio project & Xentral ERP Software GmbH Augsburg");
}
if($this->app->erp->isIoncube() && method_exists($this->app->erp, 'IoncubeProperty'))
diff --git a/www/themes/new/images/favicon.ico b/www/themes/new/images/favicon.ico
deleted file mode 100644
index 6eeaa2a0..00000000
Binary files a/www/themes/new/images/favicon.ico and /dev/null differ
diff --git a/www/themes/new/images/favicon/android-chrome-192x192.png b/www/themes/new/images/favicon/android-chrome-192x192.png
deleted file mode 100644
index 1772229f..00000000
Binary files a/www/themes/new/images/favicon/android-chrome-192x192.png and /dev/null differ
diff --git a/www/themes/new/images/favicon/android-chrome-512x512.png b/www/themes/new/images/favicon/android-chrome-512x512.png
deleted file mode 100644
index a5c7055f..00000000
Binary files a/www/themes/new/images/favicon/android-chrome-512x512.png and /dev/null differ
diff --git a/www/themes/new/images/favicon/apple-touch-icon.png b/www/themes/new/images/favicon/apple-touch-icon.png
deleted file mode 100644
index c3abb2c0..00000000
Binary files a/www/themes/new/images/favicon/apple-touch-icon.png and /dev/null differ
diff --git a/www/themes/new/images/favicon/browserconfig.xml b/www/themes/new/images/favicon/browserconfig.xml
deleted file mode 100644
index 5e3d3b47..00000000
--- a/www/themes/new/images/favicon/browserconfig.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
-
-
- #9f00a7
-
-
-
diff --git a/www/themes/new/images/favicon/favicon-16x16.png b/www/themes/new/images/favicon/favicon-16x16.png
index 139a2aa0..d33ef169 100644
Binary files a/www/themes/new/images/favicon/favicon-16x16.png and b/www/themes/new/images/favicon/favicon-16x16.png differ
diff --git a/www/themes/new/images/favicon/favicon-32x32.png b/www/themes/new/images/favicon/favicon-32x32.png
index 691a62f6..0e8ffc55 100644
Binary files a/www/themes/new/images/favicon/favicon-32x32.png and b/www/themes/new/images/favicon/favicon-32x32.png differ
diff --git a/www/themes/new/images/favicon/favicon.ico b/www/themes/new/images/favicon/favicon.ico
index 528f718d..caaa911d 100644
Binary files a/www/themes/new/images/favicon/favicon.ico and b/www/themes/new/images/favicon/favicon.ico differ
diff --git a/www/themes/new/images/favicon/mstile-150x150.png b/www/themes/new/images/favicon/mstile-150x150.png
deleted file mode 100644
index 383ea2b7..00000000
Binary files a/www/themes/new/images/favicon/mstile-150x150.png and /dev/null differ
diff --git a/www/themes/new/images/favicon/safari-pinned-tab.svg b/www/themes/new/images/favicon/safari-pinned-tab.svg
deleted file mode 100644
index 40396b35..00000000
--- a/www/themes/new/images/favicon/safari-pinned-tab.svg
+++ /dev/null
@@ -1,86 +0,0 @@
-
-
-
-
-Created by potrace 1.11, written by Peter Selinger 2001-2013
-
-
-
-
-
-
-
-
diff --git a/www/themes/new/images/favicon/site.webmanifest b/www/themes/new/images/favicon/site.webmanifest
deleted file mode 100644
index 1edcfeff..00000000
--- a/www/themes/new/images/favicon/site.webmanifest
+++ /dev/null
@@ -1,19 +0,0 @@
-{
- "name": "",
- "short_name": "",
- "icons": [
- {
- "src": "android-chrome-192x192.png",
- "sizes": "192x192",
- "type": "image/png"
- },
- {
- "src": "android-chrome-512x512.png",
- "sizes": "512x512",
- "type": "image/png"
- }
- ],
- "theme_color": "#ffffff",
- "background_color": "#ffffff",
- "display": "standalone"
-}
diff --git a/www/themes/new/images/xentral_logo.png b/www/themes/new/images/xentral_logo.png
deleted file mode 100644
index b263784a..00000000
Binary files a/www/themes/new/images/xentral_logo.png and /dev/null differ
diff --git a/www/themes/new/images/xentral_logo.svg b/www/themes/new/images/xentral_logo.svg
index 7181a015..c853c14d 100644
--- a/www/themes/new/images/xentral_logo.svg
+++ b/www/themes/new/images/xentral_logo.svg
@@ -1,9 +1,160 @@
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Xenomporio
+
+
+
diff --git a/www/themes/new/images/xentral_logo_testmode.png b/www/themes/new/images/xentral_logo_testmode.png
deleted file mode 100644
index 1ea5741f..00000000
Binary files a/www/themes/new/images/xentral_logo_testmode.png and /dev/null differ
diff --git a/www/themes/new/images/xentral_logo_white.png b/www/themes/new/images/xentral_logo_white.png
deleted file mode 100644
index 0ff1f20a..00000000
Binary files a/www/themes/new/images/xentral_logo_white.png and /dev/null differ
diff --git a/www/themes/new/templates/loginpage.tpl b/www/themes/new/templates/loginpage.tpl
index 4548ecfb..7a39de7c 100644
--- a/www/themes/new/templates/loginpage.tpl
+++ b/www/themes/new/templates/loginpage.tpl
@@ -3,13 +3,11 @@
- xentral - Login
+ Xenomporio - Login
-
-
@@ -28,33 +26,22 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
- Willkommen in Deinem xentral Home.
+ Willkommen bei Xenomporio ERP.
Bitte gib Deinen Benutzernamen und Passwort ein!
-
Achtung: Es werden gerade Wartungsarbeiten in Ihrem System (z.B. Update oder Backup) durch Ihre IT-Abteilung durchgeführt. Das System sollte in wenigen Minuten wieder erreichbar sein. Für Rückfragen wenden Sie sich bitte an Ihren Xentral-Administrator.
+
Achtung: Es werden gerade Wartungsarbeiten in Ihrem System (z.B. Update oder Backup) durch Ihre IT-Abteilung durchgeführt. Das System sollte in wenigen Minuten wieder erreichbar sein. Für Rückfragen wenden Sie sich bitte an Ihren Administrator.
[SPERRMELDUNGNACHRICHT]
[PAGE]
diff --git a/www/themes/new/templates/passwortvergessenpage.tpl b/www/themes/new/templates/passwortvergessenpage.tpl
index bf3e7ee3..baf453f6 100644
--- a/www/themes/new/templates/passwortvergessenpage.tpl
+++ b/www/themes/new/templates/passwortvergessenpage.tpl
@@ -4,13 +4,11 @@
-
Xentral - Passwort vergessen
+
Xenomporio - Passwort vergessen
-
-
@@ -20,25 +18,15 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
[SPERRMELDUNGNACHRICHT]
[PAGE]
- © [YEAR] Xentral ERP Software GmbH | Xentral ®
+ © [YEAR] Xenomporio project & Xentral ERP Software GmbH
diff --git a/www/themes/new/templates/profile_menu.tpl b/www/themes/new/templates/profile_menu.tpl
index 3c9ee101..3ca2c101 100644
--- a/www/themes/new/templates/profile_menu.tpl
+++ b/www/themes/new/templates/profile_menu.tpl
@@ -9,7 +9,7 @@
{|Profil bearbeiten|}
-
+
@@ -33,4 +34,4 @@
{|Abmelden|}
-
\ No newline at end of file
+
diff --git a/www/themes/new/templates/sidebar.tpl b/www/themes/new/templates/sidebar.tpl
index 99081f72..d14c60d5 100644
--- a/www/themes/new/templates/sidebar.tpl
+++ b/www/themes/new/templates/sidebar.tpl
@@ -10,7 +10,7 @@
-
+
[SIDEBARLOGO]
diff --git a/www/themes/new/templates/sidebar_logo.svg b/www/themes/new/templates/sidebar_logo.svg
index ae3306b0..77964121 100644
--- a/www/themes/new/templates/sidebar_logo.svg
+++ b/www/themes/new/templates/sidebar_logo.svg
@@ -1,13 +1,417 @@
-
-
-
-
-
-
-
-
-
-
-
-
+image/svg+xml
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Xenomporio
+
+
+
+
diff --git a/www/themes/new/templates/tooltipinline.tpl b/www/themes/new/templates/tooltipinline.tpl
index 3f4f147b..40109d97 100644
--- a/www/themes/new/templates/tooltipinline.tpl
+++ b/www/themes/new/templates/tooltipinline.tpl
@@ -56,8 +56,8 @@
[INLINEHELPLINK]
diff --git a/www/update.tpl b/www/update.tpl
index 93419250..c262b919 100644
--- a/www/update.tpl
+++ b/www/update.tpl
@@ -13,7 +13,7 @@
-xentral Update
+Xenomporio Update
@@ -471,7 +471,7 @@ display:none;
-
xentral Update
+Xenomporio Update
[PAGE]
@@ -483,7 +483,7 @@ display:none;
Datenbank Update:
-
+
@@ -867,12 +867,7 @@ display:none;