[FREE] SRC-Billing System [ESX/QBCore]

ADVANCED BILLING SCRIPT FOR ESX/QBCORE

Features
Send Bill
Pay Bill
Check Paid Bills
Check Unpaid Bills
Cancel Bills
Check Society Bills
Log System
Fully Json Database

Dependencies
ox_lib

LINKS
Youtube
Github

7 Likes

nice work

1 Like

great work

1 Like


ESX 1.1 have error

Supported ESX version is ESX LEGACY

Very good job ! :hushed::face_holding_back_tears:

1 Like

Will this replace esx_billing?

better than esx_billing

1 Like

Updated SRC-BILLING

  • FIXED FOR QBCORE
  • ADDED DISTANCE SECTION

Yes it’s better but do I delete esx billing and replace it with this lol?

if u want

awesome! can you make it where everyone can bill and not be job related? had one working for esx v1 final but now on legacy 1.9.4

To get that to work, just remove some lines of Code as followed:

  1. go inside client → main.lua
  2. remove Lines 542, 543 and everything after the “lib.showContext…” in line 570 until the last “end”

it should now look something like this:

RegisterCommand(
    Config.Command,
    function()
        lib.registerContext(
            {
                id = "mybills5",
                title = "Bills",
                options = {
                    {
                        title = "My Bills",
                        description = "Check Your Blips",
                        icon = "file-invoice-dollar",
                        event = "src-billing:mybills:menu"
                    },
                    {
                        title = "Society Bills",
                        description = "Check Your Society Bills",
                        icon = "file-invoice-dollar",
                        event = "src-billing:society"
                    },
                    {
                        title = "Send Bill",
                        description = "Send Bill to Other Players",
                        icon = "file-invoice-dollar",
                        event = "src-billing:send"
                    }
                }
            }
        )
        lib.showContext("mybills5")
    end
)


any one know a fix for this

1 Like

There are no errors and i love this script, but somewhy it doesn’t update data.json file, do you have any ideas?

1.2 released

1 Like

is there a way to add a shortcut like F11 or something like that to open the bills menu?