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

@ -66,6 +66,18 @@
"routeKeys": {},
"namedRegex": "^/_not\\-found(?:/)?$"
},
{
"page": "/api/customer-imports/confirm",
"regex": "^/api/customer\\-imports/confirm(?:/)?$",
"routeKeys": {},
"namedRegex": "^/api/customer\\-imports/confirm(?:/)?$"
},
{
"page": "/api/customer-imports/preview",
"regex": "^/api/customer\\-imports/preview(?:/)?$",
"routeKeys": {},
"namedRegex": "^/api/customer\\-imports/preview(?:/)?$"
},
{
"page": "/api/login",
"regex": "^/api/login(?:/)?$",
@ -108,6 +120,12 @@
"routeKeys": {},
"namedRegex": "^/customers(?:/)?$"
},
{
"page": "/customers/import",
"regex": "^/customers/import(?:/)?$",
"routeKeys": {},
"namedRegex": "^/customers/import(?:/)?$"
},
{
"page": "/dashboard",
"regex": "^/dashboard(?:/)?$",