Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0031123 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
design defect | [Retail Modules] Web POS | major | always | 2015-10-09 12:58 | 2016-03-22 23:56 | |||
Reporter | guillermogil | View Status | public | |||||
Assigned To | marvintm | |||||||
Priority | high | Resolution | fixed | Fixed in Version | RR16Q1 | |||
Status | closed | Fix in branch | Fixed in SCM revision | 41bc46f6344b | ||||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Merge Request Status | ||||||||
Review Assigned To | guilleaer | |||||||
OBNetwork customer | No | |||||||
Support ticket | ||||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0031123: Cannot create a verify return of a product that no longer exits on the assortment (both hgvol and non-hgvol) | |||||||
Description | Cannot create a verify return of a product that no longer exits on the assortment | |||||||
Steps To Reproduce | 1.- Create an order 2.- Go to backend 3.- Enable Remote Product Preference 4.- Remove the previously used product from the assortment 5.- Load again web POS 6.- Create a verify return from the previously created order You are stuck on loading window Note: does neither seem to work without HGVOL activated, but fails in a different way then | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
|
![]() |
|
(0082078) hgbot (developer) 2015-11-23 13:02 |
Repository: erp/pmods/org.openbravo.retail.posterminal Changeset: 436e2d34944a0bf363f290d38d101ce22d297d93 Author: Antonio Moreno Perez <antonio.moreno <at> openbravo.com> Date: Fri Nov 06 13:17:59 2015 +0100 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/436e2d34944a0bf363f290d38d101ce22d297d93 [^] Fixed issue 31123.[ProductsMissingInAssortment] When loading receipts, layaways, or quotations from the backend, added a secondary flow which loads the product from the backend, without non-essential properties, so that an order/layaway/quotation with a product not contained in the assortment can be created. --- M src/org/openbravo/retail/posterminal/master/ProductProperties.java M web/org.openbravo.retail.posterminal/js/model/order.js A src/org/openbravo/retail/posterminal/master/LoadedProduct.java --- |
(0082079) hgbot (developer) 2015-11-23 13:04 |
Repository: erp/pmods/org.openbravo.retail.returns Changeset: 06def0a8bb995206e876ae4876056c27051fbb16 Author: Antonio Moreno Perez <antonio.moreno <at> openbravo.com> Date: Fri Nov 06 13:12:50 2015 +0100 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.returns/rev/06def0a8bb995206e876ae4876056c27051fbb16 [^] Fixed issue 31123.[ProductsMissingInAssortment] When using verified returns functionality, added a secondary flow which loads the product from the backend, without non-essential properties, so that a return from a receipt with a product not contained in the assortment can be created. --- M web/org.openbravo.retail.returns/js/modalReturnLines.js --- |
(0082080) hgbot (developer) 2015-11-23 13:05 |
Repository: tools/automation/pi-mobile Changeset: b806ef33e13a30bb5f8489b56febd9c61e036285 Author: Antonio Moreno <antonio.moreno <at> openbravo.com> Date: Tue Nov 17 18:01:37 2015 +0100 URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/b806ef33e13a30bb5f8489b56febd9c61e036285 [^] Related to issue 31123. Added automated tests. --- M src-test/org/openbravo/test/mobile/retail/pack/selenium/suites/HighVolSuite.java A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/layaway/LayawayProductsNotInAssortment.java A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/QuotationProductsNotInAssortment.java A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/ReceiptRetrievalProductsNotInAssortment.java A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/returns/VerifiedReturnProductsNotInAssortment.java --- |
(0082081) hgbot (developer) 2015-11-23 13:05 |
Repository: tools/automation/pi-mobile Changeset: 9931c6c57e3a6adb6438116aeaaa744768b7e587 Author: Antonio Moreno <antonio.moreno <at> openbravo.com> Date: Wed Nov 18 18:12:00 2015 +0100 URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/9931c6c57e3a6adb6438116aeaaa744768b7e587 [^] Related to issue 31123. Added automated tests. --- M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/layaway/LayawayProductsNotInAssortment.java M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/QuotationProductsNotInAssortment.java M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/ReceiptRetrievalProductsNotInAssortment.java M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/returns/VerifiedReturnProductsNotInAssortment.java --- |
(0082082) hgbot (developer) 2015-11-23 13:05 |
Repository: tools/automation/pi-mobile Changeset: 8840f49be532f0b36ef7222f0b5719a4e0758bd0 Author: Antonio Moreno <antonio.moreno <at> openbravo.com> Date: Fri Nov 20 17:22:38 2015 +0100 URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/8840f49be532f0b36ef7222f0b5719a4e0758bd0 [^] Related to issue 31123. Added automated tests. --- M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/layaway/LayawayProductsNotInAssortment.java M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/QuotationProductsNotInAssortment.java M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/ReceiptRetrievalProductsNotInAssortment.java M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/returns/VerifiedReturnProductsNotInAssortment.java --- |
(0082093) hgbot (developer) 2015-11-23 13:43 |
Repository: erp/pmods/org.openbravo.retail.posterminal Changeset: ade6e720d9cc92f2012e249424049fc8b5b52234 Author: Antonio Moreno <antonio.moreno <at> openbravo.com> Date: Mon Nov 23 13:43:43 2015 +0100 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/ade6e720d9cc92f2012e249424049fc8b5b52234 [^] Related to issue 31123. Changed copyright --- M src/org/openbravo/retail/posterminal/master/LoadedProduct.java --- |
(0082358) hgbot (developer) 2015-11-26 09:26 |
Repository: tools/automation/pi-mobile Changeset: 4c88e54a76b3b35beee6a7c771b1c52cf9e270c9 Author: Rafa Alonso <ral <at> openbravo.com> Date: Thu Nov 26 09:23:30 2015 +0100 URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/4c88e54a76b3b35beee6a7c771b1c52cf9e270c9 [^] Related to issue 31123: Assorment tests make use of global methods --- M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/layaway/LayawayProductsNotInAssortment.java M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/QuotationProductsNotInAssortment.java M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/ReceiptRetrievalProductsNotInAssortment.java M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/returns/VerifiedReturnProductsNotInAssortment.java --- |
(0082524) hgbot (developer) 2015-12-02 11:17 |
Repository: tools/automation/pi-mobile Changeset: cbc7e9443f0e16772fe6c0dd36983f74b8ebf723 Author: Antonio Moreno <antonio.moreno <at> openbravo.com> Date: Wed Dec 02 09:25:09 2015 +0100 URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/cbc7e9443f0e16772fe6c0dd36983f74b8ebf723 [^] Related to issue 31123. Changed tests to remove product from assortment in a safer way --- M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/layaway/LayawayProductsNotInAssortment.java M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/QuotationProductsNotInAssortment.java M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/ReceiptRetrievalProductsNotInAssortment.java M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/returns/VerifiedReturnProductsNotInAssortment.java --- |
(0083567) hgbot (developer) 2016-01-22 12:00 |
Repository: erp/pmods/org.openbravo.retail.posterminal Changeset: 41bc46f6344b936d3ba774a913fc92f20038db80 Author: Asier Martirena <asier.martirena <at> openbravo.com> Date: Tue Nov 10 12:47:00 2015 +0100 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/41bc46f6344b936d3ba774a913fc92f20038db80 [^] Fixed issue 31123. Receipts with products not in assorment can be loaded --- M src/org/openbravo/retail/posterminal/master/ProductProperties.java M web/org.openbravo.retail.posterminal/js/model/order.js A src/org/openbravo/retail/posterminal/master/LoadedProduct.java --- |
![]() |
|||
Date Modified | Username | Field | Change |
2015-10-09 12:58 | guillermogil | New Issue | |
2015-10-09 12:58 | guillermogil | Assigned To | => Retail |
2015-10-09 12:58 | guillermogil | OBNetwork customer | => Yes |
2015-10-09 12:58 | guillermogil | Regression date | => 2015-10-16 |
2015-10-09 12:58 | guillermogil | Triggers an Emergency Pack | => No |
2015-10-09 13:01 | guillermogil | Summary | Cannot create a verify return of a product that no longer extis on the assortment with HGVOL activated => Cannot create a verify return of a product that no longer exits on the assortment with HGVOL activated |
2015-10-09 13:01 | guillermogil | Description Updated | View Revisions |
2015-10-09 13:01 | guillermogil | Steps to Reproduce Updated | View Revisions |
2015-10-13 09:46 | guillermogil | Resolution time | => 1444946400 |
2015-10-13 09:46 | guillermogil | Regression date | 2015-10-16 => |
2015-10-13 16:37 | Orekaria | Assigned To | Retail => mtaal |
2015-10-13 16:37 | Orekaria | Status | new => acknowledged |
2015-10-13 17:25 | mtaal | Assigned To | mtaal => migueldejuana |
2015-10-26 10:12 | marvintm | Resolution time | 1444946400 => |
2015-10-26 10:12 | marvintm | Assigned To | migueldejuana => marvintm |
2015-10-26 10:12 | marvintm | Type | defect => design defect |
2015-11-13 11:35 | mtaal | Summary | Cannot create a verify return of a product that no longer exits on the assortment with HGVOL activated => Cannot create a verify return of a product that no longer exits on the assortment (both hgvol and non-hgvol) |
2015-11-13 11:35 | mtaal | Description Updated | View Revisions |
2015-11-13 11:35 | mtaal | Steps to Reproduce Updated | View Revisions |
2015-11-16 10:12 | marvintm | OBNetwork customer | Yes => No |
2015-11-23 13:02 | hgbot | Checkin | |
2015-11-23 13:02 | hgbot | Note Added: 0082078 | |
2015-11-23 13:02 | hgbot | Status | acknowledged => resolved |
2015-11-23 13:02 | hgbot | Resolution | open => fixed |
2015-11-23 13:02 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/436e2d34944a0bf363f290d38d101ce22d297d93 [^] |
2015-11-23 13:04 | hgbot | Checkin | |
2015-11-23 13:04 | hgbot | Note Added: 0082079 | |
2015-11-23 13:04 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/436e2d34944a0bf363f290d38d101ce22d297d93 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.returns/rev/06def0a8bb995206e876ae4876056c27051fbb16 [^] |
2015-11-23 13:05 | hgbot | Checkin | |
2015-11-23 13:05 | hgbot | Note Added: 0082080 | |
2015-11-23 13:05 | hgbot | Checkin | |
2015-11-23 13:05 | hgbot | Note Added: 0082081 | |
2015-11-23 13:05 | hgbot | Checkin | |
2015-11-23 13:05 | hgbot | Note Added: 0082082 | |
2015-11-23 13:43 | hgbot | Checkin | |
2015-11-23 13:43 | hgbot | Note Added: 0082093 | |
2015-11-26 09:26 | hgbot | Checkin | |
2015-11-26 09:26 | hgbot | Note Added: 0082358 | |
2015-12-02 11:17 | hgbot | Checkin | |
2015-12-02 11:17 | hgbot | Note Added: 0082524 | |
2015-12-04 12:14 | guilleaer | Review Assigned To | => guilleaer |
2015-12-04 12:14 | guilleaer | Status | resolved => closed |
2015-12-04 12:14 | guilleaer | Fixed in Version | => RR16Q1 |
2016-01-22 12:00 | hgbot | Checkin | |
2016-01-22 12:00 | hgbot | Note Added: 0083567 | |
2016-01-22 12:00 | hgbot | Status | closed => resolved |
2016-01-22 12:00 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/pmods/org.openbravo.retail.returns/rev/06def0a8bb995206e876ae4876056c27051fbb16 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/41bc46f6344b936d3ba774a913fc92f20038db80 [^] |
2016-01-25 09:44 | marvintm | Status | resolved => closed |
2016-03-22 23:56 | eugeni | Issue Monitored: eugeni |
Copyright © 2000 - 2009 MantisBT Group |