Skip to main content

Day Start Process

Scoping Questions
  1. Is the day start process automated or manual?
  2. What steps are required at day start?
  3. Is opening float included in day start?
  4. Are there location-specific day start requirements?
Configuration Examples
POS terminal template with day start settings
<retail:posTerminalTemplate
xmlns:core="http://www.enactor.com/core"
xmlns:retail="http://www.enactor.com/retail">
<retail:templateId>STORE_TERMINAL</retail:templateId>
<retail:dayStartRequired>true</retail:dayStartRequired>
<retail:dayStartFloatRequired>true</retail:dayStartFloatRequired>
<retail:dayStartDenominationBreakdown>true</retail:dayStartDenominationBreakdown>
<retail:dayStartPrintReport>true</retail:dayStartPrintReport>
</retail:posTerminalTemplate>