feat: add vehicle edit page, image gallery with upload, print and CSV export

This commit is contained in:
2026-07-19 19:47:39 +02:00
parent 58fcf4a722
commit 563127c75a
9 changed files with 499 additions and 5 deletions
+10 -1
View File
@@ -47,5 +47,14 @@
"common.confirm": "Confirm",
"user.role.admin": "Administrator",
"user.role.verkaeufer": "Sales",
"user.role.buchhaltung": "Accounting"
"user.role.buchhaltung": "Accounting",
"vehicle.edit": "Edit",
"vehicle.print": "Print",
"vehicle.exportPdf": "Export as PDF",
"vehicle.exportCsv": "Export as CSV",
"vehicle.images": "Images",
"vehicle.uploadImage": "Upload Image",
"vehicle.deleteImage": "Delete Image",
"vehicle.noImages": "No images available",
"vehicle.exportAllCsv": "Export All as CSV"
}