Mitarbeiter: {{profileStore.profiles.find(item => item.id === itemInfo.user) ? profileStore.profiles.find(item => item.id === itemInfo.user).fullName : ""}}
-Start: {{dayjs(itemInfo.start).format("DD.MM.YYYY")}}
-Ende: {{dayjs(itemInfo.end).format("DD.MM.YYYY")}}
-Grund: {{itemInfo.reason}}
-Notizen: {{itemInfo.notes}}
-| Name: | -{{itemInfo.name}} | -
| Rhythmus: | -- {{itemInfo.distance}} - Tage - Jahre - | -
| Fahrzeug: | -{{itemInfo.vehicle.licensePlate}} | -
| Person: | -{{itemInfo.profile.fullName}} | -
| Inventarartikel: | -{{itemInfo.inventoryitem.name}} | -
| Beschreibung: | -{{itemInfo.description}} | -
Titel: {{itemInfo.title ? itemInfo.title : ''}}
-Typ: {{itemInfo.type? itemInfo.type : ''}}
-Start: {{dayjs(itemInfo.start).format("DD.MM.YY HH:mm")}}
-Ende: {{dayjs(itemInfo.end).format("DD.MM.YY HH:mm")}}
-Projekt: {{itemInfo.project ? itemInfo.project.name : ''}}
-Link: {{itemInfo.link }}
-Resources: {{itemInfo.resources.map((x) => `${x.type} - ${x.title}`).join(",")}}
-Notizen: {{itemInfo.notes ? itemInfo.notes : ''}}
-| Name: | -{{itemInfo.name}} | -
| Lagerplatz: | -{{dataStore.getSpaceById(itemInfo.currentSpace).spaceNumber}} - {{dataStore.getSpaceById(itemInfo.currentSpace).description}} | -
| Seriennummer: | -{{itemInfo.serialNumber}} | -
| Menge: | -{{itemInfo.quantity > 0 ? itemInfo.quantity : 'Einzelarktikel'}} | -
| Artikelnummer: | -{{itemInfo.articleNumber}} | -
| Hersteller: | -{{itemInfo.manufacturer}} | -
| Herstellernummer: | -{{itemInfo.manufacturerNumber}} | -
| Lieferant: | -{{itemInfo.vendor ? itemInfo.vendor.name : ''}} | -
| Kaufdatum: | -{{itemInfo.purchaseDate ? dayjs(itemInfo.purchaseDate).format("DD.MM.YYYY") : ''}} | -
| Wert bei Kauf: | -{{itemInfo.purchasePrice ? itemInfo.purchasePrice.toFixed(2).replace(".",",") + " €" : ''}} | -
| Aktueller Wert: | -{{itemInfo.currentValue ? itemInfo.currentValue.toFixed(2).replace(".",",") + " €" : ''}} | -
| Beschreibung: | -{{itemInfo.description}} | -
| Typ: | -{{itemInfo.type}} | -
| Übergeordneter Lagerplatz: | -|
| Adresse: | -{{`${itemInfo.address.streetNumber}, ${itemInfo.address.zip} ${itemInfo.address.city}`}} | -
| Beschreibung: | -{{itemInfo.description}} | -
| Artikel in diesem Lagerplatz | -Anzahl | -Einheit | -
|---|---|---|
| {{product.name}} | -{{getSpaceProductCount(product.id)}} | -{{dataStore.units.find(unit => unit.id === product.unit).name}} | -
Es befinden sich keine Artikel in diesem Lagerplatz
-