derTweaky / ps-banking

ps-banking

Home Page:https://discord.gg/projectsloth

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

ps-banking

https://discord.gg/projectsloth

License:Other


Languages

Language:Svelte 69.4%Language:Lua 20.5%Language:TypeScript 7.5%Language:HTML 2.1%Language:JavaScript 0.5%Language:CSS 0.0%