Item Sales
Scoping Questions
- What item entry methods are required?
- Keyed entry
- Scanned (barcode)
- Department sale
- Dump code
- What barcode formats are in use?
- Are weighted items sold at POS?
How To Guide
Configuration Examples
POS terminal template with sale settings
<retail:posTerminalTemplate
xmlns:core="http://www.enactor.com/core"
xmlns:retail="http://www.enactor.com/retail">
<retail:templateId>STORE_TERMINAL</retail:templateId>
<retail:itemLookupMethod>BARCODE_SCAN</retail:itemLookupMethod>
<retail:manualItemEntryEnabled>true</retail:manualItemEntryEnabled>
<retail:quantityPromptEnabled>false</retail:quantityPromptEnabled>
<retail:priceCheckEnabled>true</retail:priceCheckEnabled>
</retail:posTerminalTemplate>