Openbravo Issue Tracking System - Retail Modules
View Issue Details
0040404Retail ModulesWeb POSpublic2019-03-18 13:182019-03-28 14:10
malsasua 
ranjith_qualiantech_com 
highmajoralways
closedfixed 
5
 
RR19Q2 
marvintm
No
0040404: Verystar is locked when payment method is changed
When user first select one verystar payment method, and after that, change to another verystar payment method, the request to check if the payment has been completed are not executed for the second payment method
[POS]
. do login
. add line
. pay using Verystar payment method pm1
  -> barcode is displayed
  -> in Chrome Developers Tools -> Network tab -> new requests are created to check if the payment has been done
. cancel payment with pm1
. pay using verystar payment method pm2
  -> barcode is displayed
  -> in Chrome Developers Tools -> Network tab -> the new requests are not created, so, never is checked if the payment has been completed or not-> ERROR
See attachments
No tags attached.
related to defect 0040510 closed ranjith_qualiantech_com Verystar is locked when Force button is clicked 
diff issueVeryStar_org.openbravo.retail.verystar.diff (745) 2019-03-18 13:30
https://issues.openbravo.com/file_download.php?file_id=12758&type=bug
diff issueVeryStar_org.openbravo.retail.selfcheckout.verystar.diff (813) 2019-03-18 13:30
https://issues.openbravo.com/file_download.php?file_id=12759&type=bug
Issue History
2019-03-18 13:18malsasuaNew Issue
2019-03-18 13:18malsasuaAssigned To => Retail
2019-03-18 13:18malsasuaResolution time => 1554933600
2019-03-18 13:18malsasuaTriggers an Emergency Pack => No
2019-03-18 13:30malsasuaFile Added: issueVeryStar_org.openbravo.retail.verystar.diff
2019-03-18 13:30malsasuaFile Added: issueVeryStar_org.openbravo.retail.selfcheckout.verystar.diff
2019-03-18 14:44ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2019-03-18 14:44ranjith_qualiantech_comStatusnew => scheduled
2019-03-19 10:42hgbotCheckin
2019-03-19 10:42hgbotNote Added: 0110488
2019-03-19 10:42hgbotCheckin
2019-03-19 10:42hgbotNote Added: 0110489
2019-03-20 06:21ranjith_qualiantech_comStatusscheduled => resolved
2019-03-20 06:21ranjith_qualiantech_comResolutionopen => fixed
2019-03-28 14:10marvintmReview Assigned To => marvintm
2019-03-28 14:10marvintmStatusresolved => closed
2019-03-28 14:10marvintmFixed in Version => RR19Q2
2019-04-03 09:31ranjith_qualiantech_comRelationship addedrelated to 0040510

Notes
(0110488)
hgbot   
2019-03-19 10:42   
Repository: erp/pmods/org.openbravo.retail.selfcheckout.verystar
Changeset: 98f8304b47d867cb6fc04c91a7af187117b0efff
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Tue Mar 19 15:12:34 2019 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.selfcheckout.verystar/rev/98f8304b47d867cb6fc04c91a7af187117b0efff [^]

Related to issue 40404 : Validated Order Query interval

* Refactored clearInterval and added new method in OBVER.UTIL

---
M web/org.openbravo.retail.selfcheckout.verystar/js/hooks/preNavigatePOSHook.js
M web/org.openbravo.retail.selfcheckout.verystar/js/panels/mobilePaymentPanel.js
---
(0110489)
hgbot   
2019-03-19 10:42   
Repository: erp/pmods/org.openbravo.retail.verystar
Changeset: 445582f331bf9c36bb312f58972746431aabb20f
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Tue Mar 19 15:12:31 2019 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.verystar/rev/445582f331bf9c36bb312f58972746431aabb20f [^]

Related to issue 40404 : Validated Order Query interval

* Refactored clearInterval and added new method in OBVER.UTIL

---
M web/org.openbravo.retail.verystar/js/provider/qrProvider.js
M web/org.openbravo.retail.verystar/js/utils/verystarUtils.js
---