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
@@ -50,6 +50,7 @@ describe("admin users dictionary", () => {
MANAGER: "Manager",
STAFF: "Staff",
VIEWER: "Viewer",
NO_USER: "No user account",
})
expect(users.status).toEqual({
@@ -133,6 +134,7 @@ describe("admin users dictionary", () => {
MANAGER: "Gerente",
STAFF: "Personal",
VIEWER: "Visor",
NO_USER: "Sin cuenta de usuario",
})
expect(users.status).toEqual({