10601 : Non working days

Question

It is any way to define a day as a “not working day” (for example: Saturday and Sunday)?

For example, it is necessary if a task’s duration is 2 days and it starts on Friday, it should finish on Monday and not on Saturday, because we defined Saturday and Sunday as not working day.

Answer

Each time item has a Start and Stop property, there is currently no functionality to have a derived stop time.

We are looking into this and our work aims to:

#1 On the TimeItemLayout choose if the Stop time is settable or if it is derived.
#2 If the Stop time is derived there should be an event that allows for its calculation

Currently you will need to do this yourself, outside the component.

Leave a Reply