Timekeepingsoftware
Time accounting software
Extends: Technology
Timekeeping software
Time accounting software
Overview
Category: Time accounting software
Time accounting software
Related Skills
No related skills listed.
Occupations Using This Technology
- SOC Code: 27-1023.00
- SOC Code: 39-1014.00
- SOC Code: 39-1022.00
- SOC Code: 43-6014.00
- SOC Code: 47-4061.00
- SOC Code: 51-1011.00
- SOC Code: 51-2023.00
- SOC Code: 51-7042.00
- SOC Code: 51-8031.00
- SOC Code: 51-9195.00
- SOC Code: 51-9195.03
- SOC Code: 53-1044.00
- SOC Code: 53-6031.00
Usage in Platform
import { $ } from 'sdk.do'
const tech = await $.Technology.create({
name: 'Timekeeping software',
category: 'Time accounting software',
description: 'Time accounting software',
hotTechnology: false,
})
JSON-LD Example
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "Timekeeping software",
"applicationCategory": "Time accounting software",
"description": "Time accounting software"
}