Openbravo Issue Tracking System - Retail Modules
View Issue Details
0030823Retail ModulesWeb POSpublic2015-09-15 08:002015-09-29 15:05
guillermogil 
Orekaria 
normalmajorrandom
closedfixed 
5
 
RR15Q4 
marvintm
No
0030823: Sometimes the Id of the order model is null
While executing Reject Quotation test sometimes a random error appears that doesn't reject the Quotation.
The root cause is that on those cases the Id of the order model is null.
Apply the attached patch to see the OB.error on the tests.
* Execute Reject Quotation test several times in the same suite (I'm not able to reproduce it manually)
* You will see that OB.error message has appeared saying that ti Id of the order model is null
No tags attached.
related to feature request 0029877 closed ebecerra Quotation rejections for WebPOS 
blocks defect 0030472RR15Q4 closed Orekaria Stabilization: Sometimes the incoming 'creationDate' is not correct 
diff error.diff (782) 2015-09-15 08:01
https://issues.openbravo.com/file_download.php?file_id=8445&type=bug
Issue History
2015-09-15 08:00guillermogilNew Issue
2015-09-15 08:00guillermogilAssigned To => Retail
2015-09-15 08:00guillermogilTriggers an Emergency Pack => No
2015-09-15 08:01guillermogilFile Added: error.diff
2015-09-15 08:01guillermogilRelationship addedrelated to 0029877
2015-09-16 22:48OrekariaRelationship addedblocks 0030472
2015-09-17 23:12hgbotCheckin
2015-09-17 23:12hgbotNote Added: 0080472
2015-09-17 23:12hgbotStatusnew => resolved
2015-09-17 23:12hgbotResolutionopen => fixed
2015-09-17 23:12hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/ebd99aa5245d1d1395300e0bb9b33abab6db158a [^]
2015-09-17 23:14hgbotCheckin
2015-09-17 23:14hgbotNote Added: 0080473
2015-09-18 20:36OrekariaReview Assigned To => marvintm
2015-09-18 22:40OrekariaAssigned ToRetail => Orekaria
2015-09-29 15:05marvintmStatusresolved => closed
2015-09-29 15:05marvintmFixed in Version => RR15Q4

Notes
(0080472)
hgbot   
2015-09-17 23:12   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: ebd99aa5245d1d1395300e0bb9b33abab6db158a
Author: Rafa Alonso <ral <at> openbravo.com>
Date: Thu Sep 17 23:10:38 2015 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/ebd99aa5245d1d1395300e0bb9b33abab6db158a [^]

Fixes issue 30823: Wrap the loading of the server receipts

- the process of the loading of the server receipt has been wrapped by SynchronizationHelper calls
- the scrim background is shown while the order is being loaded
- a check to verify that the id is set when a quotation is rejected has been added

---
M web/org.openbravo.retail.posterminal/js/components/modalpaidreceipts.js
M web/org.openbravo.retail.posterminal/js/model/order.js
---
(0080473)
hgbot   
2015-09-17 23:14   
Repository: tools/automation/pi-mobile
Changeset: da1a78a1ee767342efab8cdc02c527b785a11806
Author: Rafa Alonso <ral <at> openbravo.com>
Date: Tue Sep 15 19:07:35 2015 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/da1a78a1ee767342efab8cdc02c527b785a11806 [^]

Related to issue 30823: Better test logic for the search buttons

---
M src-test/org/openbravo/test/mobile/common/selenium/javascript/EnyoNode.java
M src-test/org/openbravo/test/mobile/common/selenium/javascript/TestId.java
---