Monitor the leaves of each employee for each related state during a specified timeline. The dashboard display the total amount of each state in each workplace, the total amount of a specific state overall and a historic of each state.
Deployment
tag:emp_congenew 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.yml
file with the following snippet
# cssXX.dashboards_store/dbt_project.yml
models:
core_dashboards_store:
marts:
human_resources:
+enabled: True
dashboards:
human_resources:
emp_conge:
+enabled: true
interfaces:
paie:
+enabled: true