Creating a scheduling app for equipment

Hi All,
I’m trying to create an app for scheduling the use of equipment. We need to show how the work is balanced out over more than a dozen pieces of equipment and show the date and time when the equipment is free. The jobs vary is length and the work week is 40 hours. I don’t think a simple calendar scheduling app is going to work because they usually handle only one person’s schedule at a time. I could simply add up all the job hours scheduled by each piece of equipment and display it on a bar graph. But that doesn’t get me the date when the equipment is free. Any suggestions would be appreciated. Thanks! Leesa

A Gantt chart is an optimal solution
Gantt Chart Sample
Substitute the activities in the sample with the equipment description/id and voilà, les jeux sont faits :wink:

That should work! Thanks!

Interested to see how you go, I have a similar requirement, but found that the GANTT functionality was very much project management based.

I couldn’t figure out how to have reoccurring usage over time for a single asset. (For example a vehicle is booked by Team A for three days, and then Team B for a week)