Compatible with QBCore and ESX.
- Download release files.
- Drag and drop resource into your server files.
- Start resource through server.cfg.
- Add the ps-banking sql file to your database.
- Restart your server.
# Creates a bill invoice in the bank
exports["ps-banking"]:createBill({
identifier = "HVZ84591", -- citizen id
description = "Utility Bill",
type = "Expense",
amount = 150.00,
})
Includes all essential features such as managing your bills, withdrawing all money, depositing cash, transferring money weekly via Simmy, viewing the latest transactions, and handling unpaid invoices.
Enables you to send and receive bills.
Displays a history of all transactions with options to delete specific transactions.
Provides a summary of all transactions made, including total amounts, current balance, and transaction trends by date and amount.
Allows you to create, add, or remove accounts, rename accounts, and perform deposits or withdrawals from specific accounts.