Richard Hobbs | 1 Oct 2004 15:27
Picon

Viewing all booked rooms in week/month view?

Hello for the first time on this hopefully wonderful mailing list :-)

Is there any way to view an entire week/month for one area, which contains
bookings for all meeting rooms?

I can view a week/month for a particular room easily enough, but can I get a
week/month view for all rooms?

If this isn't built into the system, is there a custom PHP script that could
be included that lists all bookings?

The reason for this is that I have slightly altered the system to be a
vacation tracking system (as well as using it as a meeting room system as
well, at a different web address). Instead of booking rooms, you book
people. Each booking is actually a vacation period. I simply changed the
lang.en file to make these changes. My boss would like to see an entire
month containing all the people that are off each day.

Is this possible?

Thanks in advance, your help with this matter is greatly appreciated :-)

Hobbs.

--

-- 
Richard Hobbs (Systems Administrator)
Toshiba Research Europe Ltd. - Speech Technology Group
Web: http://www.toshiba-europe.com/research/
Email: richard.hobbs <at> crl.toshiba.co.uk
Tel: +44 1223 376964        Mobile: +44 7811 803377
(Continue reading)

smclean | 4 Oct 2004 08:36
Favicon

Calendar view for entire area?

Hello All,

I've been evaluating MRBS for potential use at my church and am really pleased
with what I see here.  I do have have a couple of questions and would really
appreciate any feedback.

1)  Can you display a calendar view for an entire area rather than room by room?
 If not then would you consider this as a feature request?

2)  the n-Weekly repeat type doesn't appear to be working correctly in this
version:  I think I'm scheduling rooms for Monday, Wednesday, and Friday for n
weeks, however I only see the initial week displayed in the calendar.

3)  Why is the Repeat End Date necessary if you define a "Number of Weeks"? 
This appears redundant.

4)  Can rooms be color coded?  Feature request?

thanks!

best,
sean

Steven Relf | 4 Oct 2004 10:47
Picon

Thanks and a question

Hi all,

 

Firstly I would like to say thanks for a great booking system, and secondly I would like to ask a question…

 

At the top to the screen when looking at the calendar there is a line that says Meeting Room Booking System how can I change this to read equipment booking system, as it is confusing my staff L. I have had a trall around but my php skills are a bit small. Thnks again

 

Rgds,

Steven Relf

ICT Technician

-----------------------------------------

Homewood School & Sixth Form Centre

Ashford Rd,

Tenterden,

Kent.

TN30 6LT

----------------------------------------

Tel: 01580 764 222

 

Larvoire, Jean-Francois | 4 Oct 2004 10:58
Picon
Favicon

RE: Thanks and a question

Hi,
 
It's the first string defined in file lang.en, or whatever translation file you use.
 
Simply change it to
$vocab["mrbs"] = "Equipment Booking System";
Jean-François
========================================================================
= Jean-François Larvoire                 =========   _/      ===========
= Hewlett-Packard                        =======    _/           =======
= 5 Avenue Raymond Chanas, Eybens        =====     _/_/_/  _/_/_/  =====
= 38053 Grenoble Cedex 9, FRANCE         =====    _/  _/  _/  _/   =====
= Phone: +33 476 14 13 38                =====   _/  _/  _/_/_/    =====
= Fax:   +33 476 14 45 19                =======        _/       =======
= Email: jean-francois.larvoire <at> hp.com   ==========    _/     ==========
========================================================================
-----Original Message-----
From: mrbs-general-admin <at> lists.sourceforge.net [mailto:mrbs-general-admin <at> lists.sourceforge.net]On Behalf Of Steven Relf
Sent: Monday, 04 October, 2004 10:47
To: mrbs-general <at> lists.sourceforge.net
Subject: [MRBS-general] Thanks and a question

Hi all,

 

Firstly I would like to say thanks for a great booking system, and secondly I would like to ask a question…

 

At the top to the screen when looking at the calendar there is a line that says Meeting Room Booking System how can I change this to read equipment booking system, as it is confusing my staff L. I have had a trall around but my php skills are a bit small. Thnks again

 

Rgds,

Steven Relf

ICT Technician

-----------------------------------------

Homewood School & Sixth Form Centre

Ashford Rd,

Tenterden,

Kent.

TN30 6LT

----------------------------------------

Tel: 01580 764 222

 

Gavin Walker | 4 Oct 2004 23:39
Picon

Re: Calendar view for entire area?

Sean

To answer your questions in turn:
1) Can you define calendar view?  Do you want all rooms on the month
view or are you looking for full year view?  There has just been a
similar query about showing all rooms in an area on the month view.
Generally, the issue with these sorts of views is the amount of data
that has to be displayed.

2 & 3) As you have discovered by now n-weekly defines the repeat
interval.  So if you say n-weekly = 2 then a meeting will happen every
other week.  I think that you want to say weekly and then set an end
date.  I have created a new version of the edit page, which is still to
be implemented that will make this clearer.

4) No, rooms can't be coloured at the moment.  But you could add it as a
feature request.  In the interim you could use the entry type to help
colour thinks.

Hope this helps

Gavin

On Mon, 2004-10-04 at 07:36, smclean <at> got.net wrote:
> Hello All,
> 
> I've been evaluating MRBS for potential use at my church and am really pleased
> with what I see here.  I do have have a couple of questions and would really
> appreciate any feedback.
> 
> 1)  Can you display a calendar view for an entire area rather than room by room?
>  If not then would you consider this as a feature request?
> 
> 2)  the n-Weekly repeat type doesn't appear to be working correctly in this
> version:  I think I'm scheduling rooms for Monday, Wednesday, and Friday for n
> weeks, however I only see the initial week displayed in the calendar.
> 
> 3)  Why is the Repeat End Date necessary if you define a "Number of Weeks"? 
> This appears redundant.
> 
> 4)  Can rooms be color coded?  Feature request?
> 
> thanks!
> 
> best,
> sean
> 

Sean McLean | 4 Oct 2004 23:58
Favicon

Re: Calendar view for entire area?

Hi Gavin,

Outstanding, thank you for your reply.

On Oct 4, 2004, at 2:39 PM, Gavin Walker wrote:
>
> To answer your questions in turn:
> 1) Can you define calendar view?  Do you want all rooms on the month
> view or are you looking for full year view?  There has just been a
> similar query about showing all rooms in an area on the month view.
> Generally, the issue with these sorts of views is the amount of data
> that has to be displayed.
>

What I was really looking for was to display all of the rooms in a 
given area in a single week.  I think that you're right that a month 
would be an enormous amount of data, and a year would be simply 
unusable.  A week however would be very useful to me.

> 2 & 3) As you have discovered by now n-weekly defines the repeat
> interval.  So if you say n-weekly = 2 then a meeting will happen every
> other week.  I think that you want to say weekly and then set an end
> date.  I have created a new version of the edit page, which is still to
> be implemented that will make this clearer.
>

Thank you for the explanation, I'll try this again with your comments 
in mind.

> 4) No, rooms can't be coloured at the moment.  But you could add it as 
> a
> feature request.  In the interim you could use the entry type to help
> colour thinks.

Setting a different type would do fine, thanks for the tip!

>
> Hope this helps
>
> Gavin
>
> On Mon, 2004-10-04 at 07:36, smclean <at> got.net wrote:
>> Hello All,
>>
>> I've been evaluating MRBS for potential use at my church and am 
>> really pleased
>> with what I see here.  I do have have a couple of questions and would 
>> really
>> appreciate any feedback.
>>
>> 1)  Can you display a calendar view for an entire area rather than 
>> room by room?
>>  If not then would you consider this as a feature request?
>>
>> 2)  the n-Weekly repeat type doesn't appear to be working correctly 
>> in this
>> version:  I think I'm scheduling rooms for Monday, Wednesday, and 
>> Friday for n
>> weeks, however I only see the initial week displayed in the calendar.
>>
>> 3)  Why is the Repeat End Date necessary if you define a "Number of 
>> Weeks"?
>> This appears redundant.
>>
>> 4)  Can rooms be color coded?  Feature request?
>>
>> thanks!
>>
>> best,
>> sean
>>
>
>
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: IT Product Guide on 
> ITManagersJournal
> Use IT products in your business? Tell us what you think of them. Give 
> us
> Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out 
> more
> http://productguide.itmanagersjournal.com/guidepromo.tmpl
> _______________________________________________
> mrbs-general mailing list
> mrbs-general <at> lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mrbs-general

Gavin Walker | 5 Oct 2004 00:26
Picon

Re: Calendar view for entire area?

Hi Sean 

In a week view I presume that you would like it to look something like:

|  Sunday   |  Monday   | ...
|rm1|rm2|rm3|rm1|rm2|rm3| ...

Note if you were to have very long "room" names then the table would get
very wide.

Regards

Gavin.

On Mon, 2004-10-04 at 22:58, Sean McLean wrote:
> Hi Gavin,
> 
> Outstanding, thank you for your reply.
> 
> On Oct 4, 2004, at 2:39 PM, Gavin Walker wrote:
> >
> > To answer your questions in turn:
> > 1) Can you define calendar view?  Do you want all rooms on the month
> > view or are you looking for full year view?  There has just been a
> > similar query about showing all rooms in an area on the month view.
> > Generally, the issue with these sorts of views is the amount of data
> > that has to be displayed.
> >
> 
> What I was really looking for was to display all of the rooms in a 
> given area in a single week.  I think that you're right that a month 
> would be an enormous amount of data, and a year would be simply 
> unusable.  A week however would be very useful to me.
> 
> > 2 & 3) As you have discovered by now n-weekly defines the repeat
> > interval.  So if you say n-weekly = 2 then a meeting will happen every
> > other week.  I think that you want to say weekly and then set an end
> > date.  I have created a new version of the edit page, which is still to
> > be implemented that will make this clearer.
> >
> 
> Thank you for the explanation, I'll try this again with your comments 
> in mind.
> 
> > 4) No, rooms can't be coloured at the moment.  But you could add it as 
> > a
> > feature request.  In the interim you could use the entry type to help
> > colour thinks.
> 
> Setting a different type would do fine, thanks for the tip!
> 
> 
> >
> > Hope this helps
> >
> > Gavin
> >
> > On Mon, 2004-10-04 at 07:36, smclean <at> got.net wrote:
> >> Hello All,
> >>
> >> I've been evaluating MRBS for potential use at my church and am 
> >> really pleased
> >> with what I see here.  I do have have a couple of questions and would 
> >> really
> >> appreciate any feedback.
> >>
> >> 1)  Can you display a calendar view for an entire area rather than 
> >> room by room?
> >>  If not then would you consider this as a feature request?
> >>
> >> 2)  the n-Weekly repeat type doesn't appear to be working correctly 
> >> in this
> >> version:  I think I'm scheduling rooms for Monday, Wednesday, and 
> >> Friday for n
> >> weeks, however I only see the initial week displayed in the calendar.
> >>
> >> 3)  Why is the Repeat End Date necessary if you define a "Number of 
> >> Weeks"?
> >> This appears redundant.
> >>
> >> 4)  Can rooms be color coded?  Feature request?
> >>
> >> thanks!
> >>
> >> best,
> >> sean
> >>
> >
> >
> >
> >
> > -------------------------------------------------------
> > This SF.net email is sponsored by: IT Product Guide on 
> > ITManagersJournal
> > Use IT products in your business? Tell us what you think of them. Give 
> > us
> > Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out 
> > more
> > http://productguide.itmanagersjournal.com/guidepromo.tmpl
> > _______________________________________________
> > mrbs-general mailing list
> > mrbs-general <at> lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/mrbs-general
> 

Gavin Walker | 5 Oct 2004 00:29
Picon

Re: Viewing all booked rooms in week/month view?

Richard

Please indicate what sort of format you are looking for in a single day
cell.  Is it something like this:
"person"
time: description
"person"
time:
time:
"person"

regards

Gavin

On Fri, 2004-10-01 at 14:27, Richard Hobbs wrote:
> Hello for the first time on this hopefully wonderful mailing list :-)
> 
> Is there any way to view an entire week/month for one area, which contains
> bookings for all meeting rooms?
> 
> I can view a week/month for a particular room easily enough, but can I get a
> week/month view for all rooms?
> 
> If this isn't built into the system, is there a custom PHP script that could
> be included that lists all bookings?
> 
> The reason for this is that I have slightly altered the system to be a
> vacation tracking system (as well as using it as a meeting room system as
> well, at a different web address). Instead of booking rooms, you book
> people. Each booking is actually a vacation period. I simply changed the
> lang.en file to make these changes. My boss would like to see an entire
> month containing all the people that are off each day.
> 
> Is this possible?
> 
> Thanks in advance, your help with this matter is greatly appreciated :-)
> 
> Hobbs.

smclean | 5 Oct 2004 00:46
Favicon

Re: Calendar view for entire area?

Quoting Gavin  Walker <gavinw <at> thewalkerfamily.me.uk>:

> Hi Sean
>
> In a week view I presume that you would like it to look something like:
>
> |  Sunday   |  Monday   | ...
> |rm1|rm2|rm3|rm1|rm2|rm3| ...
>
> Note if you were to have very long "room" names then the table would get
> very wide.
>
> Regards
>
> Gavin.
>

Actually I had imagined something more like:

-----------------------------------------------------------------
Sunday  |  rm1:
   1    |  rm2
        |  rm3
-----------------------------------------------------------------
Monday  |  rm1
   2    |  rm2
        |  veryLongRoomName3:
-----------------------------------------------------------------

Richard Hobbs | 5 Oct 2004 10:05
Picon

RE: Viewing all booked rooms in week/month view?

Hello,

I think that's what I want, but just to clarify, I could do with something
like this...

(A Person is really a Room of course :D)

Week view:
---------------------------------------------------------------
| Mon           | Tue | Wed | Thu           | Fri | Sat | Sun |
---------------------------------------------------------------
| Person 1      |     |     | Person 4      |     |     |     |
| 12:00 - 13:30 |     |     | 09:00 - 13:30 |     |     |     |
| <--- hr --->  |     |     |               |     |     |     |
| Person 2      |     |     |               |     |     |     |
| 09:00 - 17:30 |     |     |               |     |     |     |
---------------------------------------------------------------

Month view:
-----------------------------------------------------------------------
| Mon     | Tue     | Wed     | Thu     | Fri     | Sat     | Sun     |
-----------------------------------------------------------------------
|         |         |         |         | 1       | 2       | 3       |
|         |         |         |         | Person2 |         |         |
|         |         |         |         | 12:00-13:30 |     |         |
-----------------------------------------------------------------------
| 4       | 5       | 6       | 7       | 8       | 9       | 10      |
|         |         |         |         | Person6 |         |         |
|         |         |         |         | 09:00-15:30       |         |
|         |         |         |         |<--hr--->|         |         |
|         |         |         |         | Person4 |         |         |
|         |         |         |         | 12:00-15:00       |         |
-----------------------------------------------------------------------
| 11      | 12      | 13      | 14      | 15      | 16      | 17      |
|         |         |         |         |         |         |         |
|         |         |         |         |         |         |         |
-----------------------------------------------------------------------
----- etc...

Thanks again,
Hobbs.

> -----Original Message-----
> From: mrbs-general-admin <at> lists.sourceforge.net 
> [mailto:mrbs-general-admin <at> lists.sourceforge.net] On Behalf 
> Of Gavin Walker
> Sent: 04 October 2004 23:30
> To: Richard Hobbs
> Cc: 'MRBS Mailing List'
> Subject: Re: [MRBS-general] Viewing all booked rooms in 
> week/month view?
> 
> Richard
> 
> Please indicate what sort of format you are looking for in a 
> single day
> cell.  Is it something like this:
> "person"
> time: description
> "person"
> time:
> time:
> "person"
> 
> regards
> 
> Gavin
> 
> 
> On Fri, 2004-10-01 at 14:27, Richard Hobbs wrote:
> > Hello for the first time on this hopefully wonderful 
> mailing list :-)
> > 
> > Is there any way to view an entire week/month for one area, 
> which contains
> > bookings for all meeting rooms?
> > 
> > I can view a week/month for a particular room easily 
> enough, but can I get a
> > week/month view for all rooms?
> > 
> > If this isn't built into the system, is there a custom PHP 
> script that could
> > be included that lists all bookings?
> > 
> > The reason for this is that I have slightly altered the 
> system to be a
> > vacation tracking system (as well as using it as a meeting 
> room system as
> > well, at a different web address). Instead of booking 
> rooms, you book
> > people. Each booking is actually a vacation period. I 
> simply changed the
> > lang.en file to make these changes. My boss would like to 
> see an entire
> > month containing all the people that are off each day.
> > 
> > Is this possible?
> > 
> > Thanks in advance, your help with this matter is greatly 
> appreciated :-)
> > 
> > Hobbs.
> 
> 
> 
> -------------------------------------------------------
> This SF.net email is sponsored by: IT Product Guide on 
> ITManagersJournal
> Use IT products in your business? Tell us what you think of 
> them. Give us
> Your Opinions, Get Free ThinkGeek Gift Certificates! Click to 
> find out more
> http://productguide.itmanagersjournal.com/guidepromo.tmpl
> _______________________________________________
> mrbs-general mailing list
> mrbs-general <at> lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mrbs-general
> 

______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
______________________________________________________________________


Gmane