From b7d265d92a20a595cac5d476effb37a2964312b3 Mon Sep 17 00:00:00 2001 From: Schneider Roland Date: Fri, 25 Aug 2023 18:27:54 +0200 Subject: [PATCH] serial-reader --- .../common/_reception_form_card_number.php | 5 +- frontend/views/customer/reception.php | 230 +-------------- frontend/views/customer/serial.php | 266 ++++++++++++++++++ 3 files changed, 274 insertions(+), 227 deletions(-) create mode 100644 frontend/views/customer/serial.php diff --git a/frontend/views/common/_reception_form_card_number.php b/frontend/views/common/_reception_form_card_number.php index 252489d..3696859 100644 --- a/frontend/views/common/_reception_form_card_number.php +++ b/frontend/views/common/_reception_form_card_number.php @@ -30,11 +30,12 @@ if ( isset($model->card)){ false, 'method' => 'get', - 'action' => $route + 'action' => $route, + 'id' => 'reception-card-number-form' ]); ?>
- 'form-control', 'placeholder' => 'Kártya/kulcs szám'])?> + 'form-control', 'placeholder' => 'Kártya/kulcs szám', 'id' => 'input-reception-card-number'])?>
diff --git a/frontend/views/customer/reception.php b/frontend/views/customer/reception.php index 406de2c..f02fc85 100644 --- a/frontend/views/customer/reception.php +++ b/frontend/views/customer/reception.php @@ -9,230 +9,10 @@ use frontend\components\ReceptionWidget;

Recepció

$model, 'route' => ['customer/reception']]) ?> - -
-

Engedélyezett eszközök

-
- - - - - -
- - diff --git a/frontend/views/customer/serial.php b/frontend/views/customer/serial.php new file mode 100644 index 0000000..cd1cb44 --- /dev/null +++ b/frontend/views/customer/serial.php @@ -0,0 +1,266 @@ + + +
+

Engedélyezett eszközök

+
+ Rfid olvasó nem található +
+
    +
  • Válaszd ki az 'Eszköztipusok' lenyiló listából az RFID olvasót
  • +
  • Nyomd meg az olvasó engedélyezée gombot
  • +
  • A felugró ablakban válaszd ki ismét az rfid olvasót
  • +
  • Nyomd meg a csatlakozás (connect) gombot
  • +
+ +
+
+ QRCode olvasó nem található +
+
    +
  • Válaszd ki az 'Eszköztipusok' lenyiló listából az QRCode olvasót
  • +
  • Nyomd meg az olvasó engedélyezée gombot
  • +
  • A felugró ablakban válaszd ki ismét az QRCode olvasót (Pl.: HF680)
  • +
  • Nyomd meg a csatlakozás (connect) gombot
  • +
+
+
+ + + + + + + +
\ No newline at end of file