Here http://web2py.com/appliances
you can find some reservation systems: hotel room, restaurant table, books. Hope they are useful. Massimo On Feb 22, 10:37 am, Christoph Ott <[email protected]> wrote: > Hello, > > first of all I'm a beginner with web2py... I have to realize a room booking > system with web2py for my study. > For now I've created a table called db.bookings this table got the values: > id, user, room, time, date... (the room are from an other table called > db.room) > > To allow the user to check if the room is available on a certain time I > wanted to make a field where he can choose a room and get the bookings for > this room displayed... I've tried a lot with crud.select but I didn't found > any useful examples with google and in the web2py book > (http://web2py.com/book/default/chapter/07#CRUD) isn't much explained... > > can anyone give me a hint or just a good site with some examples how I > could realize this function. > Thanks a lot for reading... > > bye

