Openbravo Issue Tracking System - Retail Modules
View Issue Details
0038174Retail ModulesWeb POSpublic2018-03-20 10:572018-07-16 17:53
malsasua 
ranjith_qualiantech_com 
immediatemajoralways
closedfixed 
5
 
RR18Q2 
marvintm
Pre packaging ( pi )
https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/673ffa9d029c2c2df59bf9b7dd3e80f50215233e [^]
No
0038174: when DONE button is clicked, screen is freeze
When the cash payment method, in the terminal type is configured as "open drawer before closing ticket", and receipt is completed, when you click in DONE button, the POS is freeze and it is not responding
BO:
. in POS Terminal Type, in Cash payment method:
  . Open Drawer Before Closing Ticket: yes

POS:
. new receipt
. pay it using Cash
. click in Open button
POS is freeze and it is not responding
No tags attached.
caused by defect 0037705 closed jorge-garcia Done button is only disabled for 1 second. So it is possible to click it twice if synchronization is slow 
Issue History
2018-03-20 10:57malsasuaNew Issue
2018-03-20 10:57malsasuaAssigned To => Retail
2018-03-20 10:57malsasuaResolution time => 1521759600
2018-03-20 10:57malsasuaRegression level => Pre packaging ( pi )
2018-03-20 10:57malsasuaTriggers an Emergency Pack => No
2018-03-20 14:42ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2018-03-20 14:42ranjith_qualiantech_comStatusnew => scheduled
2018-03-22 06:44hgbotCheckin
2018-03-22 06:44hgbotNote Added: 0103403
2018-03-22 06:44hgbotStatusscheduled => resolved
2018-03-22 06:44hgbotResolutionopen => fixed
2018-03-22 06:44hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/3c32857f9f9f16c58967a85d5a105e32eb982e0b [^]
2018-03-22 08:48marvintmRegression introduced by commit => https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/673ffa9d029c2c2df59bf9b7dd3e80f50215233e [^]
2018-03-22 09:02hgbotCheckin
2018-03-22 09:02hgbotNote Added: 0103413
2018-03-22 09:02hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/3c32857f9f9f16c58967a85d5a105e32eb982e0b [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/b1a4d567b682b005a7f54b317ece9b3d234da74f [^]
2018-03-22 09:55marvintmReview Assigned To => marvintm
2018-03-22 09:55marvintmStatusresolved => closed
2018-03-22 09:55marvintmFixed in Version => RR18Q2
2018-07-16 17:53maiteRelationship addedcaused by 0037705

Notes
(0103403)
hgbot   
2018-03-22 06:44   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 3c32857f9f9f16c58967a85d5a105e32eb982e0b
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Thu Mar 22 11:13:56 2018 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/3c32857f9f9f16c58967a85d5a105e32eb982e0b [^]

Fixed issue 38174 : Hide scrim when openDrawer is completed

* receipt paymentDone is validated with flag to avoid multiple calls

---
M web/org.openbravo.retail.posterminal/js/model/order.js
M web/org.openbravo.retail.posterminal/js/pointofsale/model/pointofsale-model.js
M web/org.openbravo.retail.posterminal/js/pointofsale/view/payment.js
---
(0103413)
hgbot   
2018-03-22 09:02   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: b1a4d567b682b005a7f54b317ece9b3d234da74f
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Thu Mar 22 13:32:32 2018 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/b1a4d567b682b005a7f54b317ece9b3d234da74f [^]

Fixed issue 38174 : Removed unwanted scrim code while clicking DONE button

---
M web/org.openbravo.retail.posterminal/js/pointofsale/view/payment.js
---