Openbravo Issue Tracking System - Retail Modules |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0043864 | Retail Modules | Web POS | public | 2020-04-24 13:21 | 2020-05-14 18:03 |
|
Reporter | jorge-garcia | |
Assigned To | ranjith_qualiantech_com | |
Priority | normal | Severity | major | Reproducibility | sometimes |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | RR20Q3 | |
Merge Request Status | |
Review Assigned To | marvintm |
OBNetwork customer | Gold |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0043864: orderSelectorUtils should use Mobile Processes to block the WebPOS UI |
Description | In orderselectorUtils.js file, the logic to load order or orders is using OB.UTIL.showLoading functions instead of Mobile processes to block WebPOS UI.
If another Mobile process shows a loading scrim, the logic of orderselectorUtils will always hide loading scrim whatever the remaining processes pending to end. |
Steps To Reproduce | 1) In ERP as System Admin, create a new Mobile Process called testLoadOrders and set the process scrim as "Loading scrim"
2) Login in WebPOS and execute in developers tools a small code. This small code will start the "testLoadOrders" process and will include a recursive function to call OB.UTIL.OrderSelectorUtils.checkOrderAndLoad. At the end of the recursive function, it will finish "testLoadOrders" process.
3) For each order loaded, the loading scrim switchs between hidden and shown |
Proposed Solution | OB.UTIL.showLoading should be changed by Mobile Process in code to avoid this situation |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | I43864_possibleFix.diff (11,569) 2020-04-27 15:05 https://issues.openbravo.com/file_download.php?file_id=14399&type=bug |
|
Issue History |
Date Modified | Username | Field | Change |
2020-04-24 13:21 | jorge-garcia | New Issue | |
2020-04-24 13:21 | jorge-garcia | Assigned To | => Retail |
2020-04-24 13:21 | jorge-garcia | OBNetwork customer | => No |
2020-04-24 13:21 | jorge-garcia | Triggers an Emergency Pack | => No |
2020-04-24 13:36 | jorge-garcia | OBNetwork customer | No => Gold |
2020-04-24 13:36 | jorge-garcia | Resolution time | => 1589493600 |
2020-04-27 15:05 | jorge-garcia | File Added: I43864_possibleFix.diff | |
2020-04-27 15:33 | jorge-garcia | Issue Monitored: jorge-garcia | |
2020-04-28 15:10 | ranjith_qualiantech_com | Assigned To | Retail => ranjith_qualiantech_com |
2020-05-05 03:51 | ranjith_qualiantech_com | Status | new => scheduled |
2020-05-06 08:06 | hgbot | Checkin | |
2020-05-06 08:06 | hgbot | Note Added: 0119604 | |
2020-05-06 09:27 | ranjith_qualiantech_com | Note Added: 0119614 | |
2020-05-07 08:24 | ranjith_qualiantech_com | Status | scheduled => resolved |
2020-05-07 08:24 | ranjith_qualiantech_com | Resolution | open => fixed |
2020-05-07 17:48 | adrianromero | Note Added: 0119670 | |
2020-05-07 17:48 | adrianromero | Status | resolved => new |
2020-05-07 17:48 | adrianromero | Resolution | fixed => open |
2020-05-08 08:35 | ranjith_qualiantech_com | Status | new => scheduled |
2020-05-08 13:29 | hgbot | Checkin | |
2020-05-08 13:29 | hgbot | Note Added: 0119697 | |
2020-05-08 13:29 | hgbot | Status | scheduled => resolved |
2020-05-08 13:29 | hgbot | Resolution | open => fixed |
2020-05-08 13:29 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/86f254937804b8a8870e235f0a7b74c93ef165eb [^] |
2020-05-14 18:03 | marvintm | Review Assigned To | => marvintm |
2020-05-14 18:03 | marvintm | Status | resolved => closed |
2020-05-14 18:03 | marvintm | Fixed in Version | => RR20Q3 |
Notes |
|
(0119604)
|
hgbot
|
2020-05-06 08:06
|
|
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 365a60f94e29da28763390b331e5bf29fa3fe4f4
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Wed May 06 11:36:12 2020 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/365a60f94e29da28763390b331e5bf29fa3fe4f4 [^]
Related to issue-43864 : Added ProcessController when clicking receipt in Verified Return
* Removed showLoading when adding PaidReceipt to OrderList
since it is handled in ProcessController
---
M src-db/database/sourcedata/OBMOBC_PROCESS_DEFINITION.xml
M web/org.openbravo.retail.posterminal/js/components/modalorderselector.js
M web/org.openbravo.retail.posterminal/js/model/order.js
---
|
|
|
|
Mobile Process has already added for OB.UTIL.OrderSelectorUtils.checkOrderAndLoad with the name loadPaidReceipts |
|
|
|
All mobile process of type "Loading Scrim" and "Process Scrim" should have a descriptive message in "Process scrim main message" |
|
|
(0119697)
|
hgbot
|
2020-05-08 13:29
|
|
|