Pickup
Scoping Questions
- Is cash pickup (lift) required? (counted, uncounted)
- When are pickups triggered? (threshold, scheduled)
- What denominations are counted?
How To Guide
Configuration Examples
POS terminal template with pickup settings
<retail:posTerminalTemplate
xmlns:core="http://www.enactor.com/core"
xmlns:retail="http://www.enactor.com/retail">
<retail:templateId>STORE_TERMINAL</retail:templateId>
<retail:pickupEnabled>true</retail:pickupEnabled>
<retail:pickupType>COUNTED</retail:pickupType>
<retail:cashDrawerLimit>500.00</retail:cashDrawerLimit>
<retail:autoPickupEnabled>true</retail:autoPickupEnabled>
<retail:autoPickupThreshold>400.00</retail:autoPickupThreshold>
</retail:posTerminalTemplate>