Openbravo Issue Tracking System - Retail Modules
View Issue Details
0028312Retail ModulesWeb POSpublic2014-11-28 09:432014-12-14 23:12
malsasua 
marvintm 
urgentmajoralways
closedfixed 
20Community Appliance
 
RR15Q1 
mtaal
No
0028312: "Loading" window is hidden before than the receipt has been send to the backend
when the hardware manager is not available, when a receipt is paid, the "loading" window is hidden before than the receipt has been send to the backend
. in backend, in posterminal, configure "hardware url" with a not valid url (for example: http://55.55.55.55:8090/printer [^])
. in webpos:
 . do a receipt
 . pay it
 . loading window is displayed
 . error is displayed: Printer and display are not available.
 . loading window is hidden
 . receipt has not been deleted
(see video attached)
No tags attached.
duplicate of defect 0028250 closed adrianromero During the process of closing a receipt UI remains responsive allowing to execute actions 
? issueDoneButton.ogv (1,872,403) 2014-11-28 09:43
https://issues.openbravo.com/file_download.php?file_id=7555&type=bug
Issue History
2014-11-28 09:43malsasuaNew Issue
2014-11-28 09:43malsasuaAssigned To => marvintm
2014-11-28 09:43malsasuaFile Added: issueDoneButton.ogv
2014-11-28 09:43malsasuaTriggers an Emergency Pack => No
2014-12-01 10:54malsasuaRelationship addedrelated to 0028250
2014-12-01 10:55malsasuaRelationship deletedrelated to 0028250
2014-12-01 10:55malsasuaRelationship addedduplicate of 0028250
2014-12-01 18:29hgbotCheckin
2014-12-01 18:29hgbotNote Added: 0072214
2014-12-01 18:29hgbotStatusnew => resolved
2014-12-01 18:29hgbotResolutionopen => fixed
2014-12-01 18:29hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/4583a01d6acb310e81f30a6e25e3b2f29f9eb2ef [^]
2014-12-14 23:12mtaalReview Assigned To => mtaal
2014-12-14 23:12mtaalNote Added: 0072469
2014-12-14 23:12mtaalStatusresolved => closed
2014-12-14 23:12mtaalFixed in Version => RR15Q1

Notes
(0072214)
hgbot   
2014-12-01 18:29   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 4583a01d6acb310e81f30a6e25e3b2f29f9eb2ef
Author: Miguel A. Alsasua <miguel.alsasua <at> openbravo.com>
Date: Mon Dec 01 18:28:35 2014 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/4583a01d6acb310e81f30a6e25e3b2f29f9eb2ef [^]

fixed issue 28312: the called to deleteCurrent function now is executed without wait to the callback to print

when the even 'print' is triggered, the called to deleteCurrent is executed immediatly, no is executed in the callback
To support it, the function 'print' use the parameter 'order', before it used the main receipt

---
M web/org.openbravo.retail.posterminal/js/pointofsale/model/pointofsale-model.js
M web/org.openbravo.retail.posterminal/js/pointofsale/model/pointofsale-print.js
M web/org.openbravo.retail.posterminal/js/pointofsale/view/pointofsale.js
---
(0072469)
mtaal   
2014-12-14 23:12   
Reviewed and tested