Skip to main content

Safe Cash Management

Scoping Questions
  1. Is safe cash management required? (POS-based or back office)
  2. What safe management actions are needed?
  3. How many safes per location?
Configuration Examples
Safe entity definition
<retail:safe
xmlns:core="http://www.enactor.com/core"
xmlns:retail="http://www.enactor.com/retail">
<retail:safeId>SAFE_STORE_001</retail:safeId>
<retail:descriptions>
<core:string language="en" country="GB">Main Store Safe</core:string>
</retail:descriptions>
<retail:locationId>STORE_001</retail:locationId>
<retail:currencyId>GBP</retail:currencyId>
<retail:cashManagementEnabled>true</retail:cashManagementEnabled>
<retail:spotCheckEnabled>true</retail:spotCheckEnabled>
<retail:bankingEnabled>true</retail:bankingEnabled>
</retail:safe>