Cash Up Method
Scoping Questions
- What cash up method is required?
- Cash up and leave
- Cash up and empty
- Cash up and closing float
- Is blind cash up required?
- What variance reporting is needed?
How To Guide
Configuration Examples
POS terminal template with cashup method settings
<retail:posTerminalTemplate
xmlns:core="http://www.enactor.com/core"
xmlns:retail="http://www.enactor.com/retail">
<retail:templateId>STORE_TERMINAL</retail:templateId>
<retail:cashUpEnabled>true</retail:cashUpEnabled>
<retail:cashUpMethod>CASH_UP_AND_EMPTY</retail:cashUpMethod>
<retail:blindCashUp>false</retail:blindCashUp>
<retail:cashUpRequiresDenominationBreakdown>true</retail:cashUpRequiresDenominationBreakdown>
<retail:cashUpVarianceTolerance>5.00</retail:cashUpVarianceTolerance>
<retail:printCashUpReport>true</retail:printCashUpReport>
</retail:posTerminalTemplate>