Installation
Prerequisites
Before installing the Billing System, ensure you have:
✅ A working FiveM server
✅ One of the supported frameworks (QBox, QBCore, or ESX)
✅ MySQL/MariaDB database
✅ Basic knowledge of FiveM resource installation
Step 1: Download
Download the latest version of src-billing from your source.
Step 2: Extract Files
Extract the src-billing folder to your server's resources directory:
server/
└── resources/
└── [SRC]/
└── src-billing/Step 3: Database Setup
Import SQL File
Execute the SQL file to create the required database tables:
Open your database management tool (HeidiSQL, phpMyAdmin, etc.)
Select your FiveM database
Import the file:
src-billing/sql/billing.sql
Verify Tables
After importing, verify these tables exist:
billing_invoices- Stores all invoicesbilling_cashbox- Stores cashbox balances per jobbilling_menus- Stores customizable billing menus
Step 4: Configuration
Basic Configuration
Edit config.lua to match your server:
Framework Configuration
If auto-detection doesn't work, manually set your framework:
Step 5: Add to server.cfg
Add the resource to your server.cfg:
Step 6: Restart Server
Restart your FiveM server or start the resource:
Step 7: Verify Installation
Check Console
Look for this message in your server console:
Test In-Game
Join your server
Get a job from
Config.AllowedJobsPress
F7(or your configured key)Tablet should open
Troubleshooting Installation
Resource Won't Start
Check:
Resource is in correct folder
fxmanifest.luaexistsNo syntax errors in config
Solution:
Database Errors
Check:
SQL file was imported correctly
Database connection is working
Tables exist in database
Solution: Re-import sql/billing.sql
Framework Not Detected
Check:
Framework resource is started
Framework name is correct in config
Solution:
Tablet Won't Open
Check:
You have an allowed job
Keybind is correct
No console errors
Solution: Check Troubleshooting Guide
Next Steps
https://github.com/dollar-src/docs/blob/main/billing/gitbook-configuration.mdhttps://github.com/dollar-src/docs/blob/main/billing/gitbook-user-guide.mdOptional Dependencies
ox_lib (Recommended)
For enhanced notifications:
ox_inventory
For receipt printing feature:
Installation complete! You're ready to start using the Billing System.
Last updated

