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": "app/(app)/contacts/page.js",
"/(app)/customers/import/page": "app/(app)/customers/import/page.js",
"/(app)/customers/page": "app/(app)/customers/page.js",
"/(app)/dashboard/page": "app/(app)/dashboard/page.js",
"/(app)/devices/page": "app/(app)/devices/page.js",
@ -17,6 +18,8 @@
"/(auth)/login/page": "app/(auth)/login/page.js",
"/_global-error/page": "app/_global-error/page.js",
"/_not-found/page": "app/_not-found/page.js",
"/api/customer-imports/confirm/route": "app/api/customer-imports/confirm/route.js",
"/api/customer-imports/preview/route": "app/api/customer-imports/preview/route.js",
"/api/login/route": "app/api/login/route.js",
"/api/logout/route": "app/api/logout/route.js",
"/api/me/route": "app/api/me/route.js",