Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
2 Odpovědi
3599 Zobrazení

How to create employee holiday list and display it in the gantdiagram to see how it overlaps with other projects, and to see when all employees are all or not available.

 

Thanks

Avatar
Zrušit
Nejlepší odpověď

Use "Super calendar" community module.. but this will show u the details in calendar view....

Avatar
Zrušit
Nejlepší odpověď

gant view is just one type of view (others are form, tree, graph, kanban etc)... and views show model data (tables in database) 

in order to show mixed gant data (show leaves calendar and project calendar) you should make some memory model with intersection of data from both models you want to see ( hr.holiday and project.task or project.project).. 
this can only be done using custom module .. 

 

Avatar
Zrušit