https://github.com/overextended/ox_banking
Banking system for ox_core
https://github.com/overextended/ox_banking
banking fivem overextended ox react typescript
Last synced: 7 months ago
JSON representation
Banking system for ox_core
- Host: GitHub
- URL: https://github.com/overextended/ox_banking
- Owner: overextended
- License: mit
- Created: 2022-08-16T14:16:17.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-22T20:42:22.000Z (12 months ago)
- Last Synced: 2024-10-23T08:54:39.130Z (12 months ago)
- Topics: banking, fivem, overextended, ox, react, typescript
- Language: TypeScript
- Homepage:
- Size: 683 KB
- Stars: 23
- Watchers: 4
- Forks: 27
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ox_banking
A complete banking system for FiveM for the [ox_core](https://github.com/overextended/ox_core) framework implementing shared accounts, logs, invoices and more.



## 🔗 Links
- 💾 [Download](https://github.com/overextended/ox_banking/releases/latest/download/ox_banking.zip)
- Download the latest release directly.
- 📽️ [Showcase](https://youtu.be/WJhNDEC4Zys)
- Watch the video showcase of the resource.
- 🛤️ [Cfx.re](https://forum.cfx.re/t/free-ox-banking/5277542)
- See our release thread for discussions or other information.## ✨ Features
### Dashboard
- Weekly overview of income and expenses on the default account
- Overview of recent transactions and invoices### Accounts
- Ability to create new accounts
- Shared and group accounts
- Withdraw, deposit and transfer balance from an acccount
- See unpaid, paid and sent invoices for an account
- Overview of account balanace changes with logs
- Abiltiy to convert personal accounts to shared
- Access management for shared accounts
- Access for group accounts based on group grades### ATM
- Withdraw only ATMs placed throughout the map
## 📦 Dependencies
- [ox_core](https://github.com/overextended/ox_core)
- [ox_inventory](https://github.com/overextended/ox_inventory)
- [ox_lib](https://github.com/overextended/ox_lib)
- [oxmysql](https://github.com/overextended/oxmysql)