Human resources
Retirement
Monitor the number of retired employees for the past 10 years and provide forecasts for the upcoming five years.
Deployment
tag:retirementnew in v0.7.0Databases
The paie database must be linked to the project. Please refer to the linking a database section for more information about how to link a database.
Marts
The following marts must be enabled for the dashboard to work. Please refer to the enabling a mart section for more information about how to enable a mart.
human_resources
dbt project specification
Update your
cssXX.dashboards_store/dbt_project.ymlfile with the following snippet.
# cssXX.dashboards_store/dbt_project.yml
models:
core_dashboards_store:
marts:
human_resources:
+enabled: True
dashboards:
human_resources:
retirement:
+enabled: True
interfaces:
paie:
+enabled: True
