Skip to main content

Mobile POS

Scoping Questions
  1. Is mobile POS required?
  2. What mobile devices will be used?
  3. What mobile POS functions are required?
  4. Will mobile POS require receipt printing?
Configuration Examples
POS Terminal Template - Mobile POS
<retail:posTerminalTemplate
xmlns:core="http://www.enactor.com/core"
xmlns:retail="http://www.enactor.com/retail">
<retail:templateId>MOBILE_POS</retail:templateId>
<retail:terminalType>MOBILE</retail:terminalType>
<retail:touchScreenEnabled>true</retail:touchScreenEnabled>
<retail:cashDrawerEnabled>false</retail:cashDrawerEnabled>
<retail:receiptPrinterEnabled>false</retail:receiptPrinterEnabled>
<retail:eReceiptEnabled>true</retail:eReceiptEnabled>
<retail:themeId>DEFAULT_MOBILE</retail:themeId>
</retail:posTerminalTemplate>
POS Terminal - Mobile
<retail:posTerminal>
<retail:deviceId>mpos1@0001.enactor</retail:deviceId>
<retail:description>mpos1@0001.enactor</retail:description>
<retail:terminalNumber>101</retail:terminalNumber>
<retail:remoteTerminal>true</retail:remoteTerminal>
<retail:mobileTerminal>NONE</retail:mobileTerminal>
<retail:menuGroupId groupTypeId="menuGroup">FASHION</retail:menuGroupId>
<retail:operatorViewTheme>NextGen1024x768</retail:operatorViewTheme>
</retail:posTerminal>