PlanTempusApp/.claude/settings.local.json
Janus C. H. Knudsen f71f00099a Enhances employee details with comprehensive salary and HR data
Adds detailed salary rates, commission structures, and HR-related records

Introduces new data models and view components for:
- Salary rates and supplements
- Commissions and rate configurations
- Employee HR tracking (certifications, courses, absence)

Implements dynamic rate synchronization between drawer and card views
2026-01-13 22:37:29 +01:00

14 lines
249 B
JSON

{
"permissions": {
"allow": [
"Bash(cd:*)",
"Bash(ls:*)",
"Bash(dotnet build:*)",
"Bash(find:*)",
"Bash(tree:*)",
"Bash(npm run analyze-css:*)",
"Bash(node:*)",
"Bash(npx esbuild:*)"
]
}
}