| 1 | ======================= |
|---|
| 2 | Conference Room Booking |
|---|
| 3 | ======================= |
|---|
| 4 | |
|---|
| 5 | Introduction |
|---|
| 6 | ------------ |
|---|
| 7 | |
|---|
| 8 | This chapter describes the Indico module for booking conference |
|---|
| 9 | rooms. |
|---|
| 10 | |
|---|
| 11 | Indico users can book conference rooms for their conference and |
|---|
| 12 | meeting purposes. Bookings can also be standalone - they |
|---|
| 13 | do not have to be bound to any event. Room managers can monitor and |
|---|
| 14 | moderate all bookings. Indico administrators can create rooms and |
|---|
| 15 | manage their data. |
|---|
| 16 | |
|---|
| 17 | Instead of being a boring manual no one ever reads, this file is |
|---|
| 18 | an introduction. This assumes you have some intuition of how the web |
|---|
| 19 | works. The suggested way of learning is to start with a tutorial, |
|---|
| 20 | then play with the module on your own. Simply use the software as |
|---|
| 21 | any other Web page. Read context help along the way. Finally come |
|---|
| 22 | back for some tips. |
|---|
| 23 | |
|---|
| 24 | -------------- |
|---|
| 25 | |
|---|
| 26 | The Tutorial |
|---|
| 27 | ------------ |
|---|
| 28 | |
|---|
| 29 | You may want to read the Core Features listing to grasp the capabilities |
|---|
| 30 | of the room booking module capabilities. To summarize, it is for booking |
|---|
| 31 | conference rooms. |
|---|
| 32 | |
|---|
| 33 | |image165| |
|---|
| 34 | |
|---|
| 35 | -------------- |
|---|
| 36 | |
|---|
| 37 | Getting into Room Booking Module |
|---|
| 38 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
|---|
| 39 | |
|---|
| 40 | To use Indico::CRBS directly, just click *Room Booking* on Indico |
|---|
| 41 | home page. To book rooms for your event, go to the event management |
|---|
| 42 | page and click *Room Booking* option. In both cases you will be asked |
|---|
| 43 | to sign in. Use your Indico credentials. |
|---|
| 44 | |
|---|
| 45 | -------------- |
|---|
| 46 | |
|---|
| 47 | The First Page |
|---|
| 48 | ~~~~~~~~~~~~~~ |
|---|
| 49 | |
|---|
| 50 | The Room Booking Module first page depends on who is logged in. For |
|---|
| 51 | most people, it will show a list of their bookings. The *My bookings* |
|---|
| 52 | menu option will give you the same list. Room managers will see |
|---|
| 53 | bookings of rooms they manage, so they can quickly see what's going |
|---|
| 54 | on. If you are a room manager, use the *Bookings in my rooms* menu option to |
|---|
| 55 | show this page again. (This menu option is not visible for ordinary |
|---|
| 56 | users). |
|---|
| 57 | |
|---|
| 58 | -------------- |
|---|
| 59 | |
|---|
| 60 | The Most Important Tip |
|---|
| 61 | ~~~~~~~~~~~~~~~~~~~~~~ |
|---|
| 62 | |
|---|
| 63 | Feeling lost? Point at the question mark icon |image166| with your |
|---|
| 64 | mouse to see context help. Context help is meant to answer most of |
|---|
| 65 | your questions along the way. It is always there waiting for you. |
|---|
| 66 | |
|---|
| 67 | -------------- |
|---|
| 68 | |
|---|
| 69 | Room Names |
|---|
| 70 | ~~~~~~~~~~ |
|---|
| 71 | |
|---|
| 72 | If a room does not have a name, the default one is built according |
|---|
| 73 | to the following pattern: |
|---|
| 74 | |
|---|
| 75 | "location: building-floor-room" |
|---|
| 76 | |
|---|
| 77 | Examples: "CERN: 304-1-001", "Sheraton: 0-34-013". |
|---|
| 78 | |
|---|
| 79 | |image167| |
|---|
| 80 | |
|---|
| 81 | -------------- |
|---|
| 82 | |
|---|
| 83 | Three Kinds of Room |
|---|
| 84 | ~~~~~~~~~~~~~~~~~~~ |
|---|
| 85 | |
|---|
| 86 | There are three kinds of room. They determine how much freedom |
|---|
| 87 | users have. |
|---|
| 88 | |
|---|
| 89 | * *Public rooms* which do not require confirmation (black/green |
|---|
| 90 | colour). This means all bookings are considered accepted. |
|---|
| 91 | * *Public rooms* which do require confirmation (orange colour). You can |
|---|
| 92 | PRE-book them and wait for acceptance or rejection. |
|---|
| 93 | * *Private rooms* which cannot be booked at all (red colour). Only the room |
|---|
| 94 | manager can book his/her private room. If you need such a room, you |
|---|
| 95 | should ask this person to insert a booking for you. |
|---|
| 96 | |
|---|
| 97 | |
|---|
| 98 | |image168| |
|---|
| 99 | |
|---|
| 100 | -------------- |
|---|
| 101 | |
|---|
| 102 | Six Types of Booking |
|---|
| 103 | ~~~~~~~~~~~~~~~~~~~~ |
|---|
| 104 | |
|---|
| 105 | There are six types of booking. They allow you to define |
|---|
| 106 | different types of recurring reservation. A common example is a weekly |
|---|
| 107 | meeting (which takes place at the same time every week). You can |
|---|
| 108 | choose from: |
|---|
| 109 | |
|---|
| 110 | * *Single day*: not recurring, one-time event |
|---|
| 111 | * *Repeat daily*: use if you want to book many subsequent days, like |
|---|
| 112 | the whole week |
|---|
| 113 | * *Repeat once a week*: the booking will take place every week, |
|---|
| 114 | always on the same day |
|---|
| 115 | * *Repeat once every two weeks*: as above, but repeats every two |
|---|
| 116 | weeks |
|---|
| 117 | * *Repeat once every three weeks*: as above, but repeats every |
|---|
| 118 | three weeks |
|---|
| 119 | * *Repeat every month*: allows you to do bookings like 'first Friday |
|---|
| 120 | of each month', 'second Wednesday of each month', 'fourth Saturday |
|---|
| 121 | of each month', etc. |
|---|
| 122 | |
|---|
| 123 | |
|---|
| 124 | -------------- |
|---|
| 125 | |
|---|
| 126 | Booking a Room |
|---|
| 127 | ~~~~~~~~~~~~~~ |
|---|
| 128 | |
|---|
| 129 | Basically there are two steps: selecting a room and filling in a |
|---|
| 130 | booking form. More detailed steps are: |
|---|
| 131 | |
|---|
| 132 | |image169| |
|---|
| 133 | |
|---|
| 134 | * On the main Indico page, click the *Room Booking* menu option. This is |
|---|
| 135 | your entrance to the Room Booking Module. |
|---|
| 136 | * Click the *Book a Room* menu option. |
|---|
| 137 | * If you know which room you want, simply select it and click |
|---|
| 138 | [Choose]. You will be taken directly to the booking form. |
|---|
| 139 | * If you don't know, take advantage of room searching. Specify |
|---|
| 140 | dates (click the orange calendar icon to choose the day with a mouse). |
|---|
| 141 | Specify hours and booking type (single day or repeating). Specify |
|---|
| 142 | also other criteria the room must meet, like capacity and necessary |
|---|
| 143 | equipment. Then click the [Search] button (there are two for |
|---|
| 144 | convenience, both will do the same). |
|---|
| 145 | * You will be presented with a list of available rooms meeting your |
|---|
| 146 | criteria. |
|---|
| 147 | * Click the *Book* link on for the room of your choice. |
|---|
| 148 | |
|---|
| 149 | |image170| |
|---|
| 150 | |
|---|
| 151 | * Fill in a booking form. If you have searched for rooms, most fields |
|---|
| 152 | are already filled in for your convenience. These data come from |
|---|
| 153 | the searching form. After filling in the form, click the [Re-check for |
|---|
| 154 | conflicts] button. |
|---|
| 155 | * Scroll the page down to have a look at conflicts. Scroll more to see |
|---|
| 156 | the room availability calendar. Your booking is represented by a green |
|---|
| 157 | bar or dark red bar if it overlaps with existing bookings, which |
|---|
| 158 | are pink, by the way. This graphical room preview is useful mainly |
|---|
| 159 | when you do a recurring booking. Give it a try: set the when/type |
|---|
| 160 | attribute to *Repeat once a week*, set the end date to be at least 2 |
|---|
| 161 | months after the start date, and click the [Re-check for conflicts] again. |
|---|
| 162 | See the room calendar in its full glory. |
|---|
| 163 | * If your booking conflicts with others, you have two options: |
|---|
| 164 | |
|---|
| 165 | - In general, you will prefer to resolve conflicts manually: by |
|---|
| 166 | changing dates, hours or maybe trying another room. |
|---|
| 167 | - The alternative is to automatically book everything except |
|---|
| 168 | conflicting days. This may be useful if you do long-term, recurring |
|---|
| 169 | booking, for example, *whole year, every week*. Imagine everything |
|---|
| 170 | looks perfect, except for several weeks when the room is not available. |
|---|
| 171 | In this case check the 'skip conflicting dates' option to book |
|---|
| 172 | everything except problematic dates. |
|---|
| 173 | |
|---|
| 174 | * Click the [Book] button. |
|---|
| 175 | * If your form is OK, the system will ensure your new booking does not |
|---|
| 176 | conflict with others. When no conflicts are found, you will be |
|---|
| 177 | shown the confirmation page which lists details of your booking. |
|---|
| 178 | * Click *My bookings* from the menu. Your new booking now appears on |
|---|
| 179 | the list. |
|---|
| 180 | |
|---|
| 181 | |image171| |
|---|
| 182 | |
|---|
| 183 | Note: some rooms require confirmation. These rooms are usually coded |
|---|
| 184 | in orange. In this case, you cannot directly book them. You |
|---|
| 185 | can only *PRE-book* such a room. PRE-booking works exactly the same |
|---|
| 186 | way as booking. The only difference is that you must wait for |
|---|
| 187 | acceptance from the room manager. |
|---|
| 188 | |
|---|
| 189 | Note: you can always modify your booking (or PRE-booking). It |
|---|
| 190 | will again be checked for conflicts. |
|---|
| 191 | |
|---|
| 192 | Note: you can always browse your own bookings and PRE-bookings |
|---|
| 193 | using the menu options *My bookings* and *My PRE-bookings* |
|---|
| 194 | |
|---|
| 195 | -------------- |
|---|
| 196 | |
|---|
| 197 | View your Booking |
|---|
| 198 | ~~~~~~~~~~~~~~~~~ |
|---|
| 199 | |
|---|
| 200 | You can view the bookings or pre-bookings that you made by going |
|---|
| 201 | under the 'My bookings' and 'My PRE-bookings' sections of the Room |
|---|
| 202 | Booking side menu. By selecting one of the bookings in the list, you |
|---|
| 203 | will get the following : |
|---|
| 204 | |
|---|
| 205 | |image172| |
|---|
| 206 | |
|---|
| 207 | This page contains all the information about a booking, and it allows |
|---|
| 208 | you to modify, clone or cancel the booking. If the reservation is |
|---|
| 209 | done for more than a single day, each of the occurences of the booking |
|---|
| 210 | can be canceled individually. In addition, this page lets you watch |
|---|
| 211 | the history of the booking (i.e. all the past actions that were performed |
|---|
| 212 | on this reservation) if you are the creator of the booking. Only the most |
|---|
| 213 | recent entry is partially displayed, but you can see the rest of it by |
|---|
| 214 | clicking on the 'Show All History...' link. Additional information about |
|---|
| 215 | a particular entry can be viewed by clicking the 'More Info' link. |
|---|
| 216 | |
|---|
| 217 | -------------- |
|---|
| 218 | |
|---|
| 219 | Core Features and Constraints |
|---|
| 220 | ----------------------------- |
|---|
| 221 | |
|---|
| 222 | Introduction |
|---|
| 223 | ~~~~~~~~~~~~ |
|---|
| 224 | |
|---|
| 225 | This section describes core capabilities and constraints of the Room |
|---|
| 226 | Booking Module. It may be useful to assess whether it meets your |
|---|
| 227 | needs. |
|---|
| 228 | |
|---|
| 229 | Note that the Room Booking Module is NOT supposed to be a general-purpose |
|---|
| 230 | "room management" or "room booking" software. |
|---|
| 231 | |
|---|
| 232 | It was built with conference rooms in mind. Its main purpose |
|---|
| 233 | is to make conference organization easier. We see room booking as a |
|---|
| 234 | part of conference organization (but you can book rooms |
|---|
| 235 | without defining an event). |
|---|
| 236 | |
|---|
| 237 | -------------- |
|---|
| 238 | |
|---|
| 239 | Core Features |
|---|
| 240 | ~~~~~~~~~~~~~ |
|---|
| 241 | |
|---|
| 242 | General |
|---|
| 243 | ^^^^^^^ |
|---|
| 244 | |
|---|
| 245 | * Stand-alone and "in-conference" mode. |
|---|
| 246 | |
|---|
| 247 | - The stand-alone mode allows you to book, manage bookings and do |
|---|
| 248 | administration stuff. You don't have to create an Indico event |
|---|
| 249 | (the bookings will not be assigned to any Indico event). |
|---|
| 250 | - The "In-conference" mode allows you to book rooms for your event. You |
|---|
| 251 | can assign booked rooms to conference, lecture, meeting, session, |
|---|
| 252 | contribution or break. |
|---|
| 253 | |
|---|
| 254 | * Recurring bookings ('every day', 'every week', 'every 3rd Wednesday |
|---|
| 255 | of a month', etc). |
|---|
| 256 | * E-mail notifications (to users and room managers, about every |
|---|
| 257 | important action). |
|---|
| 258 | * Three user roles: (1) Indico administrator, (2) room manager and |
|---|
| 259 | (3) ordinary user. |
|---|
| 260 | * Optional booking moderation. Each room may work in one of the |
|---|
| 261 | following modes: |
|---|
| 262 | |
|---|
| 263 | - Bookings require explicit confirmation of room manager, *or* |
|---|
| 264 | - Bookings are automatically accepted. |
|---|
| 265 | |
|---|
| 266 | -------------- |
|---|
| 267 | |
|---|
| 268 | User |
|---|
| 269 | ^^^^ |
|---|
| 270 | |
|---|
| 271 | * Book a room |
|---|
| 272 | * Manage own bookings (track, modify, cancel) |
|---|
| 273 | * Search for rooms |
|---|
| 274 | * Search for bookings (including archival) |
|---|
| 275 | |
|---|
| 276 | -------------- |
|---|
| 277 | |
|---|
| 278 | Room Manager |
|---|
| 279 | ^^^^^^^^^^^^ |
|---|
| 280 | |
|---|
| 281 | * Accept and reject PRE-bookings (for his room) |
|---|
| 282 | * Reject bookings (for his room) |
|---|
| 283 | |
|---|
| 284 | -------------- |
|---|
| 285 | |
|---|
| 286 | Indico Administrator |
|---|
| 287 | ^^^^^^^^^^^^^^^^^^^^ |
|---|
| 288 | |
|---|
| 289 | * Switch on/off Room Booking Module |
|---|
| 290 | * Configure room booking plugins in admin section |
|---|
| 291 | * Add/remove location |
|---|
| 292 | * Define room attributes specific to the location |
|---|
| 293 | * Define possible room equipment specific to the location |
|---|
| 294 | * Manage meeting rooms (add/modify/remove) |
|---|
| 295 | |
|---|
| 296 | -------------- |
|---|
| 297 | |
|---|
| 298 | Constraints |
|---|
| 299 | ~~~~~~~~~~~ |
|---|
| 300 | |
|---|
| 301 | The room must have its manager. It is not possible to define |
|---|
| 302 | multiple managers for a single room (you can work around this by |
|---|
| 303 | creating an Indico account shared by several people). |
|---|
| 304 | |
|---|
| 305 | The room must have a defined building, which must be a number. |
|---|
| 306 | This is mandatory. If you do not need building, put any number there |
|---|
| 307 | (like '0'). If your building naming scheme has letters, we are |
|---|
| 308 | sorry - the software is not flexible enough for you. |
|---|
| 309 | |
|---|
| 310 | The room must have defined floor (alphanumerical) and room |
|---|
| 311 | 'number' (alphanumerical in fact). |
|---|
| 312 | |
|---|
| 313 | -------------- |
|---|
| 314 | |
|---|
| 315 | Dictionary |
|---|
| 316 | ---------- |
|---|
| 317 | |
|---|
| 318 | *Room*: meeting or conference room. Please note that the software is |
|---|
| 319 | not suitable for managing other rooms, like offices, corridors, etc. |
|---|
| 320 | |
|---|
| 321 | *Location*: physical location of rooms. Room custom attributes |
|---|
| 322 | and possible equipment are defined on a location basis. Example: |
|---|
| 323 | rooms at CERN may have different attributes and different equipment |
|---|
| 324 | than rooms in Fermilab. |
|---|
| 325 | |
|---|
| 326 | *Booking*: final reservation of a room. While considered final, |
|---|
| 327 | it still may be rejected in case of emergency. |
|---|
| 328 | |
|---|
| 329 | *PRE-booking*: unconfirmed reservation of a room. PRE-booking |
|---|
| 330 | is subject to acceptance or rejection. |
|---|
| 331 | |
|---|
| 332 | *Room responsible*: the person who accepts/rejects bookings. |
|---|
| 333 | Each room has exactly one person responsible. A person may be |
|---|
| 334 | responsible for any number of rooms. |
|---|
| 335 | |
|---|
| 336 | *Room manager*: room responsible |
|---|
| 337 | |
|---|
| 338 | -------------- |
|---|
| 339 | |
|---|
| 340 | .. |image165| image:: UserGuidePics/rb_main.png |
|---|
| 341 | .. |image166| image:: UserGuidePics/help.png |
|---|
| 342 | .. |image167| image:: UserGuidePics/rb_room_name.png |
|---|
| 343 | .. |image168| image:: UserGuidePics/rb_room_types.png |
|---|
| 344 | .. |image169| image:: UserGuidePics/rb_booking_a_room.png |
|---|
| 345 | .. |image170| image:: UserGuidePics/rb_booking_form.png |
|---|
| 346 | .. |image171| image:: UserGuidePics/rb_conflicts.png |
|---|
| 347 | .. |image172| image:: UserGuidePics/rb_booking_display.png |
|---|