- {getLocaleLabel(permission.name, permission.key)} -
-- {permission.key} -
-
- Calls GET /api/test_user1 (requires{' '}
- can:demo:user1).
-
Loading...
: null} - {error ? ( -
- {JSON.stringify(data, null, 2)}
-
- ) : null}
-
- Calls GET /api/test_user2 (requires{' '}
- can:demo:user2).
-
Loading...
: null} - {error ? ( -
- {JSON.stringify(data, null, 2)}
-
- ) : null}
- - Org structure -
-- Manage units, department positions, and employee onboarding for EDR Freight from a - single workspace. -
-{selectedUnit.key}
-- New users are created during onboarding and assigned directly to the selected position. -
-- Select a position from the tree first, then onboard employees into it. -
- )} -- Use the unit list on the left to manage positions and employees strictly inside one selected unit. -
-- User Management -
-- Browse employees within your accessible scope and open a record to review contact and position details. -
-| Name | -Username | -Phone | -Status | -Positions | -|
|---|---|---|---|---|---|
| {getEmployeeDisplayName(employee)} | -{employee.user?.username ?? "-"} | -{employee.user?.email ?? "-"} | -{employee.user?.phoneNumber ?? "-"} | -{employee.status ?? "-"} | -{positions.join(", ") || "-"} | -
- User Management -
-- Browse the full IAM permission catalog for the freight backoffice environment. -
-- Application -
- -- Filter the IAM permission catalog by application, or view the shared system permissions that do not belong to any application. -
-- {getLocaleLabel(permission.name, permission.key)} -
-- {permission.key} -
-- Showing {permissions.length} of {count} permissions. -
- -- User Management -
-- Browse position types for a selected organization unit, add new - ones, and manage their permissions. -
-- Organization -
- -- Unit -
- -- {selectedOrganization && selectedUnit - ? `Showing position types for ${getLocaleLabel(selectedUnit.name, selectedUnit.key)} in ${getLocaleLabel(selectedOrganization.name, selectedOrganization.key)}.` - : "Select an organization and unit to load position types."} -
-| Name | -Key | -Scope | -Unit ID | -Created At | -Updated At | -
|---|---|---|---|---|---|
| - {getLocaleLabel(positionType.name, positionType.key)} - | -- {positionType.key} - | -- {positionType.isSystem ? "System" : "Unit"} - | -- {positionType.unitId ?? "-"} - | -- {formatDate(positionType.createdAt)} - | -- {formatDate(positionType.updatedAt)} - | -
- User Management -
-- Browse freight backoffice roles and their internal keys in a simple grid view. -
-- User management -
-- Manage organizations, branches, departments, team members, and admin access from a - single SmartOffice-style workspace. -
-- {selectedPosition - ? `${getLocaleLabel(selectedPosition.name, selectedPosition.key)} in ${getLocaleLabel(selectedUnit?.name, selectedUnit?.key ?? "")}` - : "Select a department"} -
-- User management -
-- Create organization users, activate or deactivate access, and assign organization-scoped roles. -
-- {selectedOrganization - ? `Manage users in ${getLocaleLabel(selectedOrganization.name, selectedOrganization.key)}` - : "Select an organization"} -
-