[ESX & QB] tk_bosstablet - Advanced Boss Menu System

tk_bosstablet

[ Video ]
[ Purchase ]

About

  • Uses FiveM Asset Escrow System, but if there is anything you would like to get changed or added to the editable file, contact me!

  • Features

    • Home page
      • Shows current company balance
      • Withdraw money from company account
      • Deposit money into compnay accouint
    • Employees page
      • Shows all company employees in a table
      • Search by name, grade, etc.
      • Filter by name, grade, etc.
      • Employee Information
        • Clicking on the employee name shows additional information about them:
          • Date of Birth
          • Gender
          • Grade
          • Hours
      • Employee Controls
        • Manage grade
          • Change grade of an employee
          • You can configure if you should be able to change the grades of employees that have a higher grade than you
          • You can configure if you should be able to set a grade of someone to a grade higher than yours
          • You can manage grades of online AND offline players
        • Reset hours
          • The script will automatically track the hours on duty for all employees and show them
          • Clicking the reset button will set hours to 0
        • Fire employee
          • You can’t fire employees with a higher grade
        • Give bonus
          • Allows you to pay bonuses (give money) to your employees
          • Works with online AND offline players
      • Hire employees
        • You can configure max distance for hiring
        • You can configure if you should be able to set somone’s grade to a grade higher than yours when hiring them
    • Grades
      • Shows grade label, id and salary
      • Pressing on the salary allows you to edit it
        • You can configure if you should be able to edit salaries and you can also set a max salary in the config
Screenshots

4

5

Config

Purchase (12.99€ + VAT)


My other ESX Scripts

My other QBCore Scripts

Code is accessible Partially
Subscription-based No
Lines (approximately) ~2000
Requirements es_extended or qb-core, esx_addonaccount or qb-management, mysql or oxmysql
Support Yes
27 Likes

Does this use qb management functions?

Yes, by default for QB they are used only when handling the account money. But they are located in the editable files if you need to edit them.

We’re r the docs for this?

There are no docs. Is there something in particular you need help with?

There is no exports?

Exports for what?

I guess I’m confused on how, it controls anything without exports? How do you change what employees get paid? In qb?

Yeah I’m kinda confused too :smile:. You can change employee salary in QBShared.Jobs. Unfortunately salary changing from the tablet doesn’t work on QB as the salaries are saved in a file rather than in a database for example.

Update 1.0.1

  • Add Config.DebugMode

Update 1.0.3

  • Fix not being able to update offline player grade on QB

Update 1.1.0

  • Add shop page to tablet where players can purchase various items using their company money
  • Add Config.HiringShowNames

Update 1.1.1

  • Fix errors with hiring when Config.HiringShowNames was set to true

Update 1.1.2

  • Improve shop menu layout

Update 1.1.3

  • Minor fixes