General Settings

This section covers the core settings for the Kartik-Business resource.

Debug Mode

Config.Debug = false

Enables or disables debug print statements in the console. Useful for troubleshooting but should be set to false in production.

App Registration

The following tables define how the business apps appear on the Laptop.

Business Manager

Config.AppSettings = {
    id = "kartik-business", 
    name = "Business Manager",
    -- ...
}

The main app used by business owners and employees to manage their operations.

Admin Business Manager

Config.AdminAppSettings = {
    id = "kartik-business-admin",
    name = "Admin Business Manager",
    -- ...
}

The application used by server admins to create and manage businesses across the city.

Food Ordering

The customer-facing application for ordering food and drinks.

Global Settings

Tax Rate

The percentage of tax applied to business transactions.

Permissions

Defines the available permissions that can be assigned to staff roles within a business.

Last updated