Description
A boss-management tablet that pulls staff roster, society finances, stock, item pricing and business settings into one NUI dashboard. It is the management UI every owned business needs, and every action is gated on the server checking the player actually holds the boss grade.
Prompt Template
You are writing a FiveM resource for esextended (stable, exports getSharedObject).
The full prompt template and its reference Lua are part of a one-time pack. Pick your depth β both are lifetime access, no subscription, ever.
- 60 prompts + syntax-validated reference Lua
- Lifetime access β pay once
- All 510 prompts β the full library
- Per-prompt profit/trend intelligence (CSV + playbook)
- Lifetime free updates β new niches as the market moves
$49 for 60 Β· $199 for all 510 + intelligence β one-time, no subscription.
Expected Output
The reference Lua at content/expected-outputs/business/15-boss-management-tablet.lua implements a command-opened NUI dashboard and a server that re-checks the boss grade on every hire, fire, priceβ¦
The full prompt template and its reference Lua are part of a one-time pack. Pick your depth β both are lifetime access, no subscription, ever.
- 60 prompts + syntax-validated reference Lua
- Lifetime access β pay once
- All 510 prompts β the full library
- Per-prompt profit/trend intelligence (CSV + playbook)
- Lifetime free updates β new niches as the market moves
$49 for 60 Β· $199 for all 510 + intelligence β one-time, no subscription.
Known Failure Modes & Corrective Prompt
- Missing grade gate β without
isBoss()on every handler any client can fire staff or drain the society account. - Client society math β mutating the account on the client never persists; route it through
esx_addonaccount. - Unregistered actions β hire/fire/withdraw without
RegisterNetEventserver-side leave the buttons dead.
Corrective re-prompt: Add the isBoss(xPlayer) re-check as the first line of every server handler and reject when false. Move all society and pricing mutation server-side through esx_addonaccount, and confirm boss:hire, boss:fire, boss:setPrice and boss:withdraw are each wrapped in RegisterNetEvent.
Framework Integration
ESX: xPlayer.job.grade_name, ESX.GetExtendedPlayers("job", name), esx_society + esx_addonaccount for funds.
QBCore: Player.PlayerData.job.isboss, exports['qb-management']:GetAccount(job) / AddMoney / RemoveMoney; roster via qb-core players by job.
QBox: exports.qbx_core:GetPlayer(src), PlayerData.job.isboss, and the qbx_management account exports.
Profit Potential
$150β$2000/mo on Tebex (expected ~$500). [INFERRED] priced inside the $50-389 standalone-script band against the signal-scraper corpus (tebex_snapshot n=100, median seller $11.85K/mo) for a stable management-UI niche.
Trend Signal
β stable β corpus: qb-management-style boss menu is a staple management UI across scraped bundles.
Sales Angle
Position as the one polished tablet that replaces a dozen scattered /society commands β staff, money, stock and pricing in a single owner dashboard. Recommended Tebex price: $79.
Difficulty & Ship Time
intermediate Β· ships in 1 day.