@if(initialized()) { }
@if(submittingDocument()) {

Dokument wird erstellt...

} @else if(lastSavedDocument()?.id) {

Dokument {{ lastSavedDocument()?.identifier! }} erstellt

} @else if(!currentProduct()) {

Keine Daten gescannt

@if(currentUserName()) {
Aktueller Benutzer: {{ currentUserName()! }}
} } @else {
{{ currentProduct()?.identifier }}
@if(currentProduct()?.primaryProductGroup?.identifier) { }
@if(currentProduct()?.defaultVendor?.name) {
{{ currentProduct()?.defaultVendor?.name! }}
}
{{ items().length }} / {{ currentProduct()?.customFields?.mengeProGibo }}
@for(item of items(); track item.bonnItem.serial) {

{{ item.bonnItem.serial }}

{{ item.bonnItem.charge }}

@if(showErrorCodeInputs()) {
{{ item.identifier }} {{ item.description }}
{{ item.identifier }} {{ item.description }}
}
}
}
@if (!isScannerExpanded()) { } @else { @if(maxItemCount() <= 0 || items().length < maxItemCount()) {
Automatisch Scannen
Seriennummer Länge
Automatisch Drucken
@if(!autoMode()) { }
} @else {
} }