Openbravo Issue Tracking System - Retail Modules
View Issue Details
0037638Retail ModulesWeb POSpublic2018-01-15 13:452018-01-25 14:17
airaceburu 
ranjith_qualiantech_com 
normalmajorsometimes
closedfixed 
5
 
RR18Q2 
marvintm
No
0037638: Scanning through barcode scanner during ticket deleting
When delete ticket is slow can happen that if one user does scan a product during it the isCalculateGrossLocked is set to true then the calculateGross o the new receipt happen and as : this.isCalculateGrossLocked === true then
OB.error("calculateGross execution is forbidden right now");
return
this set all the values wrong and later on it will fail due to divides by zero
Scan a product with a barcode scanner during ticket deleting
Lock the scanning during ticket deleting
No tags attached.
blocks defect 0049654 closed ranjith_qualiantech_com Unable to add products via RFID, keyboard cannot be entered After deleting the receipt, RFID was disabled/disconnected 
Issue History
2018-01-15 13:45airaceburuNew Issue
2018-01-15 13:45airaceburuAssigned To => Retail
2018-01-15 13:45airaceburuResolution time => 1517180400
2018-01-15 13:45airaceburuTriggers an Emergency Pack => No
2018-01-18 11:08ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2018-01-18 11:08ranjith_qualiantech_comStatusnew => scheduled
2018-01-19 13:22hgbotCheckin
2018-01-19 13:22hgbotNote Added: 0101791
2018-01-19 13:22hgbotStatusscheduled => resolved
2018-01-19 13:22hgbotResolutionopen => fixed
2018-01-19 13:22hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/10d99113b6f541f0c2eb22df855c55b977783d8d [^]
2018-01-25 14:17marvintmReview Assigned To => marvintm
2018-01-25 14:17marvintmStatusresolved => closed
2018-01-25 14:17marvintmFixed in Version => RR18Q2
2022-06-27 10:00swathi_kamalRelationship addedblocks 0049654

Notes
(0101791)
hgbot   
2018-01-19 13:22   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 10d99113b6f541f0c2eb22df855c55b977783d8d
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Fri Jan 19 17:52:13 2018 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/10d99113b6f541f0c2eb22df855c55b977783d8d [^]

Fixed issue 37638 : Set scanningFocus as false while deleting receipt

* scanningFocus will restore while receipt clear event is triggered

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