mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-30 09:57:19 +00:00
19 lines
408 B
JSON
19 lines
408 B
JSON
|
|
{
|
||
|
|
"name": "Employee time tracker",
|
||
|
|
"description": "Accurately track employee hours and boost productivity with a user-friendly time tracking system.",
|
||
|
|
"widgets": [
|
||
|
|
"Table"
|
||
|
|
],
|
||
|
|
"sources": [
|
||
|
|
{
|
||
|
|
"name": "ToolJet Database",
|
||
|
|
"id": "tooljetdb"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "Run JavaScript",
|
||
|
|
"id": "runjs"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"id": "employee-time-tracker",
|
||
|
|
"category": "human-resources"
|
||
|
|
}
|