Skip to content
This repository was archived by the owner on Jul 28, 2021. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ their calculation.
1. [Branch](/docs/v13/user/manual/en/human-resources/branch)
1. [Department](/docs/v13/user/manual/en/human-resources/department)
1. [Designation](/docs/v13/user/manual/en/human-resources/designation)
1. [Organizational Chart](/docs/v13/user/manual/en/human-resources/organizational-chart)
1. [Employee Grade](/docs/v13/user/manual/en/human-resources/employee-grade)
1. [Employee Group](/docs/v13/user/manual/en/human-resources/employee-group)
1. [Employee Health Insurance](/docs/v13/user/manual/en/human-resources/health-insurance)
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<!-- add-breadcrumbs -->

# Organizational Chart


**An organizational chart shows the organizational structure by depicting connections between different employees with their designation, image, and name. In large organizations where it's difficult to remember names, people can interact with the org chart and know the hierarchy through faces and other info.**

To access Employee Grade, go to:

> Home > Human Resources > Employee > Organizational Chart

- The org chart is created based on the "Reports To" field in Employee master.
- The employees that don't report to anyone are shown in the first level.
- The chart expands horizontally on the desktop view and vertically on mobile.
- Each node has details like the Employee Name, Image, Designation, and the total number of connections.
- The connections are the total number of descendants a particular node has till the end of the hierarchy.
- The edit button in every node navigates to the Employee Master.
- As you navigate through the chart, the active hierarchy is highlighted.
- You can use the Company filter to check the org chart for individual companies.


<img alt="Organizational Chart" class="screenshot" src="{{docs_base_url}}/v13/assets/img/human-resources/org-chart.png">

<img alt="Organizational Chart Mobile" class="screenshot" src="{{docs_base_url}}/v13/assets/img/human-resources/org-chart-mobile.png">