I would like to make some kind of time table for tenis court reservations. It should be something like.

http://kpsu.org/schedule

but with fixed terms of and hour and only possibility of it to be free or reserved. Had searched alot but didnt find any solution that would be simple enough to have 7 days of the week and timeslots for them to choose if its reserved or not.

Found time slot booking module, that is pretty close but its again based on date and if i have reserved term for few months i would have to book it every week in front.
Simple reservation module is too simple and has no views integration :-(

any suggestions how to build this? was thinking to have cck fields for timeslots and then make them on or off with checkfields and then make it like this for each day of the week maybe with taxonomy and then build table view that would show timetable? any help would be appriciated

Comments

grn’s picture

Subscribing

Marko B’s picture

after lots of consideration thinkg best way is eather build custom module or use CCK and make timeslots as fields and use taxonomy for days and with that build a timetable.

summit’s picture

Hi,

Did you succeed in this?

greetings, Martijn

Marko B’s picture

well yes with cck and tax.. let me know if you wish that i make some work for you and make setup of it.

summit’s picture

Hi Marko,

That would be great! Would you be able to winzip it then?
Thanks a lot in advance!
greetings,
Martijn

Marko B’s picture

Dont have it anymore as i gave up on project. But it shouldnt be too hard, make monday-sunday into tax. Put timespan fields into CCK like one field for 8-9, other 9-10 etc or make some custom CCK module to make it more optimized as all you need is boolean value for timespans, is it free or occupied. Then for display use views and work your way with theming to final result :-)

summit’s picture

Hi,

U get the taxonomy terms. monday - sunday.
I do not understand the cck fields 8-9 etc.. what are the timespan fields please?
shame you lost the project..

greetings, Martijn

Marko B’s picture

timespan=timeslots

summit’s picture

Hi, Do you mean this module fot timeslots? http://drupal.org/project/booking_timeslots

chinita7’s picture

Hi Martijn,

Did you eventually make it successfully?
I need this kind of timetable and trying to make it as described here with CCK but got no idea how to configure the Views.

summit’s picture

Hi @chino7, no I didn't build it. My friend does it still by hand. The modules where not finished enough yet.
If you start it now, I would suggest you try Drupal 7. CCK is in core now.
greetings,
Martijn

chinita7’s picture

I just found that Matrix Field with this patch here http://drupal.org/node/889786 does exactly what I need.
It makes a time slot table with on/off checkbox.

summit’s picture

Hi Chino7, great you found a solution.
greetings, Martijn