From a3233b77097162a09430399dfa4902c9f110948b Mon Sep 17 00:00:00 2001 From: Geno Date: Thu, 19 Nov 2020 23:12:24 +0100 Subject: [PATCH] OrderSprinter 1.5.20 --- gastsystem/index.php | 6 +- gastsystem/install.php | 4 +- printserver/OrderSprinterPrintserver.exe | Bin 282624 -> 282624 bytes spider/install/installer.php | 2 +- webapp/OrderSprinterPrintserver.exe | Bin 282624 -> 282624 bytes webapp/bar.html | 6 +- webapp/bill.html | 2 +- webapp/css/bestformat.css | 2 +- webapp/feedback.html | 2 +- webapp/index.html | 6 +- webapp/install.html | 2 +- webapp/install/installer.php | 2 +- webapp/kitchen.html | 6 +- webapp/manager.html | 31 +- webapp/paydesk.html | 2 +- webapp/php/admin.php | 50 +-- webapp/php/bill.php | 227 ++++++++++- webapp/php/customers.php | 2 +- webapp/php/debug.php | 2 +- webapp/php/printqueue.php | 13 +- webapp/php/products.php | 135 ++++++- webapp/php/utilities/HistFiller.php | 1 + .../TypeAndProducts/ProductEntry.php | 18 + webapp/php/utilities/version.php | 12 +- webapp/pickups.html | 4 +- webapp/preferences.html | 2 +- webapp/products.html | 20 +- webapp/productsdesktop.php | 368 ++++++++++++++++++ webapp/rating.html | 2 +- webapp/reports.html | 2 +- webapp/reservation.html | 2 +- webapp/sumuphandler.php | 6 +- webapp/supplydesk.html | 2 +- webapp/tasks.html | 4 +- webapp/timetracking.html | 2 +- webapp/waiter.html | 4 +- 36 files changed, 861 insertions(+), 90 deletions(-) create mode 100644 webapp/productsdesktop.php diff --git a/gastsystem/index.php b/gastsystem/index.php index a5492df..9e980d7 100644 --- a/gastsystem/index.php +++ b/gastsystem/index.php @@ -9,8 +9,8 @@ - - + + @@ -105,7 +105,7 @@
  OrderSprinter
-
1.5.19  
+
1.5.20  
diff --git a/gastsystem/install.php b/gastsystem/install.php index 80b2ce3..e3135f0 100644 --- a/gastsystem/install.php +++ b/gastsystem/install.php @@ -90,10 +90,10 @@ if (isset($_POST['code'])) { } else { echo ""; echo "Installation Gastsystem"; - echo ''; + echo ''; echo ""; echo "
"; - echo "Installation OrderSprinter-Gastsystem 1.5.19

"; + echo "Installation OrderSprinter-Gastsystem 1.5.20

"; echo "
"; echo "
"; echo "
"; diff --git a/printserver/OrderSprinterPrintserver.exe b/printserver/OrderSprinterPrintserver.exe index fe88fb61742fac78eff6a659e9ef84b9faa706e7..4740d6594af115878e08944bf0ba14c37c96ad46 100644 GIT binary patch delta 171 zcmZozAlR@#a6$+3an?VL-L2h>t=&vpyO|w#F^X(IyNfy1SjE!S)YQ?~%v9IR)WAU3 z#KO%;*U`zsNY~BS+{nby)X>t@$a#C%J7#$YW+MiJ?G<_~Yq$hb7l+PcNd4roy6JO~ zSKw5g?IxBiIs!~a2HTT7S#%gVMHpBa7#SECM7B@&Vu@u0>-_G`vJ%XizSx(=lpSao SgC2vyWJ5-!?Tmgb{}}<_A~0eA delta 171 zcmZozAlR@#a6$+3`tJ`LyIZ>%Tf3RIb~8KfViewfb{BK1v5JwAi@C9jrIW6ck&~OQ ziHobbuBDNqv97C|lc|e^v4OFpk@@zpcg*q*%!Uk>+bi@~)^G{Tw!N;jf75f{NsHfa zy "OK","msg" => "Installation successful"); diff --git a/webapp/OrderSprinterPrintserver.exe b/webapp/OrderSprinterPrintserver.exe index fe88fb61742fac78eff6a659e9ef84b9faa706e7..4740d6594af115878e08944bf0ba14c37c96ad46 100644 GIT binary patch delta 171 zcmZozAlR@#a6$+3an?VL-L2h>t=&vpyO|w#F^X(IyNfy1SjE!S)YQ?~%v9IR)WAU3 z#KO%;*U`zsNY~BS+{nby)X>t@$a#C%J7#$YW+MiJ?G<_~Yq$hb7l+PcNd4roy6JO~ zSKw5g?IxBiIs!~a2HTT7S#%gVMHpBa7#SECM7B@&Vu@u0>-_G`vJ%XizSx(=lpSao SgC2vyWJ5-!?Tmgb{}}<_A~0eA delta 171 zcmZozAlR@#a6$+3`tJ`LyIZ>%Tf3RIb~8KfViewfb{BK1v5JwAi@C9jrIW6ck&~OQ ziHobbuBDNqv97C|lc|e^v4OFpk@@zpcg*q*%!Uk>+bi@~)^G{Tw!N;jf75f{NsHfa zy - + @@ -13,8 +13,8 @@ - - + + + + + +
+ Angebotsansicht +
+ + + + +
+ +
+ +
+ +
+ + + + +
+ + +
+ + + + + \ No newline at end of file diff --git a/webapp/rating.html b/webapp/rating.html index eb37b40..0d6c708 100644 --- a/webapp/rating.html +++ b/webapp/rating.html @@ -7,7 +7,7 @@ - + diff --git a/webapp/reports.html b/webapp/reports.html index f9a6c6b..a0c6268 100644 --- a/webapp/reports.html +++ b/webapp/reports.html @@ -7,7 +7,7 @@ - + diff --git a/webapp/reservation.html b/webapp/reservation.html index 801317c..11a94a6 100644 --- a/webapp/reservation.html +++ b/webapp/reservation.html @@ -5,7 +5,7 @@ - + diff --git a/webapp/sumuphandler.php b/webapp/sumuphandler.php index 041e618..b16dba7 100644 --- a/webapp/sumuphandler.php +++ b/webapp/sumuphandler.php @@ -30,7 +30,7 @@ var SUM_REASON = ["Grund","Reason","Razón"]; var SUM_CANCEL_ITEM = ["Stornierung","Cancellation","Revocación"]; var SUM_CANCELLATION_OK = ["Die Zahlung wurde in OrderSprinter storniert.","The payment was cancelled in OrderSprinter.","El pago se canceló en OrderSprinter."]; -var nextpage = "paydesk.html?version=1.5.19"; +var nextpage = "paydesk.html?version=1.5.20"; var lang; @@ -84,10 +84,10 @@ function setLanguage(language) { if (nextPage == "p") { $("#nextpagebtntxt").html(SUM_TO_PAYMENT[lang]); - nextpage = "paydesk.html?t=" + tableid + "&version=1.5.19"; + nextpage = "paydesk.html?t=" + tableid + "&version=1.5.20"; } else { $("#nextpagebtntxt").html(SUM_TO_ORDER[lang]); - nextpage = "waiter.html?version=1.5.19"; + nextpage = "waiter.html?version=1.5.20"; } var txt = ""; diff --git a/webapp/supplydesk.html b/webapp/supplydesk.html index c3b54dd..ee99d9a 100644 --- a/webapp/supplydesk.html +++ b/webapp/supplydesk.html @@ -5,7 +5,7 @@ - + diff --git a/webapp/tasks.html b/webapp/tasks.html index 381f00f..ae0c709 100644 --- a/webapp/tasks.html +++ b/webapp/tasks.html @@ -5,7 +5,7 @@ - + @@ -13,7 +13,7 @@ - + diff --git a/webapp/timetracking.html b/webapp/timetracking.html index 292b84d..7a0d8de 100644 --- a/webapp/timetracking.html +++ b/webapp/timetracking.html @@ -5,7 +5,7 @@ - + diff --git a/webapp/waiter.html b/webapp/waiter.html index 94da790..a01be06 100644 --- a/webapp/waiter.html +++ b/webapp/waiter.html @@ -4,8 +4,8 @@ - - + +