Mod Orders
Guide and instructions on how to use mod orders
Config.ModOrder = {
MarkupToAccount = true, -- set to false and shop markup won't go into the shop's account.
PartAcquisitionToAccount = true, -- set to false and item price for each item used, will not be added to shop's account, when customer places the mod order.
Keymap = {key = 'j', description = 'Toggle Workflow UI Cursor'},
WorkflowTitle = 'Workflow - %s',
TaskList = {
name = '<strong>%s (%s)</strong>', -- workflow ui task name
description = 'Item: %s' -- workflow ui task description
},
Icons = {
customer = 'user',
paidAmount = 'file-invoice-dollar',
beginWork = 'circle-play',
refund = 'hand-holding-dollar',
stopWork = 'circle-stop',
taskComplete = 'circle-check',
taskIncomplete = 'circle-xmark',
}
}Last updated