feat: add unified Person+User creation backend

This commit is contained in:
2026-06-16 21:21:17 +02:00
parent 68c2983d36
commit e5717461cf
11 changed files with 772 additions and 1 deletions
+1
View File
@@ -473,6 +473,7 @@ export const en = {
MANAGER: "Manager",
STAFF: "Staff",
VIEWER: "Viewer",
NO_USER: "No user account",
},
status: {
active: "Active",
+1
View File
@@ -478,6 +478,7 @@ export const es = {
MANAGER: "Gerente",
STAFF: "Personal",
VIEWER: "Visor",
NO_USER: "Sin cuenta de usuario",
},
status: {
active: "Activo",