Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0033149 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Retail Modules] Web POS | minor | always | 2016-06-06 11:28 | 2016-06-23 13:37 | |||
Reporter | migueldejuana | View Status | public | |||||
Assigned To | migueldejuana | |||||||
Priority | normal | Resolution | fixed | Fixed in Version | ||||
Status | closed | Fix in branch | Fixed in SCM revision | 404e800a9115 | ||||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Review Assigned To | marvintm | |||||||
Regression level | QA functional test | |||||||
Regression date | 2016-01-20 | |||||||
Regression introduced in release | ||||||||
Regression introduced by commit | https://code.openbravo.com/erp/pmods/org.openbravo.retail.returns/rev/ca558e1f022db5b8d049ec36a2029b1bc21ba122 [^] | |||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0033149: It is possible to add twice the same verified return partially to the order when the maximum quantity is reached | |||||||
Description | It is possible to add twice the same verified return partially to the order when the maximum quantity is reached. You can add partially a verified return, process it. Load again same verified return and if you try to add it again partially more than remaining qty WebPOS allow you to do it. | |||||||
Steps To Reproduce | 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 | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | ||||||||||||||||||||||||||||||||||||
|
Notes | |
(0087036) hgbot (developer) 2016-06-06 16:08 |
Repository: tools/automation/pi-mobile Changeset: 6bc360266418929e253b0c23a0ae11f573e12734 Author: Ranjith S R <ranjith <at> qualiantech.com> Date: Mon Jun 06 19:37:27 2016 +0530 URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/6bc360266418929e253b0c23a0ae11f573e12734 [^] Verifies issue 33149 : Added automated test 'I33149_VerifyReturnQtyWithTotalQty' --- A src-test/org/openbravo/test/mobile/quarantine/pack/RAN/returns/I33149_VerifyReturnQtyWithTotalQty.java --- |
(0087037) hgbot (developer) 2016-06-06 16:08 |
Repository: erp/pmods/org.openbravo.retail.returns Changeset: 404e800a91154eea4e0519afb65f9e476a49ef34 Author: Ranjith S R <ranjith <at> qualiantech.com> Date: Mon Jun 06 19:20:16 2016 +0530 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.returns/rev/404e800a91154eea4e0519afb65f9e476a49ef34 [^] Fixes issue 33149 : Replacing remaining qty with return quantity - backout changeset : ca558e1f022d - Replaced OB Error with Popup Msg --- M web/org.openbravo.retail.returns/js/modalReturnLines.js --- |
(0087345) hgbot (developer) 2016-06-16 14:56 |
Repository: erp/pmods/org.openbravo.retail.returns Changeset: b5011305fa67b817b9614c05ec2733e44428177d Author: Miguel de Juana <miguel.dejuana <at> openbravo.com> Date: Thu Jun 16 07:42:47 2016 +0200 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.returns/rev/b5011305fa67b817b9614c05ec2733e44428177d [^] Related to issue 33149 : Replacing remaining qty with return quantity. - Backout 404e800a9115 - Solve regressions chain with one fix --- M web/org.openbravo.retail.returns/js/modalReturnLines.js --- |
(0087648) migueldejuana (developer) 2016-06-20 09:49 |
Backout and fix regression avoiding creating more issues |
(0087649) migueldejuana (developer) 2016-06-20 09:50 |
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 --- |
(0087730) hgbot (developer) 2016-06-21 15:42 |
Repository: retail/backports/3.0RR16Q1.4/org.openbravo.retail.returns Changeset: 449e95036410331e9010e2807d5595abcb329317 Author: Miguel de Juana <miguel.dejuana <at> openbravo.com> Date: Tue Jun 21 15:18:49 2016 +0200 URL: http://code.openbravo.com/retail/backports/3.0RR16Q1.4/org.openbravo.retail.returns/rev/449e95036410331e9010e2807d5595abcb329317 [^] Related to issue 33149 : Replacing remaining qty with return quantity. - Backout 404e800a9115 - Solve regressions chain with one fix --- M web/org.openbravo.retail.returns/js/modalReturnLines.js --- |
(0087737) hgbot (developer) 2016-06-21 16:45 |
Repository: retail/backports/3.0RR16Q2.1/org.openbravo.retail.returns Changeset: 552672cfa15cc1bffd4340ae9981470c8b8eb738 Author: Miguel de Juana <miguel.dejuana <at> openbravo.com> Date: Thu Jun 16 07:42:47 2016 +0200 URL: http://code.openbravo.com/retail/backports/3.0RR16Q2.1/org.openbravo.retail.returns/rev/552672cfa15cc1bffd4340ae9981470c8b8eb738 [^] Related to issue 33149 : Replacing remaining qty with return quantity. - Backout 404e800a9115 - Solve regressions chain with one fix --- M web/org.openbravo.retail.returns/js/modalReturnLines.js --- |
Issue History | |||
Date Modified | Username | Field | Change |
2016-06-06 11:28 | migueldejuana | New Issue | |
2016-06-06 11:28 | migueldejuana | Assigned To | => ranjith_qualiantech_com |
2016-06-06 11:28 | migueldejuana | Triggers an Emergency Pack | => No |
2016-06-06 11:28 | migueldejuana | Status | new => scheduled |
2016-06-06 11:30 | migueldejuana | Regression level | => QA functional test |
2016-06-06 11:30 | migueldejuana | Regression date | => 2016-01-20 |
2016-06-06 11:30 | migueldejuana | Regression introduced by commit | => https://code.openbravo.com/erp/pmods/org.openbravo.retail.returns/rev/ca558e1f022db5b8d049ec36a2029b1bc21ba122 [^] |
2016-06-06 16:08 | hgbot | Checkin | |
2016-06-06 16:08 | hgbot | Note Added: 0087036 | |
2016-06-06 16:08 | hgbot | Checkin | |
2016-06-06 16:08 | hgbot | Note Added: 0087037 | |
2016-06-06 16:08 | hgbot | Status | scheduled => resolved |
2016-06-06 16:08 | hgbot | Resolution | open => fixed |
2016-06-06 16:08 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.retail.returns/rev/404e800a91154eea4e0519afb65f9e476a49ef34 [^] |
2016-06-06 19:25 | marvintm | Review Assigned To | => marvintm |
2016-06-06 19:25 | marvintm | Status | resolved => closed |
2016-06-15 13:08 | guillermogil | Relationship added | causes 0033274 |
2016-06-15 13:38 | dmitry_mezentsev | Relationship added | caused by 0031877 |
2016-06-16 14:56 | hgbot | Checkin | |
2016-06-16 14:56 | hgbot | Note Added: 0087345 | |
2016-06-20 09:49 | migueldejuana | Assigned To | ranjith_qualiantech_com => migueldejuana |
2016-06-20 09:49 | migueldejuana | Note Added: 0087648 | |
2016-06-20 09:49 | migueldejuana | Status | closed => new |
2016-06-20 09:49 | migueldejuana | Resolution | fixed => open |
2016-06-20 09:49 | migueldejuana | Status | new => scheduled |
2016-06-20 09:50 | migueldejuana | Note Added: 0087649 | |
2016-06-20 09:50 | migueldejuana | Status | scheduled => resolved |
2016-06-20 09:50 | migueldejuana | Resolution | open => fixed |
2016-06-21 15:42 | hgbot | Checkin | |
2016-06-21 15:42 | hgbot | Note Added: 0087730 | |
2016-06-21 16:45 | hgbot | Checkin | |
2016-06-21 16:45 | hgbot | Note Added: 0087737 | |
2016-06-23 13:37 | marvintm | Status | resolved => closed |
Copyright © 2000 - 2009 MantisBT Group |