Openbravo Issue Tracking System - Retail Modules
View Issue Details
0031687Retail ModulesWeb POSpublic2015-12-10 11:192018-10-24 19:31
agete 
Orekaria 
highmajoralways
closedfixed 
5
 
RR16Q1 
jorge-garcia
No
0031687: [SERQA 460] Loose error when the user fails to enter proper date format in the open till window
Making an Open till in the WEB POS, the application asks for a business date, if it is not added in a correct format, an error message indicates that the format can not be parsed but it does not indicate to the user how to do it.
It is required to indicate the format to add this business date.
1. Make an open till
2. Add the following business date 2015/12/10
3. Check an error message appears indicating the date can not be parsed, but it does not indicate how to do it
When asking for a business date, indicate how to add it. For example, add the business date dd/mm/yyyy
No tags attached.
related to defect 0031770 new Retail When opening a store, a '-' button must appear instead of a '/' 
Issue History
2015-12-10 11:19ageteNew Issue
2015-12-10 11:19ageteAssigned To => Retail
2015-12-10 11:19ageteResolution time => 1450911600
2015-12-10 11:19ageteTriggers an Emergency Pack => No
2015-12-10 15:40OrekariaSummary[SERQA 460] Indicate in the error message when opening till the business date format => [SERQA 460] Loose error when the user fails to enter proper date format in the open till window
2015-12-10 15:41OrekariaAssigned ToRetail => Orekaria
2015-12-10 15:41OrekariaStatusnew => feedback
2015-12-10 15:41OrekariaStatusfeedback => scheduled
2015-12-10 17:06hgbotCheckin
2015-12-10 17:06hgbotNote Added: 0082645
2015-12-10 17:06hgbotStatusscheduled => resolved
2015-12-10 17:06hgbotResolutionopen => fixed
2015-12-10 17:06hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.sessions/rev/8ccd4a8fd4afd10140bb6b6c193fdfdb7b764c96 [^]
2015-12-10 17:16OrekariaReview Assigned To => guilleaer
2015-12-11 08:05hgbotCheckin
2015-12-11 08:05hgbotNote Added: 0082664
2015-12-23 17:46jorge-garciaRelationship addedrelated to 0031770
2015-12-23 17:47jorge-garciaNote Added: 0082970
2015-12-23 17:47jorge-garciaReview Assigned Toguilleaer => jorge-garcia
2015-12-23 17:48jorge-garciaStatusresolved => closed
2015-12-23 17:48jorge-garciaFixed in Version => RR16Q1
2018-10-24 19:31hgbotCheckin
2018-10-24 19:31hgbotNote Added: 0107556

Notes
(0082645)
hgbot   
2015-12-10 17:06   
Repository: erp/pmods/org.openbravo.retail.sessions
Changeset: 8ccd4a8fd4afd10140bb6b6c193fdfdb7b764c96
Author: Rafa Alonso <ral <at> openbravo.com>
Date: Thu Dec 10 16:03:36 2015 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.sessions/rev/8ccd4a8fd4afd10140bb6b6c193fdfdb7b764c96 [^]

Fixes issue 31687: More helpful error message

---
M src-db/database/sourcedata/AD_MESSAGE.xml
M web/org.openbravo.retail.sessions/js/components/BusinessDateModel.js
---
(0082664)
hgbot   
2015-12-11 08:05   
Repository: tools/automation/pi-mobile
Changeset: c04a2163a823adb8664586f884fc3f468ba6808f
Author: Rafa Alonso <ral <at> openbravo.com>
Date: Thu Dec 10 17:03:14 2015 +0100
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/c04a2163a823adb8664586f884fc3f468ba6808f [^]

Verifies issue 31687: Added automated test 'I31687_ErrorMessageOpeningTill'

---
M src-test/org/openbravo/test/mobile/common/selenium/terminals/WebPOSExtModulesTerminalHelper.java
M src-test/org/openbravo/test/mobile/common/selenium/utils/AllowedErrorsHelper.java
M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/sessions/openstoretill/OpenStoreTill.java
A src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/sessions/openstoretill/I31687_ErrorMessageOpeningTill.java
---
(0082970)
jorge-garcia   
2015-12-23 17:47   
Code review and testing ok
(0107556)
hgbot   
2018-10-24 19:31   
Repository: tools/automation/pi-mobile
Changeset: c300d841ecc91e297e4c434eb593a709c2bce50a
Author: Alejandro <alekosmp86 <at> gmail.com>
Date: Tue Oct 23 11:13:04 2018 -0400
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/c300d841ecc91e297e4c434eb593a709c2bce50a [^]

Related to issue 31687: Test refactor in order to stabilize it in ci.

---
M src-test/org/openbravo/test/mobile/core/utils/AllowedErrorsHelper.java
M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/sessions/openstoretill/I31687_ErrorMessageOpeningTill.java
---