Openbravo Issue Tracking System - Retail Modules
View Issue Details
0036726Retail ModulesWeb POSpublic2017-08-28 11:122017-10-06 13:00
malsasua 
jorge-garcia 
normalmajorhave not tried
closedfixed 
5
 
RR18Q1 
marvintm
No
0036726: grey screen is displayed and never hidden when "Enable Popup for Error message" is enabled
When the preference "Enable Popup for Error message" is enabled, if error message is displayed during the login, when the login has finished, grey screen is displayed and never hidden
backoffice> set to "Y" the preference "Enable Popup for Error message"
backoffice> in posterminal window, set "hw manager url" to "https://localhost:8190/printer" [^]
(HW Manager is not running)
POS> do login
popup message "printer and display are not available" is displayed and hidden quickly (see attachment)
POS> login has finished, but "grey" window is displayed and never hidden (see attachment)

No tags attached.
png login_error.png (62,688) 2017-08-28 11:12
https://issues.openbravo.com/file_download.php?file_id=11017&type=bug
png

png grey_window.png (131,856) 2017-08-28 11:25
https://issues.openbravo.com/file_download.php?file_id=11018&type=bug
png
Issue History
2017-08-28 11:12malsasuaNew Issue
2017-08-28 11:12malsasuaAssigned To => Retail
2017-08-28 11:12malsasuaFile Added: login_error.png
2017-08-28 11:12malsasuaResolution time => 1505685600
2017-08-28 11:12malsasuaTriggers an Emergency Pack => No
2017-08-28 11:25malsasuaFile Added: grey_window.png
2017-09-05 14:59rqueraltaAssigned ToRetail => rqueralta
2017-09-05 15:01rqueraltaStatusnew => scheduled
2017-10-03 09:01jorge-garciaAssigned Torqueralta => jorge-garcia
2017-10-03 17:43hgbotCheckin
2017-10-03 17:43hgbotNote Added: 0099741
2017-10-03 17:43hgbotStatusscheduled => resolved
2017-10-03 17:43hgbotResolutionopen => fixed
2017-10-03 17:43hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/bbe9007009ca227ad1716bfcea48f59b2faa39c1 [^]
2017-10-06 12:46marvintmNote Added: 0099795
2017-10-06 12:50hgbotCheckin
2017-10-06 12:50hgbotNote Added: 0099796
2017-10-06 13:00marvintmReview Assigned To => marvintm
2017-10-06 13:00marvintmStatusresolved => closed
2017-10-06 13:00marvintmFixed in Version => RR18Q1

Notes
(0099741)
hgbot   
2017-10-03 17:43   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: bbe9007009ca227ad1716bfcea48f59b2faa39c1
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Tue Oct 03 10:48:21 2017 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/bbe9007009ca227ad1716bfcea48f59b2faa39c1 [^]

Fixed issue 36726: grey screen is displayed and never hidden when "Enable
Popup for Error message" is enabled

The solution is to move the call to loadModels instead of using it in
initModels and with this, wait until the pointofsale windows is
displayed.

---
M web/org.openbravo.retail.posterminal/js/pointofsale/model/pointofsale-model.js
---
(0099795)
marvintm   
2017-10-06 12:46   
The OB.OBPOSPointOfSale.Print.ReceiptLine change should be reverted, otherwise the line information is not printed correctly when it's added.
(0099796)
hgbot   
2017-10-06 12:50   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 28e4de0adcbf2fabe2e920284694be18892a9ac2
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Fri Oct 06 12:34:54 2017 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/28e4de0adcbf2fabe2e920284694be18892a9ac2 [^]

Related to issue 36726: grey screen is displayed and never hidden when "Enable
Popup for Error message" is enabled

Move logic to print lines of the receipt to it's original position,
it is not needed for welcome template.

---
M web/org.openbravo.retail.posterminal/js/pointofsale/model/pointofsale-model.js
---