diff --git a/pages/createDocument/serialInvoice.vue b/pages/createDocument/serialInvoice.vue
index 074d487..8900d36 100644
--- a/pages/createDocument/serialInvoice.vue
+++ b/pages/createDocument/serialInvoice.vue
@@ -63,26 +63,6 @@
{{dataStore.documentTypesForCreation[row.type].labelSingle}}
-
-
- {{row.state}}
-
-
- {{row.state}}
-
-
- {{row.state}}
-
-
{{row.customer ? row.customer.name : ""}}
@@ -114,6 +94,10 @@
{{row.contract.contractNumber}} - {{row.contract.name}}
+
+ Monatlich
+ Quartalsweise
+
@@ -159,13 +143,9 @@ const filteredRows = computed(() => {
const templateColumns = [
{
- key: 'type',
- label: "Typ"
+ key: 'serialConfig.active',
+ label: "Aktiv"
},{
- key: 'state',
- label: "Status"
- },
- {
key: "amount",
label: "Betrag"
},
@@ -178,8 +158,8 @@ const templateColumns = [
label: "Vertrag"
},
{
- key: 'serialConfig.active',
- label: "Aktiv"
+ key: 'serialConfig.intervall',
+ label: "Rhythmus"
}
]
const selectedColumns = ref(templateColumns)