Permissions
Every grade of a job carries its own set of permissions, edited in-game in the Grades & Permissions tab or the Boss Creator. All checks run server-side — the UI only hides what a player can’t use.
Permission keys
| Key | Grants |
|---|---|
view_statistics | View dashboard statistics and the attendance chart |
view_transactions | View the transaction history and chart |
deposit_money | Deposit money into the society account |
withdraw_money | Withdraw money from the society account |
hire_employees | Hire nearby players into the job |
fire_employees | Fire employees (online or offline) |
promote_employees | Promote or demote employees |
order_items | Order items from the job store |
manage_upgrades | Manage store purchases |
edit_permissions | Edit grades, permissions, salaries and profile settings |
Tab visibility
| Tab | Shown with |
|---|---|
| Dashboard | view_statistics, view_transactions, deposit_money or withdraw_money |
| Employees | hire_employees, fire_employees or promote_employees |
| Grades & Permissions | edit_permissions |
| Shop System | order_items or manage_upgrades |
| Wardrobe / Profile | always visible to anyone who can open the menu |
Full access
A player bypasses per-permission checks entirely when any of these is true:
- they hold the job’s highest grade (the boss rank), or
- their grade is in the job’s Boss Menu Access list set in the creator, or
- the framework marks them as boss (
isbosson QBCore/Qbox).
The boss rank’s full permission set is enforced automatically — even if a save tried to strip it, the server restores all 10 keys for the top grade.
Hierarchy rules
Permissions alone aren’t enough — rank matters too:
- You can only fire, promote, demote or set salaries for grades below your own (full-access players are exempt).
- You can’t fire yourself or change your own grade.
- Salary changes are always capped by
Settings.SalaryLimit; without full access they can only target grades below your own.
Who can open the menu?
A placed boss menu location is usable by: the grades selected under Boss Menu Access, plus every grade that has at least one permission, plus always the highest grade. Employees without any of that can still use the job’s stash and wardrobe locations — those only require holding the job.

