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 @@ + +