System Setup

Edit Reseller SmartPOS Text

Overview

  • Each Bepoz Venue has a setting to set the supporting Reseller for the Venue

  • This setting defines the text that is displayed at logon at the Till and BackOffice and also at the Till Screen displayed when it is trying to connect to Smartcontroller

  • This text includes the Reseller Name, Address, Phones Numbers and Email addresses


Prerequisites

N/A


Reseller Text

  • Bepoz has a number of Built-in Resellers, however new Resellers are added all the time and a mechanism is needed to add these Resellers without the need for a new software version

  • A file called RESELLERTEXT.XML is used to provide new and updated reseller information to the Bepoz programs

  • It should reside in the SHARED DATA Directory, (e.g. C:\Bepoz\Data\ResellerText.xml)

  • A sample file is provided in the Bepoz Programs directory that can edited and placed in the Shared Data Directory

Example Reseller Text

<?xml version="1.0" encoding="utf-8"?>
<cResellerTexts xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ListOfResellerTexts>
<cResellerText>
<ResellerID>1001</ResellerID>
<ResellerName>Bepoz Reseller</ResellerName>
<TillConnectLine1>For Sales and Support please call Your Reseller</TillConnectLine1>
<TillConnectLine2>For additional support resources visit http://www.bepoz.com/support </TillConnectLine2>
<TillLogonText>For Sales and Support:
BEpoz Reseller
Phone: (555) 313-0857
Fax: (555) 803-4116
Email Addresses: support@bepoz.com
sales@bepoz.com</TillLogonText>
<EmailAddress>support@bepoz.com</EmailAddress>
</cResellerText>
</ListOfResellerTexts>
</cResellerTexts>

  • The Reseller ID should be unique and start from each Country's Start Number below:

 

Country Start Numbers

Australia: 101


UK: 401


NZ: 501


Singapore: 601


Malaysia: 701


UAE: 801


Indonesia: 901


USA: 1001

 

  • The Standard Reseller Texts can be overwritten by using the same ResellerID

  • The file must be a valid XML document conforming to xml formatting rules

  • Multiple ResellerTexts can be in one file – a master file should be maintained for each country and used in all sites