All-in-one job management system: create jobs in-game, boss menu with society money, billing/invoicing system,
multi-job support, and job actions — all from a single resource.
Features:
- In-Game Job Creator — Full CRUD panel for jobs and grades. Create, edit, delete jobs with custom grades and salaries
directly in-game. No config edits, no restarts.
- Marker System — Place boss menu, garage, stash, duty, and clothing markers per job with blips. Supports internal
actions or external export redirects.
- Boss Menu — Society money management (deposit/withdraw with transaction history), employee management (hire, fire,
promote, demote), nearby or ID-based player invites.
- Billing System — Employees can invoice clients via boss menu or /invoice command. Clients pay/reject from their own
NUI panel. Invoices persist across sessions. Fully pluggable — use the built-in system or redirect to external billing
(esx_billing, okokBilling, etc.).
- Multi-Job System — Players can hold multiple jobs simultaneously and switch between them. Auto-selection for
non-whitelisted jobs, cooldowns, max job limits. Grades are preserved per job.
- Job Actions — Quick-action keybind (F6) for handcuffs and custom per-job actions near players/vehicles.
- Per-Grade Permissions — Bitwise permission system: control who can access boss menu, hire/fire, manage money, create
invoices, and more — per grade.
- nb-garages Integration — Auto-detects nb-garages for society vehicle garages. Falls back to built-in garage if not
present.
- Full Export API — Jobs, grades, markers, society money, employees, invoices, multi-job — all accessible via exports
for external scripts.
- ESX & QBCore — Auto-detects framework. Writes to native jobs and job_grades tables.
- Discord Webhooks — Log job actions (hires, fires, promotions, invoices) to Discord.
- Open Bridges & UI — Config, permissions, bridges, actions, and full UI are open-source. Business logic is
escrow-protected.
- Security — All operations validated server-side. Admin-only panel access.
Dependencies: oxmysql, nb-bridge (included)