Files
interblue.pl/modules/pshowimporter/import-options/en_combination.yml
2024-10-25 14:16:28 +02:00

76 lines
2.4 KiB
YAML

#quantity
quantity:
product_qty_int: {type: 'switch', label: 'Value `8.00` will be readed as `800`', help: 'Enable to read `8.00` as `8`'}
type:
type: 'select'
label: 'What to do?'
required: true
options:
query:
- {k: '1', v: 'Set quantity in the shop'}
- {k: '2', v: 'Increase quantity in the shop'}
id: 'k'
name: 'v'
# advanced stock management
asm_title:
type: 'blank'
label: ''
desc: 'ADVANCED STOCK MANAGEMENT:'
asm_enabled:
type: 'switch'
value: 1
label: 'Enabled'
required: true
desc: 'Enable to use advanced stock management for this product'
asm_is_usable:
type: 'switch'
value: 1
label: 'Usable for sale?'
required: true
desc: 'ID of the currency associated to the product unit price.'
asm_warehouse_id:
type: 'text'
label: 'Warehouse id'
required: true
desc: 'Please select the warehouse that you will be adding products to.'
asm_unit_price:
type: 'text'
label: 'Unit price (tax excl.)'
desc: 'Unit purchase price or unit manufacturing cost for this product (tax excl.)'
asm_id_currency:
type: 'text'
label: 'Currency ID'
desc: 'ID of the currency associated to the product unit price.'
asm_label:
type: 'select'
label: 'Label'
desc: 'Label used in stock movements.'
options:
query:
- {k: '1', v: 'Increase'}
- {k: '5', v: 'Regulation following an inventory of stock'}
- {k: '8', v: 'Supply Order'}
id: 'k'
name: 'v'
price:
margin_prices:
type: 'text'
value: 1
required: true
label: 'Prices overhead'
desc: 'Net price from file * overhead = net price in store<br>Gross price from file * overhead - tax value = net price in store<br>Example for overhead 1.11: net price = net price + 11% * net price'
tax_included:
type: 'switch'
value: 0
label: 'Tax included?'
required: true
vat:
type: 'text'
label: 'Tax value in %'
desc: 'Required to import gross prices<br>This will not set tax rule for the product!'
required: true