WorkForceSoftwareEmpCenterTimeandAttendance
Time accounting software
Extends: Technology
WorkForce Software EmpCenter Time and Attendance
Time accounting software
Overview
Category: Time accounting software
Time accounting software
Related Skills
No related skills listed.
Occupations Using This Technology
- SOC Code: 11-3071.00
- SOC Code: 13-2011.00
- SOC Code: 43-3051.00
Usage in Platform
import { $ } from 'sdk.do'
const tech = await $.Technology.create({
name: 'WorkForce Software EmpCenter Time and Attendance',
category: 'Time accounting software',
description: 'Time accounting software',
hotTechnology: false,
})
JSON-LD Example
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "WorkForce Software EmpCenter Time and Attendance",
"applicationCategory": "Time accounting software",
"description": "Time accounting software"
}