Items
1. ox_inventory Configuration
['pos'] = {
label = 'POS Machine',
weight = 250,
stack = true,
consume = 0,
close = true,
description = "",
client = {
export = 'kartik-banking.openBusinessTerminal'
}
},
['billingmachine'] = {
label = 'Billing Machine',
weight = 250,
stack = true,
consume = 0,
close = true,
description = "",
client = {
export = 'kartik-banking.openBillingMachine'
}
},
['fleeca_credit'] = {
label = 'Credit Card',
weight = 100,
},
['fleeca_debit'] = {
label = 'Debit Card',
weight = 100,
},
['swiss_credit'] = {
label = 'Credit Card',
weight = 100,
},
['swiss_debit'] = {
label = 'Debit Card',
weight = 100,
},2. qb-inventory Configuration
Last updated