Openbravo Issue Tracking System - Retail Modules
View Issue Details
0032168Retail ModulesWeb POSpublic2016-02-09 12:442016-02-29 10:25
agete 
ranjith_qualiantech_com 
highmajoralways
closedfixed 
5
 
RR16Q2 
marvintm
No
0032168: [SERQA 654] Incorrect error message when canceling an open till action
If cancel an open till the message: ‘Are you sure you want to log out? Any pending tickets will be deleted. There is no undo for this action. ‘ is raised and it has not sense, if the till is closed, user cannot create tickets.
You need to have sessions module installed in your environment.

1. Make a cash up of the terminal
2. Go to the terminals and tills status window and ensure all your terminals of the store where you are working are closed, if not click the button close till.
3. Look for the process close the store and select the store where you are working and close it
4. Log in again in the POS terminal
5. Start to open the till and cancel the operation in the midle
When there are not pending tickets, do not show this message: ‘Are you sure you want to log out? Any pending tickets will be deleted. There is no undo for this action. ‘ message

only the error message: ‘Are you sure you want to log out?'
SER-QA
Issue History
2016-02-09 12:44ageteNew Issue
2016-02-09 12:44ageteAssigned To => Retail
2016-02-09 12:44ageteResolution time => 1456182000
2016-02-09 12:44ageteTriggers an Emergency Pack => No
2016-02-09 12:44ageteTag Attached: SER-QA
2016-02-09 16:44OrekariaProposed Solution updated
2016-02-09 16:44OrekariaStatusnew => acknowledged
2016-02-11 13:52ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2016-02-11 13:52ranjith_qualiantech_comStatusacknowledged => scheduled
2016-02-18 10:08hgbotCheckin
2016-02-18 10:08hgbotNote Added: 0084312
2016-02-18 10:08hgbotStatusscheduled => resolved
2016-02-18 10:08hgbotResolutionopen => fixed
2016-02-18 10:08hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/089c27b3cc535a6a9a20d012551598b46051f2a3 [^]
2016-02-18 10:08hgbotCheckin
2016-02-18 10:08hgbotNote Added: 0084313
2016-02-29 10:25marvintmReview Assigned To => marvintm
2016-02-29 10:25marvintmStatusresolved => closed
2016-02-29 10:25marvintmFixed in Version => RR16Q2

Notes
(0084312)
hgbot   
2016-02-18 10:08   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 089c27b3cc535a6a9a20d012551598b46051f2a3
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Thu Feb 18 14:37:48 2016 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/089c27b3cc535a6a9a20d012551598b46051f2a3 [^]

Fixes issue 32168 : Changes in Logout Dialog Body Text based on Unpaid Order List

If Order List which are not paid, created in same user session and have atleast one line, then
logout dialog text will display as "Are you sure you want to log out? Any pending tickets will be deleted. There is no undo for this action."
else it will display as "Are you sure you want to log out?"

---
M src-db/database/sourcedata/AD_MESSAGE.xml
M web/org.openbravo.mobile.core/source/component/dialog/ob-logout.js
M web/org.openbravo.mobile.core/source/component/dialog/ob-profile.js
---
(0084313)
hgbot   
2016-02-18 10:08   
Repository: tools/automation/pi-mobile
Changeset: 7242eed20e44ddd25c7a5431d73ce83adccdbb90
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Thu Feb 18 14:37:38 2016 +0530
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/7242eed20e44ddd25c7a5431d73ce83adccdbb90 [^]

Verifies issue 32168: Added automated test 'I32168_VerifyLogOutTextBasedOnOrderList'

---
M src-test/org/openbravo/test/mobile/common/selenium/javascript/TestId.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/loginout/I32168_VerifyLogOutTextBasedOnOrderList.java
---