-
- >
-
-
- |
-
-
- |
- {{row.pos}} |
-
-
- |
-
-
-
- {{dataStore.getProductById(row.product) ?dataStore.getProductById(row.product).name : "Kein Produkt ausgewählt" }}
-
-
- |
-
-
-
- {{dataStore.getServiceById(row.service) ? dataStore.getServiceById(row.service).name : "Keine Leistung ausgewählt" }}
-
-
- |
-
-
- |
-
-
-
- {{dataStore.units.find(i => i.id === row.unit) ? dataStore.units.find(i => i.id === row.unit).name : "Keine Einheit gewählt"}}
-
-
- |
-
-
-
- EUR
-
-
- |
-
-
-
- {{option}} %
-
-
- {{row.taxPercent}} %
-
-
-
- |
-
-
-
- %
-
-
- |
-
- {{getRowAmount(row)}} €
- |
-
-
- |
-
-
-