From 72dac4075370727acff8b3f3b00bcf5e4d99803e Mon Sep 17 00:00:00 2001 From: Leopold Strobl Date: Thu, 9 Oct 2025 18:20:17 +0200 Subject: [PATCH] =?UTF-8?q?V1.6.0:=20Shipping=20hinzugef=C3=BCgt,=20Erlaub?= =?UTF-8?q?e=20Pachscheintermine=20als=20Packtermine,=20Feature:=20Shippin?= =?UTF-8?q?g=20abgeschlossen=20kann=20nun=20als=20CheckOut=20Bedingung=20g?= =?UTF-8?q?enommen=20werden=20(vorher:=20Fertig=20gepackt)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PackAufgabenMonitor.php | 292 +- Packmonitor.php | 91 +- README.MD | 6 +- dist/index.php | 7 + sources/getAufgabenTable.php | 6 +- sources/getCheckInTable.php | 81 +- sources/getCheckOutTable.php | 141 +- src/fa/css/all.css | 10663 +++++++++++++++++++++ src/fa/css/all.min.css | 9 + src/fa/css/brands.css | 2219 +++++ src/fa/css/brands.min.css | 6 + src/fa/css/fontawesome.css | 8361 ++++++++++++++++ src/fa/css/fontawesome.min.css | 8 + src/fa/css/regular.css | 31 + src/fa/css/regular.min.css | 6 + src/fa/css/solid.css | 31 + src/fa/css/solid.min.css | 6 + src/fa/css/svg-with-js.css | 556 ++ src/fa/css/svg-with-js.min.css | 6 + src/fa/css/svg.css | 182 + src/fa/css/svg.min.css | 6 + src/fa/css/v4-font-face.css | 27 + src/fa/css/v4-font-face.min.css | 6 + src/fa/css/v4-shims.css | 2818 ++++++ src/fa/css/v4-shims.min.css | 6 + src/fa/css/v5-font-face.css | 23 + src/fa/css/v5-font-face.min.css | 6 + src/fa/webfonts/fa-brands-400.woff2 | Bin 0 -> 101224 bytes src/fa/webfonts/fa-regular-400.woff2 | Bin 0 -> 18988 bytes src/fa/webfonts/fa-solid-900.woff2 | Bin 0 -> 113152 bytes src/fa/webfonts/fa-v4compatibility.woff2 | Bin 0 -> 4040 bytes 31 files changed, 25418 insertions(+), 182 deletions(-) create mode 100644 src/fa/css/all.css create mode 100644 src/fa/css/all.min.css create mode 100644 src/fa/css/brands.css create mode 100644 src/fa/css/brands.min.css create mode 100644 src/fa/css/fontawesome.css create mode 100644 src/fa/css/fontawesome.min.css create mode 100644 src/fa/css/regular.css create mode 100644 src/fa/css/regular.min.css create mode 100644 src/fa/css/solid.css create mode 100644 src/fa/css/solid.min.css create mode 100644 src/fa/css/svg-with-js.css create mode 100644 src/fa/css/svg-with-js.min.css create mode 100644 src/fa/css/svg.css create mode 100644 src/fa/css/svg.min.css create mode 100644 src/fa/css/v4-font-face.css create mode 100644 src/fa/css/v4-font-face.min.css create mode 100644 src/fa/css/v4-shims.css create mode 100644 src/fa/css/v4-shims.min.css create mode 100644 src/fa/css/v5-font-face.css create mode 100644 src/fa/css/v5-font-face.min.css create mode 100644 src/fa/webfonts/fa-brands-400.woff2 create mode 100644 src/fa/webfonts/fa-regular-400.woff2 create mode 100644 src/fa/webfonts/fa-solid-900.woff2 create mode 100644 src/fa/webfonts/fa-v4compatibility.woff2 diff --git a/PackAufgabenMonitor.php b/PackAufgabenMonitor.php index a3d31ed..15bb296 100644 --- a/PackAufgabenMonitor.php +++ b/PackAufgabenMonitor.php @@ -1,11 +1,9 @@ @@ -21,155 +19,193 @@ $Epi = new Epirent(); - + + + - - + $(document).ready(function () { + sizeScrollContainers(); + $(window).on('resize', sizeScrollContainers); + + // Initial laden + Auto-Refresh, jeweils eigener Scroller + smartLoad($('#checkout-scroll'), $('#getCheckOutTableHolder'), 'sources/getCheckOutTable.php', 5000); + smartLoad($('#checkin-scroll'), $('#getCheckInTableHolder'), 'sources/getCheckInTable.php', 5000); + smartLoad($('#aufgaben-scroll'), $('#AufgabenTableHolder'), 'sources/getAufgabenTable.php', 30000); + }); + + /* Optional: dünne Trennlinien */ + .table-dark tbody tr + tr td { + border-top: 1px solid rgba(255,255,255,.08); + } +
-
-

Check-Out

-
- - - - - - - - Dispo-Ende
VB-Ende"; - } - ?> - - - - -
#KundeEventDispo-Start
VB-Start
Status
-
-
- -
-

Check-In

-
- - - - - - - Dispo-Start
RP-Start"; - } - ?> - - - - - -
#KundeEventDispo-Ende
RP-Ende
Status
-
-
- -
-

Aufgaben

-
- - - - - - - - - - - -
#BearbeiterAufgabeZieldatumPriorität
-
-
+
+

Check-Out

+
+ + + + + + + "; + } else { + echo "
VB-Start"; + } + if (!HideCheckInTimeOnCheckout) { + if(!HideDispoTimes){ + echo ""; + }else{ + echo ""; + } + + } + ?> + + Shipping"; + } + ?> + + + +
#KundeEvent + Packen-StartDispo-Ende
VB-Ende
VB-EndeStatus
+
- + +
+

Check-In

+
+ + + + + + + +Dispo-Start
RP-Start"; +} + +if(!HideDispoTimes){ + echo ""; +} else { + echo "
RP-Ende"; +} +?> + + + + + Shipping"; + } + ?> + + + +
#KundeEventDispo-Ende"; +}else{ + echo ""; +} +if (UsePackingNoteDateForCheckin) { + echo "
Rücklieferung
Status
+
+
+ +
+

Aufgaben

+
+ + + + + + + + + + + +
#BearbeiterAufgabeZieldatumPriorität
+
+
+ +
+ diff --git a/Packmonitor.php b/Packmonitor.php index be9520c..407b618 100644 --- a/Packmonitor.php +++ b/Packmonitor.php @@ -1,6 +1,4 @@ + +