Org-chart in user authority setup

Hi,
How can I create org-chart link to the users? For example, I have two users, one is a manager and another is an employee. When the employee prints his report, the report will show the manager name on the report. I know I can create my org-chart entity to make this relationship. Is there any built-in feature which I don’t need to code? Thank you.

Hi,

There is no OrgChart feature in cuba, but you can easily integrate third party JS component. Take a look at this topic: Org Chart - CUBA.Platform

Hi
You may try Vaadin addon here: OrgChart Add-on - Vaadin Add-on Directory
I have used it in my project and it works well.