Added Kostenschätzung und Packschein
All checks were successful
Build and Push Docker Images / build-backend (push) Successful in 22s
Build and Push Docker Images / build-frontend (push) Successful in 59s

This commit is contained in:
2026-03-25 15:38:28 +01:00
parent 01b4d0f973
commit eb718021fd
11 changed files with 176 additions and 68 deletions

View File

@@ -23,6 +23,9 @@ const resources = {
quotes: {
label: "Angebote"
},
costEstimates: {
label: "Kostenschätzungen"
},
inventoryitems: {
label: "Inventarartikel"
},
@@ -38,6 +41,9 @@ const resources = {
deliveryNotes: {
label: "Lieferscheine"
},
packingSlips: {
label: "Packscheine"
},
costcentres: {
label: "Kostenstellen"
}