Openbravo Issue Tracking System - Retail Modules
View Issue Details
0039176Retail ModulesWeb POSpublic2018-08-23 11:362018-09-21 08:29
anderaranguren 
ranjith_qualiantech_com 
urgentmajoralways
closedfixed 
5
pi 
RR18Q4 
marvintm
No
0039176: Cannot modify quantity of more than one line at the same time if them initial quantity is different
Cannot modify quantity of more than one line at the same time if them initial quantity is different.
For example:
Bottle 1L qty 1
Adhesive body warmers qty 2

If the quantities are
Bottle 1L qty 2
Adhesive body warmers qty 2
It is possible to change the quantity at the same time
Login Web POS
Add 1 Bottle 1L.
Add 2 Adhesive body warmers
Select one line
Press pin button
Select the second line
In Edit Window try to press quantity button
It is disabled
No tags attached.
caused by defect 0032069 closed ranjith_qualiantech_com Button quantity must be disabled if there is a non grouped product in a multiple lines selection 
png SelectAll.png (182,298) 2018-08-23 11:36
https://issues.openbravo.com/file_download.php?file_id=12072&type=bug
png
Issue History
2018-08-23 11:36anderarangurenNew Issue
2018-08-23 11:36anderarangurenAssigned To => Retail
2018-08-23 11:36anderarangurenFile Added: SelectAll.png
2018-08-23 11:36anderarangurenResolution time => 1536789600
2018-08-23 11:36anderarangurenTriggers an Emergency Pack => No
2018-08-23 11:45RenateNieuwkoopIssue Monitored: RenateNieuwkoop
2018-08-23 11:55DavidRicordelIssue Monitored: DavidRicordel
2018-08-28 09:34ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2018-08-28 09:35ranjith_qualiantech_comStatusnew => scheduled
2018-08-28 09:35ranjith_qualiantech_comRelationship addedcaused by 0032069
2018-09-03 15:25hgbotCheckin
2018-09-03 15:25hgbotNote Added: 0106585
2018-09-03 15:25hgbotStatusscheduled => resolved
2018-09-03 15:25hgbotResolutionopen => fixed
2018-09-03 15:25hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/fefc314588e5659a3a3d233dfb0452f7c471f29a [^]
2018-09-03 15:26hgbotCheckin
2018-09-03 15:26hgbotNote Added: 0106586
2018-09-11 18:12marvintmNote Added: 0106685
2018-09-11 18:12marvintmStatusresolved => new
2018-09-11 18:12marvintmResolutionfixed => open
2018-09-13 12:17ranjith_qualiantech_comStatusnew => scheduled
2018-09-18 09:21hgbotCheckin
2018-09-18 09:21hgbotNote Added: 0106823
2018-09-18 09:21hgbotStatusscheduled => resolved
2018-09-18 09:21hgbotResolutionopen => fixed
2018-09-18 09:21hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/fefc314588e5659a3a3d233dfb0452f7c471f29a [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/2950727650885f990c0d412518a66ed03446e7d8 [^]
2018-09-18 09:21hgbotCheckin
2018-09-18 09:21hgbotNote Added: 0106824
2018-09-21 08:29marvintmReview Assigned To => marvintm
2018-09-21 08:29marvintmStatusresolved => closed
2018-09-21 08:29marvintmFixed in Version => RR18Q4

Notes
(0106585)
hgbot   
2018-09-03 15:25   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: fefc314588e5659a3a3d233dfb0452f7c471f29a
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Mon Sep 03 18:55:42 2018 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/fefc314588e5659a3a3d233dfb0452f7c471f29a [^]

Fixed issue 39176 : Keyboard Qty button should be enabled if multiple lines have different quantities

---
M web/org.openbravo.retail.posterminal/js/pointofsale/view/pointofsale.js
---
(0106586)
hgbot   
2018-09-03 15:26   
Repository: tools/automation/pi-mobile
Changeset: 4da83bb09655683f3c2e77ca9598afbd71b1dd42
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Mon Sep 03 18:55:53 2018 +0530
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/4da83bb09655683f3c2e77ca9598afbd71b1dd42 [^]

Verifies issue 39176 : Modified automated test 'I32721_OnTapSelectAll_Execute_ReceiptLineSelected'

---
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/multiselection/I32721_OnTapSelectAll_Execute_ReceiptLineSelected.java
---
(0106685)
marvintm   
2018-09-11 18:12   
The change is correct for the Quantity button. However, it makes sense to do the same change also for the '+' and'-' buttons, which currently follow the same rule that the Quantity used before, which is equally incorrect and confusing.
(0106823)
hgbot   
2018-09-18 09:21   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 2950727650885f990c0d412518a66ed03446e7d8
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Tue Sep 18 12:50:47 2018 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/2950727650885f990c0d412518a66ed03446e7d8 [^]

Fixed issue 39176 : Keyboard Plus and Minus button should be enabled if multiple lines have different quantities

* Removed selectedModelsSameQty flag in Keyboard

---
M web/org.openbravo.retail.posterminal/js/pointofsale/view/keyboardorder.js
M web/org.openbravo.retail.posterminal/js/pointofsale/view/pointofsale.js
---
(0106824)
hgbot   
2018-09-18 09:21   
Repository: tools/automation/pi-mobile
Changeset: 3dd2e560c795773dbbb035e5ed031b02f0a560d7
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Mon Sep 17 11:52:42 2018 +0530
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/3dd2e560c795773dbbb035e5ed031b02f0a560d7 [^]

Verifies issue 39176 : Modified automated test 'I32721_OnTapSelectAll_Execute_ReceiptLineSelected'

---
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/multiselection/I32721_OnTapSelectAll_Execute_ReceiptLineSelected.java
---