OrigenNetwork
Docs

Dependencies · origen_banking

origen_banking is a full banking system with multi-account support, shared job/gang accounts, ATMs, cards and a loan engine. Framework, inventory, notification and help-text integrations are all resolved through the bridge layer.


Required

ResourceNotes
ox_libCallbacks, locale utilities and UI helpers
oxmysqlAsync MySQL driver

Framework compatibility

The framework is auto-detected at startup in init.lua. No manual configuration is needed — Config.Framework must not be overridden by hand.

FrameworkSupport
qb-coreFull
qbx_coreFull
es_extended (ESX)Full

qbx_core does not expose GetCoreObject. Qbox registers that shim under the qb-core namespace, so both frameworks resolve through the same call.

ESX has no native gang system. Gang bank accounts return nil by default on es_extended — implement Custom.GetPlayerGangName in custom/server/framework.lua if your server uses a custom gang resource.


Inventory compatibility

Auto-detected at startup. The inventory bridge is only used for cash handling when cash is an inventory item.

origen_inventory · codem-inventory · core_inventory · jpr-inventory · ps-inventory · qs-inventory · tgiann-inventory · ox_inventory · qb-inventory

Detection order matters. origen_inventory, qs-inventory and tgiann-inventory can declare provide 'ox_inventory', and origen_inventory / codem-inventory can declare provide 'qb-inventory'. The provided aliases are checked last so the real resource always wins.

To pin a specific bridge regardless of detection, set BridgeConfig.Inventory in init.lua.


Notify compatibility

Resolved automatically (BridgeConfig.Notify = "auto"). Supported providers:

ox_lib · origen_notify · brutal_notify · okokNotify · mythic_notify · lation_ui · r_notify · t-notify · wasabi_notify · pNotify · fl-notify · zsxui


Help text compatibility

Resolved automatically (BridgeConfig.HelpText = "auto"). Supported providers:

ox_lib · origen_notify · cd_drawtextui · jg-textui · lab-HintUI · lation_ui · okokTextUI · zsxui