search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

Hours allocated/worked for resources

Asked by Ian
8 years ago.

Is there an example, or what what would be the best approach to implement, recording and display of hours allocated to each resource?

Thank
You

Answer posted by Dan Letecky [DayPilot]
8 years ago.

This depends on the logic. There are two possible approaches:

1. Use a custom color of the grid cells to indicate the allocated hours (from-to). You can use BeforeCellRender to set the color directly or you can set just the IsBusiness flag (then the default style for business hours will be used).

2. You can use an event to show the allocated hours (from-to). If you want to display both (allocated vs worked) you can use event versions: http://doc.daypilot.org/scheduler/event-versions/

Let me know if this isn't what you are looking for.

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.