Hi, we work on a reservation system for machines. customers should see in a weekly calendar for each machines, whether it is reserved or not. I have implemented the machines, users and reservations - does someone know a calendar view (or helper), which simply displays the times (... and maybe has buttons for "next week" and last week ... )? Thanks, Rudolf --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
On 10/29/07, ror-hHQ910cHp2NOdVoTLTQirQ@public.gmane.org <ror-hHQ910cHp2NOdVoTLTQirQ@public.gmane.org> wrote:> > Hi, > > we work on a reservation system for machines. customers should see in a weekly > calendar for each machines, whether it is reserved or not. I have implemented > the machines, users and reservations - does someone know a calendar view (or > helper), which simply displays the times (... and maybe has buttons for "next > week" and last week ... )?Well I didn''t until I asked my friend: http://www.google.com/search?q=rails+calendar+plugin The first hit doesn''t look bad at first glance. -- Rick DeNatale My blog on Ruby http://talklikeaduck.denhaven2.com/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Am Montag, den 29.10.2007, 18:56 -0400 schrieb Rick DeNatale: On 10/29/07, ror-hHQ910cHp2NOdVoTLTQirQ@public.gmane.org <ror-hHQ910cHp2NOdVoTLTQirQ@public.gmane.org> wrote:> > > > Hi, > > > > we work on a reservation system for machines. customers should see in aweekly> > calendar for each machines, whether it is reserved or not. I haveimplemented> > the machines, users and reservations - does someone know a calendar view(or> > helper), which simply displays the times (... and maybe has buttons for"next> > week" and last week ... )? > > Well I didn''t until I asked my friend: > http://www.google.com/search?q=rails+calendar+plugin > > The first hit doesn''t look bad at first glance. > >I talked to him for a long time and found many monthly calendars. But I am looking for a _weekly_ calendar (view), like time | Mo | Tu | We | Th | Fr | Sa | Su ====================================== 8-9 | | |____| | | | ------____------ ------------------- 9-10 |Res.| | Jim| | | | -----| by |----- ------------------- 10-11|Boss| |____| | | | ------____------____------------------- 11-12| | |Fred| | | | ----------------____------------------- 12-13| | | | | | | ... * prev. week * * next week * * new reservation * Anyone an idea? Thanks, Rudolf --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
> Anyone an idea? > > Thanks, Rudolfhttp://calendar-grid.rubyforge.org/ this isnt weekly, but its something. What your trying to achieve would almost seem more logical to do in some html. IE draw the tables then use ruby to gather input. If instead you wish to kind of dev from scratch, you could use something such as TK to get a GUI weekly calendar. - Mac -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Few more calendar plugins can be seen at http://www.railslodge.com/tags/all/Calendar -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Have you found the answer to this? I am looking for something similar. Most calendar helpers show a monthly view. I need a weekly view with times of the day on the leftmost column. Your example below fits my needs exactly. Please let me know. Thank you!>> Well I didn''t until I asked my friend: >> http://www.google.com/search?q=rails+calendar+plugin >> >> The first hit doesn''t look bad at first glance. >> >> > > I talked to him for a long time and found many monthly calendars. But I > am > looking for a _weekly_ calendar (view), like > > > time | Mo | Tu | We | Th | Fr | Sa | Su > ======================================> 8-9 | | |____| | | | > ------____------ ------------------- > 9-10 |Res.| | Jim| | | | > -----| by |----- ------------------- > 10-11|Boss| |____| | | | > ------____------____------------------- > 11-12| | |Fred| | | | > ----------------____------------------- > 12-13| | | | | | |-- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Hi, I really need something similar, only a daily view with the time at the left. Unfortunately, I havenĀ“t found it or anything similar either. If anyone knows of such a plugin or anyone that has implemented such functionality, a heads up would be very much appreciated. Thanks Ger. On 10 nov 2007, 17:24, Bruno Miranda <rails-mailing-l...@andreas- s.net> wrote:> Have you found the answer to this? I am looking for something similar. > Mostcalendarhelpers show a monthlyview. I need a weeklyviewwith > times of thedayon the leftmost column. > > Your example below fits my needs exactly. > > Please let me know. Thank you! > > > > >> Well I didn''t until I asked my friend: > >>http://www.google.com/search?q=rails+calendar+plugin > > >> The first hit doesn''t look bad at first glance. > > > I talked to him for a long time and found many monthly calendars. But I > > am > > looking for a _weekly_calendar(view), like > > > time | Mo | Tu | We | Th | Fr | Sa | Su > > ======================================> > 8-9 | | |____| | | | > > ------____------ ------------------- > > 9-10 |Res.| | Jim| | | | > > -----| by |----- ------------------- > > 10-11|Boss| |____| | | | > > ------____------____------------------- > > 11-12| | |Fred| | | | > > ----------------____------------------- > > 12-13| | | | | | | > > -- > Posted viahttp://www.ruby-forum.com/.--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---