Openbravo Issue Tracking System - Retail Modules
View Issue Details
0032054Retail ModulesWeb POSpublic2016-01-29 08:402016-03-08 11:50
guillermogil 
Retail 
immediatemajoralways
closedfixed 
5
 
RR16Q1RR16Q1 
marvintm
2015-10-16
https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/d562c7c609e132cdcbdffa0523002f8959728eb9 [^]
No
0032054: Click "-" button on a negative line of a not grouped product generates a positive line
Click "-" button on a negative line of a not grouped product generates a positive line.
It should add another negative line.
Configure avalanche as not gruouped
Add it to the ticket
Return it
Click "-" button
Currently, the quantity button is already disabled for non-grouped products. It's not consistent to have the - and + enabled in that situation, so they should be disabled for non-grouped products also.
No tags attached.
blocks defect 0032048 closed jorge-garcia Click "-" button on a negative line of a not grouped product generates a positive line 
Issue History
2016-01-29 10:28OrekariaTypedefect => backport
2016-01-29 10:28OrekariaTarget Version => RR16Q1
2016-02-09 14:12guillermogilIssue Monitored: guillermogil
2016-02-12 09:24jorge-garciaRegression date => 2015-10-16
2016-02-12 09:24jorge-garciaRegression introduced by commit => https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/d562c7c609e132cdcbdffa0523002f8959728eb9 [^]
2016-02-15 16:07hgbotCheckin
2016-02-15 16:07hgbotNote Added: 0084189
2016-02-15 16:07hgbotStatusscheduled => resolved
2016-02-15 16:07hgbotResolutionopen => fixed
2016-02-15 16:07hgbotFixed in SCM revision => http://code.openbravo.com/retail/backports/3.0RR16Q1/org.openbravo.mobile.core/rev/3e9e02546e5b08630e973275f9a58f1dc4e2ef76 [^]
2016-02-15 16:08hgbotCheckin
2016-02-15 16:08hgbotNote Added: 0084190
2016-03-03 13:24marvintmReview Assigned To => marvintm
2016-03-03 13:24marvintmStatusresolved => closed
2016-03-03 13:24marvintmFixed in Version => RR16Q1
2016-03-08 11:50hgbotCheckin
2016-03-08 11:50hgbotNote Added: 0084817

Notes
(0084189)
hgbot   
2016-02-15 16:07   
Repository: retail/backports/3.0RR16Q1/org.openbravo.mobile.core
Changeset: 3e9e02546e5b08630e973275f9a58f1dc4e2ef76
Author: Mario Castello <mario.castello <at> peoplewalking.com>
Date: Fri Feb 12 14:22:10 2016 -0600
URL: http://code.openbravo.com/retail/backports/3.0RR16Q1/org.openbravo.mobile.core/rev/3e9e02546e5b08630e973275f9a58f1dc4e2ef76 [^]

Fixed issue 32054 backport of issue 32048: Click - button on a negative line of a not grouped product generates a positive line

---
M web/org.openbravo.mobile.core/source/component/ob-keyboard.js
---
(0084190)
hgbot   
2016-02-15 16:08   
Repository: retail/backports/3.0RR16Q1/org.openbravo.retail.posterminal
Changeset: ee8df653cef1df99b80e92123393fcabf026b8d5
Author: Mario Castello <mario.castello <at> peoplewalking.com>
Date: Fri Feb 12 14:29:26 2016 -0600
URL: http://code.openbravo.com/retail/backports/3.0RR16Q1/org.openbravo.retail.posterminal/rev/ee8df653cef1df99b80e92123393fcabf026b8d5 [^]

Related to issue 32054 backport of issue 32048: Click - button on a negative line of a not grouped product generates a positive line

---
M web/org.openbravo.retail.posterminal/js/pointofsale/view/pointofsale.js
---
(0084817)
hgbot   
2016-03-08 11:50   
Repository: tools/automation/pi-mobile
Changeset: a4285a0e290516aa50aad3506ff262e6f079a833
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Tue Mar 08 10:01:33 2016 +0100
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/a4285a0e290516aa50aad3506ff262e6f079a833 [^]

Related to issue 32054: Click "-" button on a negative line of a not grouped
product generates a positive line

The test I30892_AddMoreQtyNotGroupedProducts must be changed because
plus/minus button are now disabled if the product is not grouped.

---
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/I30892_AddMoreQtyNotGroupedProducts.java
---