Inventorycontrolsoftware
Inventory management software
Extends: Technology
Inventory control software
Inventory management software
Overview
Category: Inventory management software
Inventory management software
Related Skills
No related skills listed.
Occupations Using This Technology
- SOC Code: 11-3051.03
- SOC Code: 11-3051.04
- SOC Code: 11-3071.00
- SOC Code: 11-9199.09
- SOC Code: 13-1081.02
- SOC Code: 35-2015.00
- SOC Code: 51-2061.00
- SOC Code: 51-7042.00
- SOC Code: 51-8013.03
- SOC Code: 51-8099.01
- SOC Code: 51-9124.00
- SOC Code: 51-9195.00
- SOC Code: 51-9195.03
- SOC Code: 51-9195.04
- SOC Code: 51-9195.05
- SOC Code: 53-1042.00
Usage in Platform
import { $ } from 'sdk.do'
const tech = await $.Technology.create({
name: 'Inventory control software',
category: 'Inventory management software',
description: 'Inventory management software',
hotTechnology: false,
})
JSON-LD Example
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "Inventory control software",
"applicationCategory": "Inventory management software",
"description": "Inventory management software"
}