| Name: | -{{itemInfo.name}} | -
| Aktiv: | -- Ja - Nein - | -
| Kunde: | -
- |
-
| Ansprechpartner: | -
- |
-
| Wiederkehrend: | -{{itemInfo.recurring ? "Ja" : "Nein"}} | -
| Startdatum: | -{{dayjs(itemInfo.startDate).format("DD.MM.YYYY")}} | -
| Enddatum: | -{{dayjs(itemInfo.endDate).format("DD.MM.YYYY")}} | -
| Unterschrieben am: | -{{dayjs(itemInfo.signDate).format("DD.MM.YYYY")}} | -
| Laufzeit: | -{{itemInfo.duration}} | -
| Rechnungsversand: | -{{itemInfo.invoiceDispatch}} | -
| Zahlart: | -{{itemInfo.paymentType}} | -
| SEPA Mandatsreferenz: | -{{itemInfo.sepaRef}} | -
| SEPA Unterschrieben am: | -{{dayjs(itemInfo.sepaDate).format("DD.MM.YYYY")}} | -
| Bank: | -{{itemInfo.bankingName}} | -
| BIC: | -{{itemInfo.bankingBIC}} | -
| IBAN: | -{{itemInfo.bankingIban}} | -
| Kontoinhaber: | -{{itemInfo.bankingOwner}} | -
| Beschreibung: | -{{itemInfo.notes}} | -
| Eigene Felder: | -|
| {{profileStore.ownTenant.ownFields.contracts.find(i => i.key === fieldKey).label}} | -{{itemInfo.ownFields[fieldKey]}} | -
Kundennummer: {{itemInfo.customerNumber}}
-Typ: {{itemInfo.isCompany ? 'Firma' : 'Privatperson'}}
-Straße + Hausnummer: {{itemInfo.infoData.street}}
-PLZ + Ort: {{itemInfo.infoData.zip}} {{itemInfo.infoData.city}}
-Telefon: {{itemInfo.infoData.tel}}
-E-Mail: {{itemInfo.infoData.email}}
-Web: {{itemInfo.infoData.web}}
-USt-Id: {{itemInfo.infoData.ustid}}
-Notizen:
{{itemInfo.notes}}
| Kunde: | -
Notizen:
- -| Name: | -{{itemInfo.name}} | -
| Beschreibung: | -{{itemInfo.description}} | -
| Name: | -{{itemInfo.name}} | -
| Hersteller: | -{{itemInfo.manufacturer}} | -
| Herstellernummer: | -{{itemInfo.manufacturerNumber}} | -
| Einheit: | -{{units.find(i => i.id === itemInfo.unit) ? units.find(i => i.id === itemInfo.unit).name : ""}} | -
| Tags: | -{{itemInfo.tags.join(", ")}} | -
| Artikelkategorien: | -{{itemInfo.productcategories.map(i => productcategories.find(x => x.id === i).name).join(", ")}} | -
| EAN: | -{{itemInfo.ean}} | -
| Verkaufspreis: | -{{itemInfo.sellingPrice}} | -
| Beschreibung: | -{{itemInfo.description}} | -
Kunde:
Objekt:
Notizen: {{itemInfo.notes}}
-Aktiviert am: {{dayjs(item.activated_at).format("DD.MM.YY HH:mm")}} Uhr
-Aktiviert durch: {{profileStore.getProfileById(item.activated_by).fullName}}
-Beschreibung: {{item.description}}
-| Name: | -{{itemInfo.name}} | -
| Beschreibung: | -{{itemInfo.description}} | -
| Name: | -{{itemInfo.name}} | -
| Leistungsnummer: | -{{itemInfo.serviceNumber}} | -
| Verkaufpreis: | -{{itemInfo.sellingPrice && itemInfo.sellingPrice.toFixed(2).replace(".", ",") + " €"}} | -
| Einheit: | -{{units.find(i => i.id === itemInfo.unit) ? units.find(i => i.id === itemInfo.unit).name : itemInfo.unit}} | -
| Tags: | -{{itemInfo.tags.join(", ")}} | -
| Leistungskategorien: | -{{itemInfo.servicecategories ? itemInfo.servicecategories.map(i => servicecategories.find(x => x.id === i).name).join(", ") : ""}} | -
| Beschreibung: | -{{itemInfo.description}} | -
Kategorie: {{itemInfo.categorie}}
-Projekt:
Beschreibung:
Straße + Hausnummer: {{currentItem.infoData.street ? currentItem.infoData.street : ""}}
-PLZ + Ort: {{currentItem.infoData.zip}} {{currentItem.infoData.city}}
-Telefon: {{currentItem.infoData.tel}}
-E-Mail: {{currentItem.infoData.email}}
-Web: {{currentItem.infoData.web}}
-USt-Id: {{currentItem.infoData.ustid}}
-SEPA Mandat: {{currentItem.hasSEPA ? "Ja" : "Nein"}}
-Notizen:
{{currentItem.notes}}