Compare commits
2 Commits
f92715f3e4
...
64c592285f
Author | SHA1 | Date | |
---|---|---|---|
64c592285f | |||
314745b697 |
@ -22,9 +22,43 @@ Eine kurze Übersicht über die verschiedenen Services des Systems und ihre Inte
|
||||
* Selfservice: Portal in dem sich Bürger- und Firmenläufer:innen registrieren und ihre Daten einsehen können
|
||||
* Beamershow: Zeigt aktuelle Statistiken und Toplisten zum Event an
|
||||
* Scanclient: Software für die Scannerstationen
|
||||
* Kiosk: Software für die Registrierung von Läufer:innen vor Ort
|
||||
* Docs: Diese Dokumentation
|
||||
|
||||

|
||||
```mermaid
|
||||
flowchart LR
|
||||
subgraph Anwendungen
|
||||
Frontend
|
||||
Beamershow
|
||||
Scanclient
|
||||
Selfservice
|
||||
Kiosk
|
||||
end
|
||||
|
||||
subgraph Services
|
||||
Backend
|
||||
Mailer
|
||||
Document-Server
|
||||
end
|
||||
|
||||
subgraph Extern
|
||||
Datenbank
|
||||
Mail-Server
|
||||
end
|
||||
|
||||
Frontend --> |Zeigt Daten an und bearbeitet sie| Backend
|
||||
Beamershow -->|Fragt aktuelle Statistiken ab| Backend
|
||||
Scanclient --> |Generiert und validiert Scans| Backend
|
||||
Selfservice --> |Registriert Läufer| Backend
|
||||
Kiosk --> |Registriert Läufer| Backend
|
||||
|
||||
Backend --> |Speichert Daten| Datenbank
|
||||
Backend --> |Sendet Mails| Mailer
|
||||
Mailer --> |Sendet Mails| Mail-Server
|
||||
|
||||
Frontend --> |Generiert PDFs| Document-Server
|
||||
Selfservice --> |Generiert PDFs| Document-Server
|
||||
```
|
||||
|
||||
## FAQ
|
||||
|
||||
|
@ -16,15 +16,49 @@ If you are interested in the operation for regular users, take a look at the [Us
|
||||
A brief overview of the various services of the system and their interaction
|
||||
|
||||
* Backend: Contains the main logic and manages the data (via database connection)
|
||||
* Mailer: Automatically sends emails based on HTML templates
|
||||
* Document Server: Creates PDFs (certificates, runner cards, sponsorship declarations) from HTML templates
|
||||
* Frontend: Administration interface for the admins and users of the runner system
|
||||
* Self-service: Portal where citizen and company runners can register and view their data
|
||||
* Beamer Show: Displays current statistics and top lists for the event
|
||||
* Scan Client: Software for the scanner stations
|
||||
* Mailer: Automatically sends mails based on HTML templates
|
||||
* Document-Server: Creates PDFs (certificates, runner cards, sponsorship declarations) from HTML templates
|
||||
* Frontend: Management interface for the admins and users of the runner system
|
||||
* Selfservice: Portal where citizen and company runners can register and view their data
|
||||
* Beamershow: Displays current statistics and top lists for the event
|
||||
* Scanclient: Software for the scanner stations
|
||||
* Kiosk: Software for the on-site registration of runners
|
||||
* Docs: This documentation
|
||||
|
||||

|
||||
```mermaid
|
||||
flowchart LR
|
||||
subgraph Applications
|
||||
Frontend
|
||||
Beamershow
|
||||
Scanclient
|
||||
Selfservice
|
||||
Kiosk
|
||||
end
|
||||
|
||||
subgraph Services
|
||||
Backend
|
||||
Mailer
|
||||
Document-Server
|
||||
end
|
||||
|
||||
subgraph External
|
||||
Database
|
||||
Mail-Server
|
||||
end
|
||||
|
||||
Frontend --> |Displays and edits data| Backend
|
||||
Beamershow -->|Requests current statistics| Backend
|
||||
Scanclient --> |Generates and validates scans| Backend
|
||||
Selfservice --> |Registers runners| Backend
|
||||
Kiosk --> |Registers runners| Backend
|
||||
|
||||
Backend --> |Stores data| Database
|
||||
Backend --> |Sends mails| Mailer
|
||||
Mailer --> |Sends mails| Mail-Server
|
||||
|
||||
Frontend --> |Generates PDFs| Document-Server
|
||||
Selfservice --> |Generates PDFs| Document-Server
|
||||
```
|
||||
|
||||
## FAQ
|
||||
|
||||
|
54
content/scanstation/config/scanner.de.md
Normal file
54
content/scanstation/config/scanner.de.md
Normal file
@ -0,0 +1,54 @@
|
||||
---
|
||||
title: Scannerkonfiguration
|
||||
weight: 31
|
||||
prev: /scanstation/config
|
||||
---
|
||||
|
||||
{{< callout type="warning" >}}
|
||||
Diese Konfiguration wurde nur mit GD4130-BK/WH USB Scannern getestet
|
||||
{{< /callout >}}
|
||||
|
||||
{{< callout type="info" >}}
|
||||
Download als PDF: [Scannerkonfiguration.pdf](/files/scannerconfig.pdf)
|
||||
{{< /callout >}}
|
||||
|
||||
{{% steps %}}
|
||||
|
||||
### Werkseinstellungen wiederherstellen
|
||||
|
||||

|
||||
|
||||
### 2. Programming Mode Aktivieren
|
||||
|
||||

|
||||
|
||||
### 3. Nur EAN-13 scannen (optional)
|
||||
|
||||

|
||||

|
||||
|
||||
### 4. EAN13 Check-Zahl überprüfen, aber nicht übertragen
|
||||
|
||||

|
||||
|
||||
### 5. Scanner auf always on stellen (optional)
|
||||
|
||||

|
||||
|
||||
### 6. Programming Mode Verlassen
|
||||
|
||||

|
||||
|
||||
### 7. Beep ausschalten (optional)
|
||||
|
||||

|
||||

|
||||

|
||||
|
||||
### 8. Tastatur auf Deutsch stellen (optional)
|
||||
|
||||

|
||||

|
||||

|
||||
|
||||
{{% /steps %}}
|
54
content/scanstation/config/scanner.en.md
Normal file
54
content/scanstation/config/scanner.en.md
Normal file
@ -0,0 +1,54 @@
|
||||
---
|
||||
title: Scanner Configuration
|
||||
weight: 32
|
||||
prev: /scanstation/config
|
||||
---
|
||||
|
||||
{{< callout type="warning" >}}
|
||||
This configuration has only been tested with GD4130-BK/WH USB scanners
|
||||
{{< /callout >}}
|
||||
|
||||
{{< callout type="info" >}}
|
||||
Download as PDF: [Scanner Configuration.pdf](/files/scannerconfig.pdf)
|
||||
{{< /callout >}}
|
||||
|
||||
{{% steps %}}
|
||||
|
||||
### Restore Factory Settings
|
||||
|
||||

|
||||
|
||||
### 2. Activate Programming Mode
|
||||
|
||||

|
||||
|
||||
### 3. Scan only EAN-13 (optional)
|
||||
|
||||

|
||||

|
||||
|
||||
### 4. Verify EAN13 Check Digit but Do Not Transmit
|
||||
|
||||

|
||||
|
||||
### 5. Set Scanner to Always On (optional)
|
||||
|
||||

|
||||
|
||||
### 6. Exit Programming Mode
|
||||
|
||||

|
||||
|
||||
### 7. Turn Off Beep (optional)
|
||||
|
||||

|
||||

|
||||

|
||||
|
||||
### 8. Set Keyboard to German (optional)
|
||||
|
||||

|
||||

|
||||

|
||||
|
||||
{{% /steps %}}
|
Binary file not shown.
Before Width: | Height: | Size: 42 KiB |
Loading…
x
Reference in New Issue
Block a user