Our state of the art Gantt chart


Post by beotech »

Hello,
We have set up a project calendar excluding weekends but we would like to be able to display some events on saturday or sunday (such as christmas this year).
We have set manuallyscheduled at true and added a freeHour calendar (with no intervals and unspecifiedTimeIsWorking as true) for these events but the constraint engine keeps moving the events to the following monday.
How could we solve this problem?

Many thanks


Post by Maxim Gorkovsky »

Hello.
Reproduced, ticket opened here: https://github.com/bryntum/support/issues/2734 Thank you for report.


Post by Maxim Gorkovsky »

It turns out this is not really a bug. In project planning both resource and event have calendars. If none of those specify custom calendar then project calendar is used. When you assign calendar to the event, project has to solve following problem: when would this even end, if it can be worked on according to Event calendar, by resource with Resource calendar. So it takes time which is working both for event and resource, which makes weekend override useless.
One way to achieve expected behavior would be to define 24/7 calendar for all the resources.


Post Reply