"Update field labels in Orders.vue for improved clarity and consistency in UI text."

This commit is contained in:
Jeppe Bundgaard
2025-12-05 20:30:13 +01:00
parent 5329b62bc5
commit dd2dcc9043
@@ -236,7 +236,7 @@ const showChangeOrderInvoiceCollectionForm = async (id) => {
}
},
customer_id: {
label: "E-conomic kunde ID",
label: "Kunde",
type: "number",
sortable: true,
creation: {
@@ -244,7 +244,7 @@ const showChangeOrderInvoiceCollectionForm = async (id) => {
}
},
cashier_id: {
label: "Kasserer ID",
label: "Kasserer",
type: "number",
sortable: true,
creation: {
@@ -252,7 +252,7 @@ const showChangeOrderInvoiceCollectionForm = async (id) => {
}
},
department_id: {
label: "Afdeling ID",
label: "Afdeling",
type: "number",
sortable: true,
creation: {
@@ -300,7 +300,7 @@ const showChangeOrderInvoiceCollectionForm = async (id) => {
}
},
invoice_collection_id: {
label: "Faktura samling ID",
label: "Faktura",
type: "number",
sortable: true,
creation: {
@@ -308,7 +308,7 @@ const showChangeOrderInvoiceCollectionForm = async (id) => {
}
},
booking_id: {
label: "Booking ID",
label: "Booking",
type: "number",
sortable: true,
creation: {
@@ -340,7 +340,7 @@ const showChangeOrderInvoiceCollectionForm = async (id) => {
}
},
created_at: {
label: "Oprettet",
label: "Dato",
type: "date",
sortable: true,
creation: {