On Wednesday, January 27, 2016 at 6:50:58 PM UTC-8, Laurent Lc wrote: > > Managing ressources (rooms,equipment and so on) >
Conference room scheduling (time scale of hours)? Classroom scheduling (time scale of weeks)? Hotel room scheduling (time scale of days)? I haven't really changed my answer since October, but I also haven't done anything about coding my own conference room scheduling. I believe that if you can do the Image Blog example from Chapter 3 and can use a date picker (either the one that ships with Web2Py or the fullcalendar library Ramos mentioned), that you should be able build your own pretty quickly. There does not seem to be a sample in the group archives of someone doing such a project, but there is this PySlice for Conference/Symposium scheduling that might help you once you've mastered the Image Blob. <URL:http://www.web2pyslices.com/slice/show/1657/web2conf> In the appliances, there is a hotel management app,and an appointment manager, but the appliances may need updating to current W2P techniques. You should still be able to get ideas form them. <URL:https://github.com/mdipierro/web2py-appliances/tree/master/HotelManagementExample> <URL:https://github.com/mdipierro/web2py-appliances/tree/master/AppointmentManager> HTH. Dave /dps Le 28 janv. 2016 12:09 AM, "Massimo Di Pierro" <[email protected] > <javascript:>> a écrit : > >> It is french. No idea what it does. :-( >> >> On Wednesday, 27 January 2016 02:23:56 UTC-6, Laurent Lc wrote: >>> >>> Hi, >>> >>> Do you know if there is an existing app similar as grr ( >>> http://grr.devome.com/fr/) for web2py ? >>> thanks >>> >> -- >> Resources: >> - http://web2py.com >> - http://web2py.com/book (Documentation) >> - http://github.com/web2py/web2py (Source code) >> - https://code.google.com/p/web2py/issues/list (Report Issues) >> --- >> You received this message because you are subscribed to a topic in the >> Google Groups "web2py-users" group. >> To unsubscribe from this topic, visit >> https://groups.google.com/d/topic/web2py/9RcPZ69veF0/unsubscribe. >> To unsubscribe from this group and all its topics, send an email to >> [email protected] <javascript:>. >> For more options, visit https://groups.google.com/d/optout. >> > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

