| {{datapoint.label}}: | +
+
+ {{props.item[datapoint.key.split('.')[0]][datapoint.key.split('.')[1]]}}{{datapoint.unit}}
+ {{props.item[datapoint.key]}} {{datapoint.unit}}
+
+ |
+
Aktiviert am: {{dayjs(item.activated_at).format("DD.MM.YY HH:mm")}} Uhr
+Aktiviert durch: {{profileStore.getProfileById(item.activated_by).fullName}}
+Beschreibung: {{item.description}}
+| - Buchungsdatum: - | -- {{dayjs(itemInfo.date).format("DD.MM.YYYY")}} - | -
| - Wertstellungsdatum: - | -- {{dayjs(itemInfo.valueDate).format("DD.MM.YYYY")}} - | -
| - Partner: - | -- {{itemInfo.amount > 0 ? itemInfo.debName : itemInfo.credName}} + |
| + Buchungsdatum: + | ++ {{dayjs(itemInfo.date).format("DD.MM.YYYY")}} + | +
| + Wertstellungsdatum: + | ++ {{dayjs(itemInfo.valueDate).format("DD.MM.YYYY")}} + | +
| + Partner: + | ++ {{itemInfo.amount > 0 ? itemInfo.debName : itemInfo.credName}} - | -
| - Partner IBAN: - | -- {{itemInfo.amount > 0 ? separateIBAN(itemInfo.debIban) : separateIBAN(itemInfo.credIban)}} - | -
| - Konto: - | -- {{dataStore.getBankAccountById(itemInfo.account) ? dataStore.getBankAccountById(itemInfo.account).name || separateIBAN(dataStore.getBankAccountById(itemInfo.account).iban) : ""}} - | -
| - Verknüpfte Dokumente: - | -|
| + Partner IBAN: + | ++ {{itemInfo.amount > 0 ? separateIBAN(itemInfo.debIban) : separateIBAN(itemInfo.credIban)}} + | +
| + Konto: + | ++ {{dataStore.getBankAccountById(itemInfo.account) ? dataStore.getBankAccountById(itemInfo.account).name || separateIBAN(dataStore.getBankAccountById(itemInfo.account).iban) : ""}} + | +
| + Verknüpfte Dokumente: + | +|
| + + + {{dataStore.getCreatedDocumentById(item.cd_id).documentNumber}} + + + {{dataStore.getVendorById(dataStore.getIncomingInvoiceById(item.ii_id).vendor).name}} - {{dataStore.getIncomingInvoiceById(item.ii_id).reference}} + + | +
+ |
+
| + Beschreibung: + | +|
| + {{itemInfo.text}} + | +- - - {{dataStore.getCreatedDocumentById(item.cd_id).documentNumber}} - - - {{dataStore.getVendorById(dataStore.getIncomingInvoiceById(item.ii_id).vendor).name}} - {{dataStore.getIncomingInvoiceById(item.ii_id).reference}} - - | -
- |
-
-
| - Beschreibung: - | -|
| - {{itemInfo.text}} - | -|
| - | Pos. | -Name | -Menge | -Einheit | -Preis | -Steuer | -Rabatt | -Beschreibung | -Gesamt | -||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| + | Pos. | +Name | +Menge | +Einheit | +Preis | +Steuer | +Rabatt | +Beschreibung | +Gesamt | +||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
- |
-
- |
-
- |
- {{row.pos}} | -
- |
-
- |
+ |
-
- |
+ |
+
+ |
+ {{row.pos}} |
+
+ |
+
+ |
+
+ |
+
+ |
+
+ |
+
+ |
+
+ |
+
+ |
+
+ |
-
- |
-
- |
-
- |
-
- |
-
- |
-
- |
-
+
+ |
+
- |
- {{getRowAmountUndiscounted(row)}} €{{getRowAmount(row)}} € -
- |
-
- |
- {{getRowAmountUndiscounted(row)}} €{{getRowAmount(row)}} € + |
+
+ |
+
+ |
+ ||||||||||||||||||||||||||||||||||||||||||||||
| Kennzeichen: | -{{itemInfo.licensePlate}} | -
| Typ: | -{{itemInfo.type}} | -
| Fahrgestellnummer: | -{{itemInfo.vin}} | -
| Fahrer: | -{{profileStore.profiles.find(profile => profile.id === itemInfo.driver) ? profileStore.profiles.find(profile => profile.id === itemInfo.driver).fullName : 'Kein Fahrer gewählt'}} | -
| Tankvolumen: | -{{itemInfo.tankSize !== 0 ? `${itemInfo.tankSize} L` : "Kein Tank verbaut"}} | -
| Baujahr: | -{{itemInfo.buildYear}} | -
| Anhänglast: | -{{itemInfo.towingCapacity}} | -
| Farbe: | -{{itemInfo.color}} | -
| Leistung: | -{{itemInfo.powerInKW && itemInfo.powerInKW + " kW"}} | -