Openbravo Issue Tracking System - Retail Modules
View Issue Details
0032069Retail ModulesWeb POSpublic2016-02-01 11:232016-04-20 14:37
jorge-garcia 
ranjith_qualiantech_com 
normalmajoralways
closedfixed 
5
 
 
migueldejuana
No
0032069: Button quantity must be disabled if there is a non grouped product in a multiple lines selection
When the user selects a single non grouped product, the button quantity is disabled. In a receipt, if the user selects more than one line and there is any product non grouped, the button quantity must be disabled.

Furthermore, the buttons "-" and "+" from the keypad must be disabled in this case too.
1) Go to the ERP
  1.1) Go to the window Products
  1.2) Open record Avalanche Transceiver and uncheck field Grouped Product.
  1.3) Save the record
2) Go to the WebPOS
  2.1) Add the products in the following order: Avalanche transceiver, Headlamp ultralight and Insect repellent.
  2.2) Select only the Avalanche transceiver line and verify that the quantity button is disabled.
  2.3) Select the Avalanche transceiver and the ultralight headlamp and verify that the button is enabled (this is wrong).
  2.4) Select Ultralight Headlamp and then Avalanche transceiver and verify that the button is disabled (this is ok).
No tags attached.
related to defect 0030892 closed fmolina You can add more quantity to not grouped lines 
causes defect 0039176 closed ranjith_qualiantech_com Cannot modify quantity of more than one line at the same time if them initial quantity is different 
png issue.png (365,622) 2016-02-01 11:44
https://issues.openbravo.com/file_download.php?file_id=8989&type=bug
Issue History
2016-02-01 11:23jorge-garciaNew Issue
2016-02-01 11:23jorge-garciaAssigned To => Retail
2016-02-01 11:23jorge-garciaTriggers an Emergency Pack => No
2016-02-01 11:44jorge-garciaFile Added: issue.png
2016-02-03 08:45hgbotCheckin
2016-02-03 08:45hgbotNote Added: 0083880
2016-03-15 16:48OrekariaRelationship addedrelated to 0030892
2016-03-15 16:53SanjotaAssigned ToRetail => Sanjota
2016-03-15 16:56SanjotaStatusnew => acknowledged
2016-03-15 19:02OrekariaStatusacknowledged => scheduled
2016-03-22 18:06jorge-garciaAssigned ToSanjota => Retail
2016-03-22 18:06jorge-garciaStatusscheduled => acknowledged
2016-03-24 10:58ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2016-03-24 10:58ranjith_qualiantech_comStatusacknowledged => scheduled
2016-04-11 08:39hgbotCheckin
2016-04-11 08:39hgbotNote Added: 0085541
2016-04-11 08:39hgbotCheckin
2016-04-11 08:39hgbotNote Added: 0085543
2016-04-11 08:39hgbotStatusscheduled => resolved
2016-04-11 08:39hgbotResolutionopen => fixed
2016-04-11 08:39hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/a9bc2d2f7a3dc11a6c5003f9503ae88886072b45 [^]
2016-04-20 14:37migueldejuanaReview Assigned To => migueldejuana
2016-04-20 14:37migueldejuanaNote Added: 0085779
2016-04-20 14:37migueldejuanaStatusresolved => closed
2018-08-28 09:35ranjith_qualiantech_comRelationship addedcauses 0039176

Notes
(0083880)
hgbot   
2016-02-03 08:45   
Repository: tools/automation/pi-mobile
Changeset: 29faae525681b87ed03b868dcc31bac34732cefa
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Mon Feb 01 11:33:05 2016 +0100
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/29faae525681b87ed03b868dcc31bac34732cefa [^]

Related to issue 32048: Click "-" button on a negative line of a not grouped

Two changes are necessary
* Change test I30892_AddMoreQtyNotGroupedProducts, because with this fix, the
button plus and minus are disabled with non grouped products.
* Wait the fix of the issue 32069 for the test DisablePlusMinusMultipleLines.

---
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/multiselection/DisablePlusMinusMultipleLines.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/I30892_AddMoreQtyNotGroupedProducts.java
---
(0085541)
hgbot   
2016-04-11 08:39   
Repository: tools/automation/pi-mobile
Changeset: 9a78fd53f21b216e7564aa37636c5a63c51744fc
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Mon Apr 11 12:06:54 2016 +0530
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/9a78fd53f21b216e7564aa37636c5a63c51744fc [^]

Verifies issue 32069 : Added automated test 'I32069_VerifyLnSelectWithGroupProduct'

---
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/I32069_VerifyLnSelectWithGroupProduct.java
---
(0085543)
hgbot   
2016-04-11 08:39   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: a9bc2d2f7a3dc11a6c5003f9503ae88886072b45
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Mon Apr 11 12:08:13 2016 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/a9bc2d2f7a3dc11a6c5003f9503ae88886072b45 [^]

Fixes issue 32069 : Changes in Receipt line selection, Enable Toolbar button based on product attributes

---
M web/org.openbravo.retail.posterminal/js/pointofsale/view/keyboardorder.js
M web/org.openbravo.retail.posterminal/js/pointofsale/view/pointofsale.js
M web/org.openbravo.retail.posterminal/js/pointofsale/view/toolbar-right.js
---
(0085779)
migueldejuana   
2016-04-20 14:37   
Tested and reviewed