1
0
Fork 0
forked from Simnation/Main
Main/resources/[tools]/ps-banking
2025-08-05 11:11:48 +02:00
..
client ed 2025-08-05 10:47:16 +02:00
html ed 2025-08-05 10:47:16 +02:00
locales ed 2025-08-05 10:47:16 +02:00
server ed 2025-08-05 11:11:48 +02:00
web ed 2025-08-05 10:47:16 +02:00
config.lua ed 2025-08-05 10:47:16 +02:00
fxmanifest.lua ed 2025-08-05 10:47:16 +02:00
LICENSE ed 2025-08-05 10:47:16 +02:00
ps-banking.sql ed 2025-08-05 10:47:16 +02:00
README.md ed 2025-08-05 10:47:16 +02:00

ps-banking

Compatible with QBCore and ESX.

Depedency

  1. qb-core or ESX
  2. ox_lib

Installation

  • 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.

Exports

Create Bill

    # Creates a bill invoice in the bank
    exports["ps-banking"]:createBill({
        identifier = "HVZ84591", -- citizen id
        description = "Utility Bill", 
        type = "Expense",
        amount = 150.00,
    })

Features

Overview Tab:

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. image

Bills

Enables you to send and receive bills. image

History

Displays a history of all transactions with options to delete specific transactions. image

Stats and Reports

Provides a summary of all transactions made, including total amounts, current balance, and transaction trends by date and amount. image

Accounts

Allows you to create, add, or remove accounts, rename accounts, and perform deposits or withdrawals from specific accounts. image

ATM Access

Deposit and withdraw from ATMs. image

Credits