feat(customers): add controlled CSV and XLSX customer import

This commit is contained in:
Schubert Ferenc 2026-07-12 15:19:15 +02:00
parent 613ffdc8b7
commit 82e03877b3
566 changed files with 2752 additions and 991 deletions

View file

@ -1,5 +1,6 @@
{
"/(app)/contacts/page": "/contacts",
"/(app)/customers/import/page": "/customers/import",
"/(app)/customers/page": "/customers",
"/(app)/dashboard/page": "/dashboard",
"/(app)/devices/page": "/devices",
@ -17,6 +18,8 @@
"/(auth)/login/page": "/login",
"/_global-error/page": "/_global-error",
"/_not-found/page": "/_not-found",
"/api/customer-imports/confirm/route": "/api/customer-imports/confirm",
"/api/customer-imports/preview/route": "/api/customer-imports/preview",
"/api/login/route": "/api/login",
"/api/logout/route": "/api/logout",
"/api/me/route": "/api/me",