ToolJet/server/templates/expense-tracker-admin/manifest.json
2025-02-25 12:22:50 +05:30

16 lines
No EOL
371 B
JSON

{
"name": "Expense tracker admin",
"description": "Update and manage employee expenses centrally through an admin dashboard built with ToolJet web UI and database.",
"widgets": [
"Table",
"Chart"
],
"sources": [
{
"name": "ToolJet Database",
"id": "tooljetdb"
}
],
"id": "expense-tracker-admin",
"category": "human-resources"
}