Full View config.js

Preview File Updated: v1.0.1 - 16.01.2024

const config = {}

// example of iconsCustomPath: "nui://qs-inventory/html/items/" 
config.iconsCustomPath = null

config.purchaseInformations = {
    [1]: {
        title: `1. Taking care of business:`,
        description: `
            For your business to thrive, you need to regularly attend to it. Otherwise, there is a risk of your store being shut down.
        `,
    },
    [2]: {
        title: `2. Recruit employees:`,
        description: `
            Seek employees for your store to make it operate more efficiently and generate greater revenue through improved product stocking.
        `,
    },
    [3]: {
        title: `3. Secure your business:`,
        description: `
            Purchase insurance for your store so that in the event of a robbery, the insurer can pay you the due amount.<br>
            Install an alarm so that the police receive information about attempts to rob your store, securing your business from criminals.
        `,
    },
    [4]: {
        title: `4. Upgrade your business:`,
        description: `
            Invest in enhancements for your business to generate higher revenues. Each upgrade increases the profit margin your store earns.
        `,
    },
}

Last updated