iOS: "Nachschlagen"-Scan (nur ansehen)

Neue Kachel im Scannen-Tab: Barcode -> Artikel, Einzelstueck-QR -> genau das
Stueck (Kaufdatum, Garantie, Ort ...), rein lesend ohne Ein-/Auslagern. Praktisch
mit Einzelstuecken, um schnell nachzuschauen, welches Exemplar man in der Hand
haelt.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Scarriffle
2026-07-26 08:04:56 +02:00
parent 7f7129c87a
commit 953e0aa483
4 changed files with 89 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ enum Route: String {
case checkin
case checkout
case expiring
case lookup
}
final class Router: ObservableObject {