Mobile POS
Scoping Questions
- Is mobile POS required?
- What mobile devices will be used?
- What mobile POS functions are required?
- Will mobile POS require receipt printing?
How To Guide
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>