Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0031877
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Retail Modules] Web POSmajoralways2016-01-14 08:282016-06-22 09:43
ReporterguillermogilView Statuspublic 
Assigned Tomigueldejuana 
PriorityimmediateResolutionfixedFixed in Version
StatusclosedFix in branchFixed in SCM revision515a9b97a64f
ProjectionnoneETAnoneTarget Version
OSLinux 64 bitDatabasePostgreSQLJava version1.6.0_18
OS VersionProfessional ApplianceDatabase version8.3.9Ant version1.7.1
Product VersionSCM revision 
Review Assigned Toguilleaer
Regression levelProduction - QA Approved
Regression date2015-09-24
Regression introduced in releaseRR15Q4
Regression introduced by commithttps://code.openbravo.com/erp/pmods/org.openbravo.retail.returns/rev/611f7cddcbd891a4fa95074875daf911972a77af [^]
Triggers an Emergency PackNo
Summary

0031877: It is not possible to add twice the same verified return partially to the order when the maximum quantity is not reached

DescriptionIt is not possible to add twice the same verified return to the order altough the maximum quantity is not reached.

You can add partially a verified return and if you try to add it again partially WebPOS does nothing.
Steps To ReproduceComplete an order with 6 Avalanche Transceivers
Go to Verify Returns popup
Search that order
Add 2 Avalanche Transceivers
Go to Verify Returns popup again
Add 3 Avalanche Transceivers
Click OK button

On 15Q3 is allowed to add them. On 15Q4 when you click OK button it does nothing
TagsNo tags attached.
Attached Filespatch file icon issue 31877 Source 178.patch [^] (909 bytes) 2016-01-14 14:49 [Show Content]
patch file icon issue 31877 Test 4892.patch [^] (4,127 bytes) 2016-01-14 14:49 [Show Content]
patch file icon issue 31877 Return quantity issue + popup msg 256.patch [^] (2,655 bytes) 2016-06-06 09:42 [Show Content]

- Relationships Relation Graph ] Dependency Graph ]
depends on backport 0032057RR16Q1 closedranjith_qualiantech_com It is not possible to add twice the same verified return partially to the order when the maximum quantity is not reached 
depends on backport 0032058RR15Q4.2 closedranjith_qualiantech_com It is not possible to add twice the same verified return partially to the order when the maximum quantity is not reached 
caused by defect 0030816 closedmario_castello It is possible to return the same ticket more than once 
causes defect 0033149 closedmigueldejuana It is possible to add twice the same verified return partially to the order when the maximum quantity is reached 

-  Notes
(0083423)
hgbot (developer)
2016-01-20 06:34

Repository: erp/pmods/org.openbravo.retail.returns
Changeset: ca558e1f022db5b8d049ec36a2029b1bc21ba122
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Wed Jan 20 11:03:36 2016 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.returns/rev/ca558e1f022db5b8d049ec36a2029b1bc21ba122 [^]

Fixes issue 31877 : Verify Return Qty exceeds until Total Quantity reaches

---
M web/org.openbravo.retail.returns/js/modalReturnLines.js
---
(0083425)
hgbot (developer)
2016-01-20 06:34

Repository: tools/automation/pi-mobile
Changeset: 018fdd4355fa0778d2868dd50134c57be3dee0a2
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Tue Jan 19 12:43:47 2016 +0530
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/018fdd4355fa0778d2868dd50134c57be3dee0a2 [^]

Verifies issue 31877: Added automated test 'I31877_VerifyReturnQtyWithTotalQty'

---
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/returns/I31877_VerifyReturnQtyWithTotalQty.java
---
(0083722)
guilleaer (manager)
2016-01-29 12:33

code reviewed and tested. Regression information filled
(0084208)
hgbot (developer)
2016-02-15 16:10

Repository: retail/backports/3.0RR16Q1/org.openbravo.retail.returns
Changeset: 4dc503cdb1cbb9629047e8003423b1c74e00de08
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Wed Jan 20 11:03:36 2016 +0530
URL: http://code.openbravo.com/retail/backports/3.0RR16Q1/org.openbravo.retail.returns/rev/4dc503cdb1cbb9629047e8003423b1c74e00de08 [^]

Fixed issue 0032057 backport of issue 31877 : Verify Return Qty exceeds until Total Quantity reaches

---
M web/org.openbravo.retail.returns/js/modalReturnLines.js
---
(0087016)
ranjith_qualiantech_com (developer)
2016-06-06 09:52
edited on: 2016-06-06 09:52

issue 31877 Return quantity issue + popup msg 256.patch attached
Previous Fix is not working below scenario,
Complete an order with 6 Avalanche Transceivers
Go to Verify Returns popup
Search that order
Add 4 Avalanche Transceivers
Process the order
Go to Verify Returns popup
Add 2 Avalanche Transceivers
Click OK button
Go to Verify Returns popup again
Add 2 Avalanche Transceivers
It should give an error, but its not showing it

For the above issue, fix is attached
and also,
error msg is replaced by popup msg

(0087346)
hgbot (developer)
2016-06-16 14:56

Repository: erp/pmods/org.openbravo.retail.returns
Changeset: 324b8f0d0add63d5f66cecb7dbb4aec164a894db
Author: Miguel de Juana <miguel.dejuana <at> openbravo.com>
Date: Thu Jun 16 07:45:25 2016 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.returns/rev/324b8f0d0add63d5f66cecb7dbb4aec164a894db [^]

Related to issue 0031877: It is not possible to add twice the same verified return partially to the order when the maximum quantity is not reached

- Backout ca558e1f022d
- Solve regrssions chain with one fix

---
M web/org.openbravo.retail.returns/js/modalReturnLines.js
---
(0087646)
migueldejuana (developer)
2016-06-20 09:48

Backout and fix regression avoiding creating more issues
(0087647)
migueldejuana (developer)
2016-06-20 09:49

Repository: erp/pmods/org.openbravo.retail.returns
Changeset: 2aef76e761868a6e58b9c89fdb5b51522e6d59a4
Author: Miguel de Juana <miguel.dejuana <at> openbravo.com>
Date: Thu Jun 16 09:46:26 2016 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.returns/rev/2aef76e761868a6e58b9c89fdb5b51522e6d59a4 [^] [^]

Fixed issue 0030816: It is possible to return the same ticket more than once

- Check all open orders when adding a verified return line to the ticket
- If we exceed the qty available to return the line is not added
- Manage correctly remaining qty, initial qty and selected qty

---
M web/org.openbravo.retail.returns/js/modalReturnLines.js
---

Repository: erp/pmods/org.openbravo.retail.returns
Changeset: 5c1446007fc8dd4339071363c1782db4347cec7e
Author: Miguel de Juana <miguel.dejuana <at> openbravo.com>
Date: Thu Jun 16 11:21:47 2016 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.returns/rev/5c1446007fc8dd4339071363c1782db4347cec7e [^] [^]

Fixed issue 0030816: It is possible to return the same ticket more than once

- Cover also lines with item in differents bins

---
M web/org.openbravo.retail.returns/js/modalReturnLines.js
---
(0087731)
hgbot (developer)
2016-06-21 15:42

Repository: retail/backports/3.0RR16Q1.4/org.openbravo.retail.returns
Changeset: 236bfb3d8f345cdb13ae0b1bc628d29ebbbe751b
Author: Miguel de Juana <miguel.dejuana <at> openbravo.com>
Date: Thu Jun 16 07:45:25 2016 +0200
URL: http://code.openbravo.com/retail/backports/3.0RR16Q1.4/org.openbravo.retail.returns/rev/236bfb3d8f345cdb13ae0b1bc628d29ebbbe751b [^]

Related to issue 0031877: It is not possible to add twice the same verified return partially to the order when the maximum quantity is not reached

- Backout ca558e1f022d
- Solve regrssions chain with one fix

---
M web/org.openbravo.retail.returns/js/modalReturnLines.js
---
(0087738)
hgbot (developer)
2016-06-21 16:45

Repository: retail/backports/3.0RR16Q2.1/org.openbravo.retail.returns
Changeset: 13cefac57bf5945a615e475455d2c84bc641ec46
Author: Miguel de Juana <miguel.dejuana <at> openbravo.com>
Date: Thu Jun 16 07:45:25 2016 +0200
URL: http://code.openbravo.com/retail/backports/3.0RR16Q2.1/org.openbravo.retail.returns/rev/13cefac57bf5945a615e475455d2c84bc641ec46 [^]

Related to issue 0031877: It is not possible to add twice the same verified return partially to the order when the maximum quantity is not reached

- Backout ca558e1f022d
- Solve regrssions chain with one fix

---
M web/org.openbravo.retail.returns/js/modalReturnLines.js
---

- Issue History
Date Modified Username Field Change
2016-01-14 08:28 guillermogil New Issue
2016-01-14 08:28 guillermogil Assigned To => Retail
2016-01-14 08:28 guillermogil Resolution time => 1452898800
2016-01-14 08:28 guillermogil Regression level => Production - QA Approved
2016-01-14 08:28 guillermogil Triggers an Emergency Pack => No
2016-01-14 10:52 Orekaria Status new => acknowledged
2016-01-14 11:42 Orekaria Description Updated View Revisions
2016-01-14 11:46 Orekaria Summary It is not possible to add twice the same verified return partially to the order altough the maximum quantity is not reached => [HGVOL] It is not possible to add twice the same verified return partially to the order even the maximum quantity is not reached
2016-01-14 11:46 Orekaria Summary [HGVOL] It is not possible to add twice the same verified return partially to the order even the maximum quantity is not reached => [HGVOL] It is not possible to add twice the same verified return partially to the order when the maximum quantity is not reached
2016-01-14 11:48 Orekaria Summary [HGVOL] It is not possible to add twice the same verified return partially to the order when the maximum quantity is not reached => It is not possible to add twice the same verified return partially to the order when the maximum quantity is not reached
2016-01-14 11:58 guillermogil Description Updated View Revisions
2016-01-14 14:49 ranjith_qualiantech_com File Added: issue 31877 Source 178.patch
2016-01-14 14:49 ranjith_qualiantech_com File Added: issue 31877 Test 4892.patch
2016-01-18 07:23 ranjith_qualiantech_com Assigned To Retail => ranjith_qualiantech_com
2016-01-18 07:23 ranjith_qualiantech_com Status acknowledged => scheduled
2016-01-20 06:34 hgbot Checkin
2016-01-20 06:34 hgbot Note Added: 0083423
2016-01-20 06:34 hgbot Status scheduled => resolved
2016-01-20 06:34 hgbot Resolution open => fixed
2016-01-20 06:34 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.returns/rev/ca558e1f022db5b8d049ec36a2029b1bc21ba122 [^]
2016-01-20 06:34 hgbot Checkin
2016-01-20 06:34 hgbot Note Added: 0083425
2016-01-29 12:32 guilleaer Regression date => 2015-09-24
2016-01-29 12:32 guilleaer Regression introduced in release => RR15Q4
2016-01-29 12:32 guilleaer Regression introduced by commit => https://code.openbravo.com/erp/pmods/org.openbravo.retail.returns/rev/611f7cddcbd891a4fa95074875daf911972a77af [^]
2016-01-29 12:33 guilleaer Review Assigned To => guilleaer
2016-01-29 12:33 guilleaer Note Added: 0083722
2016-01-29 12:33 guilleaer Status resolved => closed
2016-01-29 12:33 guilleaer Fixed in Version => RR16Q1
2016-01-29 12:33 guilleaer Status closed => new
2016-01-29 12:33 guilleaer Resolution fixed => open
2016-01-29 12:33 guilleaer Fixed in Version RR16Q1 =>
2016-01-29 12:34 guilleaer Status new => scheduled
2016-01-29 12:34 guilleaer Status scheduled => resolved
2016-01-29 12:34 guilleaer Fixed in Version => RR16Q2
2016-01-29 12:34 guilleaer Resolution open => fixed
2016-01-29 12:34 guilleaer Status resolved => closed
2016-02-02 13:29 hgbot Checkin
2016-02-02 13:29 hgbot Note Added: 0083846
2016-02-02 13:29 hgbot Status closed => resolved
2016-02-02 13:29 hgbot Fixed in SCM revision http://code.openbravo.com/erp/pmods/org.openbravo.retail.returns/rev/ca558e1f022db5b8d049ec36a2029b1bc21ba122 [^] => http://code.openbravo.com/retail/backports/3.0RR15Q4.2/org.openbravo.retail.returns/rev/515a9b97a64f2570e28ed28e14fd023ea2890f36 [^]
2016-02-03 09:14 guilleaer Note Deleted: 0083846
2016-02-03 09:14 guilleaer Status resolved => closed
2016-02-15 16:10 hgbot Checkin
2016-02-15 16:10 hgbot Note Added: 0084208
2016-06-06 09:42 ranjith_qualiantech_com File Added: issue 31877 Return quantity issue + popup msg 256.patch
2016-06-06 09:52 ranjith_qualiantech_com Note Added: 0087016
2016-06-06 09:52 ranjith_qualiantech_com Note Edited: 0087016 View Revisions
2016-06-15 13:38 dmitry_mezentsev Relationship added causes 0033149
2016-06-15 13:39 dmitry_mezentsev Relationship added caused by 0030816
2016-06-16 14:56 hgbot Checkin
2016-06-16 14:56 hgbot Note Added: 0087346
2016-06-20 09:48 migueldejuana Assigned To ranjith_qualiantech_com => migueldejuana
2016-06-20 09:48 migueldejuana Note Added: 0087646
2016-06-20 09:48 migueldejuana Status closed => new
2016-06-20 09:48 migueldejuana Resolution fixed => open
2016-06-20 09:48 migueldejuana Fixed in Version RR16Q2 =>
2016-06-20 09:48 migueldejuana Status new => scheduled
2016-06-20 09:49 migueldejuana Note Added: 0087647
2016-06-20 09:49 migueldejuana Status scheduled => resolved
2016-06-20 09:49 migueldejuana Resolution open => fixed
2016-06-21 15:42 hgbot Checkin
2016-06-21 15:42 hgbot Note Added: 0087731
2016-06-21 16:45 hgbot Checkin
2016-06-21 16:45 hgbot Note Added: 0087738
2016-06-22 09:43 marvintm Status resolved => closed


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker