DND Docs

Resourcesdnd_economyInstallation

Dependencies

Last updated on

Required

ResourceWhy
oxmysqlAll database access (MySQL.* calls)
ox_libCallbacks, NUI dialogs (input/alert), notifications, lib.points for stash zones
ox_inventoryAgency stashes, item transfer, stock reads (GetStashCounts/GetStockCount)
ox_targetSell/Buy interaction points on agency NPCs, stash zones

Optional (feature-gated)

ResourceEnables
Renewed-BankingThe Buy flow — revenue deposits into the agency's job account. Config-gated by Config.Banking.
dnd_jobmanagementAuto-queuing a printable purchase document when staff accept a Buy order. Config-gated by Config.Printer.

Framework

Auto-detected via Config.Framework = 'auto' (checks for qbx_core then es_extended), or force it explicitly to 'qbox' / 'esx'.

Build tooling (dev-time only, not a runtime dependency)

  • Node.js + npm — only needed to run cd web && npm run build before shipping; the built web/dist output is what actually ships.

On this page