Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0038925 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Retail Modules] Web POS | major | always | 2018-07-10 14:27 | 2018-07-26 16:06 | |||
Reporter | montesm | View Status | public | |||||
Assigned To | ranjith_qualiantech_com | |||||||
Priority | high | Resolution | fixed | Fixed in Version | RR18Q4 | |||
Status | closed | Fix in branch | Fixed in SCM revision | 65e6bbb60214 | ||||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Merge Request Status | ||||||||
Review Assigned To | marvintm | |||||||
OBNetwork customer | OBPS | |||||||
Support ticket | ||||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0038925: After the pop up error message of type 'System error', the scan 'focus' is lost. | |||||||
Description | 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. | |||||||
Steps To Reproduce | Should cause a pop up error of type 'System error' example: https://drive.google.com/file/d/15hyiTcJYKOxan9grXCx_lmIHYL4pzg9B/view [^] | |||||||
Tags | No tags attached. | |||||||
Attached Files | ![]() | |||||||
![]() |
|
![]() |
|
(0105846) hgbot (developer) 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 (developer) 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 (viewer) 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 (developer) 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 (developer) 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 --- |
![]() |
|||
Date Modified | Username | Field | Change |
2018-07-10 14:27 | montesm | New Issue | |
2018-07-10 14:27 | montesm | Assigned To | => adrianromero |
2018-07-10 14:27 | montesm | File Added: Price_DeleteReceiptERR.png | |
2018-07-10 14:27 | montesm | OBNetwork customer | => Yes |
2018-07-10 14:27 | montesm | Resolution time | => 1532988000 |
2018-07-12 12:00 | montesm | Assigned To | adrianromero => |
2018-07-18 09:49 | jorge-garcia | Project | Java Client POS => Retail Modules |
2018-07-18 09:50 | jorge-garcia | Triggers an Emergency Pack | => No |
2018-07-18 09:50 | jorge-garcia | Category | 01 - General => Web POS |
2018-07-18 09:51 | jorge-garcia | Assigned To | => Retail |
2018-07-19 11:45 | ranjith_qualiantech_com | Assigned To | Retail => ranjith_qualiantech_com |
2018-07-19 11:45 | ranjith_qualiantech_com | Status | new => scheduled |
2018-07-24 07:46 | hgbot | Checkin | |
2018-07-24 07:46 | hgbot | Note Added: 0105846 | |
2018-07-24 07:46 | hgbot | Checkin | |
2018-07-24 07:46 | hgbot | Note Added: 0105847 | |
2018-07-24 07:46 | hgbot | Status | scheduled => resolved |
2018-07-24 07:46 | hgbot | Resolution | open => fixed |
2018-07-24 07:46 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/65e6bbb60214a7802e1fe8f82b901fe25387f1ee [^] |
2018-07-26 12:27 | marvintm | Note Added: 0105959 | |
2018-07-26 12:27 | marvintm | Status | resolved => new |
2018-07-26 12:27 | marvintm | Resolution | fixed => open |
2018-07-26 13:00 | hgbot | Checkin | |
2018-07-26 13:00 | hgbot | Note Added: 0105960 | |
2018-07-26 13:00 | ranjith_qualiantech_com | Status | new => scheduled |
2018-07-26 15:17 | ranjith_qualiantech_com | Status | scheduled => resolved |
2018-07-26 15:17 | ranjith_qualiantech_com | Resolution | open => fixed |
2018-07-26 15:34 | hgbot | Checkin | |
2018-07-26 15:34 | hgbot | Note Added: 0105962 | |
2018-07-26 16:06 | marvintm | Review Assigned To | => marvintm |
2018-07-26 16:06 | marvintm | Status | resolved => closed |
2018-07-26 16:06 | marvintm | Fixed in Version | => RR18Q4 |
Copyright © 2000 - 2009 MantisBT Group |