Hallo {{ user.name }}!
{{ items.length }} Items im System
{{ item.name }}
{{ getLocationName(item.locationId) }}
{{ currentMapParent ? currentMapParent.type : 'Übersicht' }}
{{ loc.name }}
+
{{ mapEditMode ? 'Drücke "+ Neu"' : 'Leer' }}
{{ activeLocation.id ? 'Bearbeiten' : 'Neu' }}
X {{ formatUnit(activeLocation.mapCoords.x, 'x') }}
Y {{ formatUnit(activeLocation.mapCoords.y, 'y') }}
Breite {{ formatUnit(activeLocation.mapCoords.w, 'w') }}
Höhe {{ formatUnit(activeLocation.mapCoords.h, 'h') }}
Echte Maße (für Inhalt):
{{ activeItem.name }}
{{ activeItem.barcode }}
{{ getLocationName(activeItem.locationId) }}
{{ key }}
{{ val }}
{{ activeItem.id ? 'Bearbeiten' : 'Neu' }}
{{ key }}: {{ val }}