Openbravo Issue Tracking System - Retail Modules
View Issue Details
0032721Retail ModulesWeb POSpublic2016-04-20 10:112016-05-17 12:10
migueldejuana 
shivum039 
normalmajoralways
closedfixed 
5
 
 
migueldejuana
No
No
0032721: [MULTISELECTION] Select All button for multiselect lines is not executing receiptLineSelected
In the order detail, "Select All" button is not executing receiptLineSelected function in pointofsale.js. If we select one by one lines, this function is executed.
- Login in Web POS
- Put a breakpoint inside receiptLineSelected function
- Add 2 lines to the order
- Click in the multi select button
- Select lines and see that it stops in the breakpoint
- Press Select All, ERROR: It doesn't stop in the breakpoint
No tags attached.
related to defect 0032981 closed ranjith_qualiantech_com [SER QA 1115] Using Multiple Line Selection feature appear ugly error js 
Issue History
2016-04-20 10:11migueldejuanaNew Issue
2016-04-20 10:11migueldejuanaAssigned To => Retail
2016-04-20 10:11migueldejuanaOBNetwork customer => No
2016-04-20 10:11migueldejuanaTriggers an Emergency Pack => No
2016-05-04 16:07shivum039Assigned ToRetail => shivum039
2016-05-04 16:07shivum039Statusnew => scheduled
2016-05-05 10:43OrekariaSummarySelect All button for multiselect lines is not executing receiptLineSelected => [MULTISELECTION] Select All button for multiselect lines is not executing receiptLineSelected
2016-05-09 06:28hgbotCheckin
2016-05-09 06:28hgbotNote Added: 0086294
2016-05-09 06:28hgbotStatusscheduled => resolved
2016-05-09 06:28hgbotResolutionopen => fixed
2016-05-09 06:28hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/379f88d09b0505fc297d9d368b3979195120a0b8 [^]
2016-05-09 06:28hgbotCheckin
2016-05-09 06:28hgbotNote Added: 0086295
2016-05-17 12:10migueldejuanaReview Assigned To => migueldejuana
2016-05-17 12:10migueldejuanaNote Added: 0086496
2016-05-17 12:10migueldejuanaStatusresolved => closed
2016-05-17 23:23OsmanyRelationship addedrelated to 0032981

Notes
(0086294)
hgbot   
2016-05-09 06:28   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 379f88d09b0505fc297d9d368b3979195120a0b8
Author: Shivanand Madiwalar <shivanand.madiwalar <at> promantia.com>
Date: Fri May 06 15:57:32 2016 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/379f88d09b0505fc297d9d368b3979195120a0b8 [^]

Fixes Issue 32721 : Added Logic To Call receiptLineSelected on Tap of Select All button for multiselect lines .

---
M web/org.openbravo.retail.posterminal/js/components/order.js
---
(0086295)
hgbot   
2016-05-09 06:28   
Repository: tools/automation/pi-mobile
Changeset: 7833333b11b0d63e7c74cf9aef69bcbf19ccf0da
Author: Shivanand Madiwalar <shivanand.madiwalar <at> promantia.com>
Date: Mon May 09 09:47:44 2016 +0530
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/7833333b11b0d63e7c74cf9aef69bcbf19ccf0da [^]

Verifies Issue Issue 32721 : Automated Test Has Been Created ,Which Will Verifies The Select All Button Should Call ReceiptLineSelected Function .

---
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/multiselection/I32721_OnTapSelectAll_Execute_ReceiptLineSelected.java
---
(0086496)
migueldejuana   
2016-05-17 12:10   
Tested and reviewed in ec98fed2ca51