Society Fee Configuration

Controls whether your shop uses a society account and how much of each transaction is automatically sent to the job’s bank. Ideal for managing job income and ensuring every sale contributes to the business.


Config.UseSociety

Type: boolean Default: true

Enables integration with the society or banking system for job-restricted shops.


Society System Detection

Config.SocietySystem = 'esx_addonaccount' | 'qb-core' | 'qb-management' | 'qb-banking' | 'qs-banking' | 'okokbanking' | 'Renewed-Banking' | 'qbx_management' | 'standalone'

Important for QBox users

Do not use qbx_management as the society system. It only manages employees, not money. Use Renewed-Banking or qs-banking instead.


Society Fee Percentage

Config.SocietyFeePercentage = 0.1 Type: number (0.0 to 1.0) Default: 0.1 (10%)

Controls how much of a transaction goes to the society account for job-restricted shops.

Example meanings

  • 0.1 = 10% goes to society

  • 0.5 = 50% goes to society

  • 1.0 = 100% goes to society

  • 0 = 0% goes to society

Only the society cut is handled here.


Example Breakdown

Vehicle mod cost: $10,000 SocietyFeePercentage: 0.1 (10%)

  • Society receives: $1,000