Skip to main content

Store and Recall Transaction

Scoping Questions
  1. Is store and recall required during sales?
  2. Should transactions auto-store on user logoff?
  3. What recall methods are needed? (by receipt, by user, by customer)
Configuration Examples
Store and recall settings
<retail:posTerminalTemplate
xmlns:core="http://www.enactor.com/core"
xmlns:retail="http://www.enactor.com/retail">
<retail:templateId>STORE_TERMINAL</retail:templateId>
<retail:storeTransactionEnabled>true</retail:storeTransactionEnabled>
<retail:recallTransactionEnabled>true</retail:recallTransactionEnabled>
<retail:storedTransactionExpiryHours>24</retail:storedTransactionExpiryHours>
<retail:recallFromOtherTerminal>true</retail:recallFromOtherTerminal>
</retail:posTerminalTemplate>