Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.



Html
<div id="fb-root"></div>
<script>(function(d, s, id) {
  var js, fjs = d.getElementsByTagName(s)[0];
  if (d.getElementById(id)) return;
  js = d.createElement(s); js.id = id;
  js.src = 'https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.11';
  fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>

...

Html
 <div class="lang-box-pdf">
	<div>
<div class="lang-switch">
			<span class="letters-form"><a title="English" href="#">EN</a>&nbsp;|&nbsp;<a title="Italian" href="#" >IT</a>&nbsp;|&nbsp;<a title="French" href="#" target="_blank">FR</a>&nbsp;|&nbsp;<a title="German" href="#">DE</a></span>
		</div>
		<div class="google-lang">
			<div id="google_translate_element">
			</div>
			<script type="text/javascript">
					function googleTranslateElementInit() {
						new google.translate.TranslateElement({pageLanguage: 'en', includedLanguages: 'de,es,fr,it,nl', autoDisplay: false}, 'google_translate_element');
						}
			</script>
			<script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
		</div>
		
		<div class="pdf-button">
			<a href="#" alt="Convert to .pdf" title="Convert to .pdf"><img src="https://confluence.wildix.com/download/attachments/14549012/pdf-button-download-wildix-documentation.png"></a>
		</div>
	</div>
</div>


Info

Hotel Manager is a part of Wildix WebAPI library. This document explains how to configure and to use Hotel Manager extension.

Created: December 2018

Permalink:

Introduction

Hotel Manager extension is a part of Wildix WebAPI library. For more information on WebAPI library, read the document WebAPI Admin Documentation.

To be able to access Hotel Manager you need Wildix Collaboration license or UC-Business user profile (more information on Per User licensing: https://manuals.wildix.com/licensing/).

Features available with Hotel Manager:

  • guests check-in, check-out
  • wake-up calls scheduling
  • room housekeeping status clean / dirty
  • call billing 

Wildix also offers integration with hotel PMS, more information: Hotel Integration - FIAS protocol.

Access Hotel Manager

You have the following options:

Warning

If you are using online demo or Hotel Manager on your server, you need to add the domain to the whitelist in WMS Settings -> PBX -> Security; see documentation: Domain Whitelist (Allow Origin).

If you are having issues with accessing Hotel Manager, read the WebAPI document -> Access WebAPI Demo.


To access the Hotel Manager page, click Settings icon (Wheels icon) and enter the credentials:

...

Now you should be able to view rooms subdivided by their Group / Department field. You can edit Group / Department field in WMS → Users, double-click on user (room). For more information, read WMS Start Guide - Adding users manually.

Here is an example of WMS configuration for the screenshot provided above:


Note

Note that you can select User type - Room (first line) to differentiate normal PBX users from hotel rooms.



Warning

Only rooms added to your roster in Collaboration can be viewed in Hotel Manager! You can add more rooms to your roster from Collaboration → Other → Edit Colleagues (read Collaboration guide - Colleagues (roster) for more information) or in WMS → Users → select a user and click Edit preferences, then scroll down to Roster (read WMS Start Guide - User preferences for more information):




Html
<div class="fb-like" data-href="#" data-layout="button_count" data-action="recommend" data-size="large" data-show-faces="true" data-share="true"></div>

...