Storage Company Staff

Operates a storage company — same as the storage admin minus user/company management.

1 min read

Storage Company Staff

Summary. Operates a storage company day to day. Identical to the storage company admin minus user management — they cannot create or edit company staff, but they perform the same inbound-stock confirm/reject work.

What you can do

  • View your own company (view own-company).
  • View products, storage companies, and warehouses (view products, view storage-companies, view warehouses).
  • View inventory requests assigned to the company at /admin/inventory-requests (view inventory-requests).
  • Confirm storage — /admin/inventory-requests/{id}/assign-warehouse — (confirm inventory-storage).
  • Reject storage — /admin/inventory-requests/{id}/reject-by-storage — (reject inventory-storage).
  • View inventory balances and transactions (view inventory-balances, view inventory-transactions).

What you cannot do

  • Cannot manage company users — no manage own-company-users, create users, or update users.
  • Same outer boundaries as the storage admin: no other companies' data, no finance, no master data.

Data scope

Own storage company only — identical company filtering to the storage company admin.

Permissions

Exact list (synced in SaasRoleSeeder): view own-company, view products, view storage-companies, view warehouses, view inventory-requests, confirm inventory-storage, reject inventory-storage, view inventory-balances, view inventory-transactions.

How this role is assigned

Created by the storage company admin from within the company (via /admin/users, which the admin reaches through manage own-company-users).

See roles/storage-company-admin (adds user/company management).