Locations - Store, EM, Warehouse, DC
Scoping Questions
General
- What location types are required? (store, office/estate manager, warehouse, web shop)
- How many stores are there, and what are their Location IDs? (e.g. 0001, 0002)
- What Branch Numbers should be assigned to each store?
- Which Region should each location be assigned to?
- What is the start date for each location?
Address and Contact
- What is the address for each location? (organisation, street, town, county, postcode, country code)
- What is the contact email and phone number for each location?
Cash Management
- What cash management method is required? (TERMINAL or STORE)
- What denomination entry method? (EITHER, VALUE_ONLY, QUANTITY_ONLY)
- Should cashed-up sessions be auto-finalised?
- What is the maximum number of cashup recounts allowed?
- Should a float check be performed after sign-on?
Receipts and Messages
- What receipt header and trailer lines are required?
- What receipt header/trailer images should be used?
- Is a customer welcome message required?
- What is the till closed message?
Security
- How many failed sign-on attempts are allowed before lockout?
- What is the failed sign-on warning count?
Day End
- Which days of the week is the store open? (for day-end configuration)
Other
- Are any nearest stores configured for stock lookup?
- What is the default warehouse for each store?
- Are bank details required for each location?
Configuration Examples
Store Location
<retail:store
xmlns:core="http://www.enactor.com/core"
xmlns:retail="http://www.enactor.com/retail">
<retail:locationId>0001</retail:locationId>
<retail:description>Enactor Store</retail:description>
<retail:locationType>store</retail:locationType>
<retail:startDate>2014-05-08T00:00:00+01:00</retail:startDate>
<retail:locationAddress>
<retail:countryCodeId>GBR</retail:countryCodeId>
<retail:organisation>Enactor</retail:organisation>
<retail:street1>Enactor House</retail:street1>
<retail:street2>1 Bluecoats</retail:street2>
<retail:town>Hertford</retail:town>
<retail:county>Hertfordshire</retail:county>
<retail:postCode>SG14 1PB</retail:postCode>
<retail:email>info@enactor.co.uk</retail:email>
<retail:phone1>01992 500881</retail:phone1>
</retail:locationAddress>
<retail:groupId groupHierarchyId="All" groupTypeId="region">UK</retail:groupId>
<retail:branchNumber>1</retail:branchNumber>
<retail:isLive>true</retail:isLive>
<retail:templateKey>STORE_TEMPLATE_UK</retail:templateKey>
<retail:cashManagementMethod>TERMINAL</retail:cashManagementMethod>
<retail:denominationEntryMethod>EITHER</retail:denominationEntryMethod>
<retail:autoFinaliseCashedUpSessions>false</retail:autoFinaliseCashedUpSessions>
<retail:nearestStores>0003</retail:nearestStores>
<retail:trailerLines>Thank you for shopping at Enactor</retail:trailerLines>
<retail:receiptHeaderImageId type="bmp" category="RECEIPT">ENACTOR</retail:receiptHeaderImageId>
<retail:dayEnd><retail:day>1</retail:day></retail:dayEnd>
<retail:dayEnd><retail:day>2</retail:day></retail:dayEnd>
<!-- ... days 3-7 ... -->
</retail:store>
Other location types in the reference set: retail:office (Estate Manager), retail:warehouse (UK Warehouse), retail:store with locationId "WebShop" (Web Shop).