🆗 okokBanking [QBCORE][ESX][PAID]

Exactly what i been looking for, great release!

1 Like

Can you make the bank to works with item - cash?

That is easy to change, I think anyone can do it.

Easy to change from $ to €?

Yes, it is.

There are a gazillion places where you need to replace the not only the symbol, but also the word EUR.

Here are some examples:

EUR to $

EUR:

<span>Wallet: <span id="wallet_money"></span> EUR</span>

$

<span>Wallet: $<span id="wallet_money"></span></span>

Again in a different type of setting
EUR:

amount = `<td class="align-middle" style="font-weight: 500;"><span style="color: #2ecc71; float: right;">+ ${db.value.toLocaleString()} EUR</span> </td>`;

$

amount = `<td class="align-middle" style="font-weight: 500;"><span style="color: #2ecc71; float: right;">+ $${db.value.toLocaleString()}</span> </td>`;

Pay attention to the fact that I MOVED the dollar sign to the front of where the number will be so that they show up correctly. Using the two examples above, you would do the same with any “€” that you find.

€ to $

€:

<p class="card-text" id="totalIncome" style="font-size: 20px;">${event.data.graph_values[7].toLocaleString()}€</p>

$

<p class="card-text" id="totalIncome" style="font-size: 20px;">$${event.data.graph_values[7].toLocaleString()}</p>

Notice that I butt the $ right up against the start of the equations even though they start with a $

Example Screen Shots

There are a ton of these to change. Mostly in the web/scripts.js file

1 Like

I’ve been trying to link okokBanking with esx vehicule shop and others for a while now, but I can’t.

Thx for reply.

If you are having an issue with vehicle shop or any other shops taking money, it has nothing to do with okokBanking or any other banking script.

You have other problems with ESX. Sorry.

As ThatOtherGuy said, okokBanking has nothing to do with it.

1 Like

but just how to make it work? does it normally work by itself?

Contact me through PM, this isn’t the place to offer support.

1 Like

i have a problem…

when i withdraw something it disappears from my account but does not go in to my cash.

Just like when I deposit something, it does not disappear from my cash.

1 Like

hi is this banking support for esx_multicharacters ?

Does this utilize phone apps at all? Or can it?

2 Likes

You don’t need to implement it in any phone, it is using the default esx triggers.

Is it possible to have multiple accounts?

Any plans for discord log integration?

We have had great luck with catching money cheats in the past by being able to easily parse discord transaction information from bank deposits, withdrawls and ATM activity. That would just about round out all the features we are looking for.

1 Like

Will do it soon

just before buying, is it possible to migrate over to the old society accounts so that i dont have to rework all other resources like my billing for jobs and that stuff?

Which society accounts, the default ones from esx that you can access on the blip?