Skip to main content

Fixed POS

Scoping Questions
  1. What fixed POS hardware will be used?
  2. What peripherals are required? (scanner, printer, cash drawer, customer display)
  3. What operating system will be used?
Configuration Examples
POS Terminal Template - Fixed POS
<retail:posTerminalTemplate
xmlns:core="http://www.enactor.com/core"
xmlns:retail="http://www.enactor.com/retail">
<retail:templateId>FIXED_POS</retail:templateId>
<retail:terminalType>FIXED</retail:terminalType>
<retail:customerDisplayEnabled>true</retail:customerDisplayEnabled>
<retail:peripheralsRequired>true</retail:peripheralsRequired>
<retail:offlineEnabled>true</retail:offlineEnabled>
<retail:themeId>DEFAULT_FIXED</retail:themeId>
</retail:posTerminalTemplate>
POS Terminal - Fixed
<retail:posTerminal>
<retail:deviceId>pos1@0001.enactor</retail:deviceId>
<retail:description>Fixed POS Terminal 1</retail:description>
<retail:terminalNumber>1</retail:terminalNumber>
<retail:mobileTerminal>NONE</retail:mobileTerminal>
<retail:cashDrawerType>jpos</retail:cashDrawerType>
<retail:receiptPrinterType>jpos</retail:receiptPrinterType>
<retail:scannerType>jpos</retail:scannerType>
<retail:scalesType>jpos</retail:scalesType>
<retail:customerDisplayType>jpos</retail:customerDisplayType>
</retail:posTerminal>