Openbravo Issue Tracking System - Retail Modules
View Issue Details
0039323Retail ModulesWeb POSpublic2018-09-20 09:462018-10-05 14:36
njimenez 
ranjith_qualiantech_com 
normalminoralways
closedfixed 
5
 
RR19Q1 
marvintm
No
0039323: [STORE SERVER 4638] Enyo scrin it's hide when multi orders charge process take a while and a pop up must show up
In case the multi order charge process take a while and a pop up have to be shown when it's finished, the enyo scrin wont be showed and the user will be able to do transactions before the showed pop up is closed.
1. Set up hardware manager url in POS terminal configuration
2. Log into WebPOS without running hardware manager
3. Type the following code:
OB.UTIL.HookManager.registerHook('OBPOS_PostSyncMultiReceipt', function(args, callback){
setTimeout(function(){
  OB.UTIL.HookManager.callbackExecutor(args, callback);
}, 7000)
});
4. Do a normal multi order transaction
6. After seven seconds the enyo scrin will be hided
No tags attached.
png enyoscrin.png (132,827) 2018-09-20 09:46
https://issues.openbravo.com/file_download.php?file_id=12157&type=bug
png

patch issue 39323 source posterminal.patch (3,664) 2018-10-04 06:44
https://issues.openbravo.com/file_download.php?file_id=12237&type=bug
Issue History
2018-09-20 09:46njimenezNew Issue
2018-09-20 09:46njimenezAssigned To => Retail
2018-09-20 09:46njimenezFile Added: enyoscrin.png
2018-09-20 09:46njimenezResolution time => 1538604000
2018-09-20 09:46njimenezTriggers an Emergency Pack => No
2018-10-03 13:17ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2018-10-03 13:17ranjith_qualiantech_comStatusnew => scheduled
2018-10-04 06:44ranjith_qualiantech_comFile Added: issue 39323 source posterminal.patch
2018-10-05 10:18hgbotCheckin
2018-10-05 10:18hgbotNote Added: 0107172
2018-10-05 10:18hgbotStatusscheduled => resolved
2018-10-05 10:18hgbotResolutionopen => fixed
2018-10-05 10:18hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/b1e307db34fd8c8ea080618e85f20e7fa6174884 [^]
2018-10-05 14:36marvintmReview Assigned To => marvintm
2018-10-05 14:36marvintmStatusresolved => closed
2018-10-05 14:36marvintmFixed in Version => RR19Q1

Notes
(0107172)
hgbot   
2018-10-05 10:18   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: b1e307db34fd8c8ea080618e85f20e7fa6174884
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Fri Oct 05 13:48:39 2018 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/b1e307db34fd8c8ea080618e85f20e7fa6174884 [^]

Fixed issue 39323 : Receipt Printing and Document sequence update in MultiOrder should be present inside PostSyncMultiReceipt hook

* Hook will not called, if any error occurs in receipt print section. So print event and other logics moved inside hook

---
M web/org.openbravo.retail.posterminal/js/data/dataordersave.js
---