I would like to make some kind of time table for tenis court reservations. It should be something like.
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
Time slots
Subscribing
GrN.dk
after lots of consideration
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.
Adriadrop Drupal development
Hi, Did you succeed in
Hi,
Did you succeed in this?
greetings, Martijn
well yes with cck and tax..
well yes with cck and tax.. let me know if you wish that i make some work for you and make setup of it.
Adriadrop Drupal development
Hi Marko, That would be
Hi Marko,
That would be great! Would you be able to winzip it then?
Thanks a lot in advance!
greetings,
Martijn
Dont have it anymore as i
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 :-)
Adriadrop Drupal development
Hi, U get the taxonomy terms.
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
timespan=timeslots
timespan=timeslots
Adriadrop Drupal development
Hi, Do you mean this module
Hi, Do you mean this module fot timeslots? http://drupal.org/project/booking_timeslots
Hi Martijn, Did you
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.
Hi @chino7, no I didn't build
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
I just found that Matrix
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.
Hi Chino7, great you found a
Hi Chino7, great you found a solution.
greetings, Martijn