Openbravo Issue Tracking System - Retail Modules
View Issue Details
0040718Retail ModulesWeb POSpublic2019-04-30 12:062019-05-09 11:33
nicolasuriz 
ranjith_qualiantech_com 
highmajoralways
closedfixed 
5
 
 
migueldejuana
No
0040718: When you select an orderline, the first time you use + or -, the buttons of delete or add new ticket are not locked.
The issue is that whenever you click in an orderline and you try to add or remove one unity of quantity with the + or - in the keypad of the POS, only in the FIRST TIME you do that, the buttons of add new ticket and remove are not locked giving the chance of delete it or add a new ticket even before calculating the current one. That can make some errors to happen in production environment.
1) Login the POS
2) Add one product
3) Select the order line
4) Add one quantity of the product and check the situation.
5) You can reproduce it always if you click again in the lines and adding one or removing quantity by using + or -.
No tags attached.
Issue History
2019-04-30 12:06nicolasurizNew Issue
2019-04-30 12:06nicolasurizAssigned To => Retail
2019-04-30 12:06nicolasurizResolution time => 1558303200
2019-04-30 12:06nicolasurizRegression date => 2019-04-30
2019-04-30 12:06nicolasurizTriggers an Emergency Pack => No
2019-04-30 12:16guillermogilRegression date2019-04-30 =>
2019-04-30 12:23nicolasurizDescription Updatedbug_revision_view_page.php?rev_id=18690#r18690
2019-05-02 13:55ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2019-05-02 13:55ranjith_qualiantech_comStatusnew => scheduled
2019-05-04 07:58hgbotCheckin
2019-05-04 07:58hgbotNote Added: 0111480
2019-05-04 07:58hgbotStatusscheduled => resolved
2019-05-04 07:58hgbotResolutionopen => fixed
2019-05-04 07:58hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/586215b3595bc2378c9803b0f911a56b01d1ab76 [^]
2019-05-09 11:33migueldejuanaReview Assigned To => migueldejuana
2019-05-09 11:33migueldejuanaNote Added: 0111591
2019-05-09 11:33migueldejuanaStatusresolved => closed

Notes
(0111480)
hgbot   
2019-05-04 07:58   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 586215b3595bc2378c9803b0f911a56b01d1ab76
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Sat May 04 11:23:19 2019 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/586215b3595bc2378c9803b0f911a56b01d1ab76 [^]

Fixed issue 40718 : Button Delete and New in Left toolbar should be disabled when mobile processes are in execution

* If Button is disabled and isLocked will be set as true, when mobile processes are started.
  When mobile processes are finished, isLocked will be set as false and button will be enabled
  When button is try to enable due to tab change event or others, it will not enabled until isLocked is false.
* Above case updated for payment tab process buttons

---
M web/org.openbravo.retail.posterminal/js/pointofsale/view/payment.js
M web/org.openbravo.retail.posterminal/js/pointofsale/view/toolbar-left.js
---
(0111591)
migueldejuana   
2019-05-09 11:33   
Tested and reviewed