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

@@ -19,11 +19,26 @@
"suffix": "",
"nextNumber": 1000
},
"costEstimates": {
"prefix": "KS-",
"suffix": "",
"nextNumber": 1000
},
"confirmationOrders": {
"prefix": "AB-",
"suffix": "",
"nextNumber": 1000
},
"deliveryNotes": {
"prefix": "LS-",
"suffix": "",
"nextNumber": 1000
},
"packingSlips": {
"prefix": "PS-",
"suffix": "",
"nextNumber": 1000
},
"invoices": {
"prefix": "RE-",
"suffix": "",
@@ -39,4 +54,4 @@
"suffix": "",
"nextNumber": 1000
}
}
}