Day Start Process
Scoping Questions
- Is the day start process automated or manual?
- What steps are required at day start?
- Is opening float included in day start?
- 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>