Float
Scoping Questions
- How are terminal floats managed? (opening float, closing float)
- What is the standard float amount?
- 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>