Skip to main content

Cash Up Method

Scoping Questions
  1. What cash up method is required?
    • Cash up and leave
    • Cash up and empty
    • Cash up and closing float
  2. Is blind cash up required?
  3. What variance reporting is needed?
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>