Openbravo Issue Tracking System - Retail Modules
View Issue Details
0038925Retail ModulesWeb POSpublic2018-07-10 14:272018-07-26 16:06
montesm 
ranjith_qualiantech_com 
highmajoralways
closedfixed 
5
 
RR18Q4 
marvintm
No
0038925: After the pop up error message of type 'System error', the scan 'focus' is lost.
Error message type 'System error':

After confirming the error with the 'ok' button, it is totally impossible to scan any document or product. This causes the appearance of absolute blockage.
Should cause a pop up error of type 'System error'

example: https://drive.google.com/file/d/15hyiTcJYKOxan9grXCx_lmIHYL4pzg9B/view [^]
No tags attached.
png Price_DeleteReceiptERR.png (78,965) 2018-07-10 14:27
https://issues.openbravo.com/file_download.php?file_id=11942&type=bug
png
Issue History
2018-07-10 14:27montesmNew Issue
2018-07-10 14:27montesmAssigned To => adrianromero
2018-07-10 14:27montesmFile Added: Price_DeleteReceiptERR.png
2018-07-10 14:27montesmResolution time => 1532988000
2018-07-12 12:00montesmAssigned Toadrianromero =>
2018-07-18 09:49jorge-garciaProjectJava Client POS => Retail Modules
2018-07-18 09:50jorge-garciaTriggers an Emergency Pack => No
2018-07-18 09:50jorge-garciaCategory01 - General => Web POS
2018-07-18 09:51jorge-garciaAssigned To => Retail
2018-07-19 11:45ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2018-07-19 11:45ranjith_qualiantech_comStatusnew => scheduled
2018-07-24 07:46hgbotCheckin
2018-07-24 07:46hgbotNote Added: 0105846
2018-07-24 07:46hgbotCheckin
2018-07-24 07:46hgbotNote Added: 0105847
2018-07-24 07:46hgbotStatusscheduled => resolved
2018-07-24 07:46hgbotResolutionopen => fixed
2018-07-24 07:46hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/65e6bbb60214a7802e1fe8f82b901fe25387f1ee [^]
2018-07-26 12:27marvintmNote Added: 0105959
2018-07-26 12:27marvintmStatusresolved => new
2018-07-26 12:27marvintmResolutionfixed => open
2018-07-26 13:00hgbotCheckin
2018-07-26 13:00hgbotNote Added: 0105960
2018-07-26 13:00ranjith_qualiantech_comStatusnew => scheduled
2018-07-26 15:17ranjith_qualiantech_comStatusscheduled => resolved
2018-07-26 15:17ranjith_qualiantech_comResolutionopen => fixed
2018-07-26 15:34hgbotCheckin
2018-07-26 15:34hgbotNote Added: 0105962
2018-07-26 16:06marvintmReview Assigned To => marvintm
2018-07-26 16:06marvintmStatusresolved => closed
2018-07-26 16:06marvintmFixed in Version => RR18Q4

Notes
(0105846)
hgbot   
2018-07-24 07:46   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: ca5d974628e23a9f5167f57d3084a44e21f458d3
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Tue Jul 24 11:15:28 2018 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/ca5d974628e23a9f5167f57d3084a44e21f458d3 [^]

Related to issue 38925 : POS should be reload when System error occurs

* When any server exception occurs, POs should be reloaded instead of navigating to pointofsale

---
M web/org.openbravo.mobile.core/source/model/ob-terminal-model.js
---
(0105847)
hgbot   
2018-07-24 07:46   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 65e6bbb60214a7802e1fe8f82b901fe25387f1ee
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Tue Jul 24 11:15:51 2018 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/65e6bbb60214a7802e1fe8f82b901fe25387f1ee [^]

Fixed issue 38925 : POS should be reload when System error occurs

* When any server exception occurs, POs should be reloaded instead of navigating to pointofsale

---
M web/org.openbravo.retail.posterminal/js/login/model/login-model.js
M web/org.openbravo.retail.posterminal/js/utils/cashUpReportUtils.js
---
(0105959)
marvintm   
2018-07-26 12:27   
Forcing a reload() is quite harsh, as it means that we will also execute the full login flow, including the refresh of the masterdata, which most probably here we don't need to do. The problem in fact seems to come from trying to navigate to the current window, which doesn't make sense, so that should be fixed instead.
(0105960)
hgbot   
2018-07-26 13:00   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 5019ca3eaafab589d5641aaa991195b68c661f53
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Thu Jul 26 16:29:01 2018 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/5019ca3eaafab589d5641aaa991195b68c661f53 [^]

Related to issue 38925 : POS should be navaigate to pointofsale when System error occurs

* When any server exception occurs, POS should be navaigated to pointofsale if current window is not pointofsale

---
M web/org.openbravo.retail.posterminal/js/login/model/login-model.js
M web/org.openbravo.retail.posterminal/js/utils/cashUpReportUtils.js
---
(0105962)
hgbot   
2018-07-26 15:34   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 4205606db8f969173910d4376c1938e0502b62f9
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Thu Jul 26 16:29:05 2018 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/4205606db8f969173910d4376c1938e0502b62f9 [^]

Related to issue 38925 : POS should be navaigate to pointofsale when System error occurs

* When any server exception occurs, POS should be navaigated to pointofsale if current window is not pointofsale

---
M web/org.openbravo.mobile.core/source/model/ob-terminal-model.js
---