FAQ
How can we help?
Full Site Search

Reservation System Advanced Design Tutorial

Ragic’s Reservation System is, in essence, a report generated from a particular sheet: When someone reserves a time slot using the report, the system will automatically generate a corresponding entry of reservation record using the information entered. So, it’s possible to expand the capability of the reservation system by altering the design of the source sheet. Some examples are shown below.

(1) Automatically sending a reservation confirmation mail

If you want the system to automatically send a reservation confirmation E-mail, you can set up an action button to send a custom email in the source sheet and configure the button to “automatically run when saving”, as shown in the figure below.

Once someone reserves a timeslot, the system will automatically create an entry in the source sheet, which in turn would trigger the action button set up to “automatically run when saving”. So once a booking is made, the button executes and sends an E-mail to the address specified by the “booked by” field (which needs to be set up with the field type E-mail or Select User).

An example of such a reservation confirmation email is shown below.

(2) Reservation reminder

If you want the system to automatically send an E-mail reminder to the “booked by” address or user ahead of an upcoming reservation, you can set up Reminders, as shown below.

For the date field, you can choose “start time” or “end time” (Ragic currently does not support a single reservation across different dates, so start and end times normally are on the same day). Then, you can choose to send the reminder on the day of or any number of days before the actual reservation.

Note here that the “Booked by” field must be set up with the field type Select User or E-mail to successfully send a reminder. If the recipient of the reminder is not the “booked by” E-mail address or user, you can also set up a separate reminder recipient field in the sheet.

In addition, you can also configure the system to send a reminder through the Ragic app or website push notification if the recipient allows. (See Notifications for details).

An example of the reminder E-mail is shown below. (The content of the reminder can be customized)

(3) Syncing with Calendar

Reservations are sometimes best viewed in a calendar. If that’s the case for you, just use the report function in the source sheet to generate a Calendar Report, as shown below.

You can click on the short description of individual events on the calendar report to see the details. If you want the short description to display more than the booking remark and include, for example, “booked by” plus “meeting room”, then you can create a dedicated field for the calendar text in the sheet and use a string formula to create the value you want.

If you want the reservation to be viewable in an external calendar (e.g. Google Calendar or Outlook), you can use the Calendar Sync function. Take note though that the date format supported by external calendars generally separates date (yyyy/MM/dd) and time (HH:mm), which is different from the combined date + time (yyyy/MM/dd HH:mm) format that the reservation system and calendar report supports. The solution is to create additional fields used for syncing external calendars with string formulae and the string-to-date (DATEVALUE) formula to extract and separate the date (yyyy/MM/dd) and time (HH:mm) values.

(4) Reservation Tracking

When it comes to booking management, it’s not just about managing schedules and availability, it’s also about tracking whether the reservation is actually fulfilled (i.e. the person shows up / participates in the event / uses equipment). When using Ragic’s reservation system, all reservation records will be stored automatically in the source sheet. Simply add a status field in the sheet to track the status of all reservations. You can even link it with other sheets to implement functions such as tracking remaining sessions and calculating fees.

Take, for example, class reservation for a one-on-one class on a point system where a point is deducted for every class attended. By adding one single element, both attendance management and points management can be implemented in one go: On the class reservation sheet, an “Attendance” field can be added and an action button configured to update value on another sheet, subtracting a point from the original points order when executed.

(5) Reservation Statistics

You can also use Ragic’s other report functions to generate various figures for data analysis from the reservation system source sheet.

For example, you can use a line graph to analyze meeting room usage statistics:

Or pivot table to analyze the booking data for different instructors:

Or ranking report to see who had the most reservations.

Top of Page

    Start Ragic for Free

    Sign up with Google