Skip to main content

Float

Scoping Questions
  1. How are terminal floats managed? (opening float, closing float)
  2. What is the standard float amount?
  3. Are float amounts configurable by location?
Configuration Examples
POS terminal template with float settings
<retail:posTerminalTemplate
xmlns:core="http://www.enactor.com/core"
xmlns:retail="http://www.enactor.com/retail">
<retail:templateId>STORE_TERMINAL</retail:templateId>
<retail:floatEnabled>true</retail:floatEnabled>
<retail:defaultFloatAmount>200.00</retail:defaultFloatAmount>
<retail:floatRequiresDenominationBreakdown>true</retail:floatRequiresDenominationBreakdown>
<retail:closingFloatEnabled>true</retail:closingFloatEnabled>
<retail:closingFloatAmount>200.00</retail:closingFloatAmount>
</retail:posTerminalTemplate>