Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0034278 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
feature request | [Retail Modules] Multi UPC/EAN for Product | minor | have not tried | 2016-10-23 12:49 | 2016-12-01 12:09 | |||
Reporter | mtaal | View Status | public | |||||
Assigned To | mtaal | |||||||
Priority | normal | Resolution | fixed | Fixed in Version | ||||
Status | closed | Fix in branch | Fixed in SCM revision | 57be6cebaf9e | ||||
Projection | none | ETA | none | Target Version | RR17Q1 | |||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Merge Request Status | ||||||||
Review Assigned To | Sandrahuguet | |||||||
OBNetwork customer | No | |||||||
Support ticket | ||||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0034278: Add external order loader data resolver to multi-upc retail module | |||||||
Description | To let the external order loader resolve products using multi-upc [1]. [1] http://wiki.openbravo.com/wiki/Retail:Order_Loading_WebService#Extending_the_Order_Loader_with_your_custom_data_resolving_logic [^] | |||||||
Steps To Reproduce | See testcases in this issue | |||||||
Proposed Solution | Implement dataresolver | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
||||||||
|
![]() |
|
(0090791) hgbot (developer) 2016-10-23 12:51 |
Repository: tools/automation/pi-mobile Changeset: 3713a284608f6c437644ff85760deefb67c76eb2 Author: Martin Taal <martin.taal <at> openbravo.com> Date: Sun Oct 23 12:50:55 2016 +0200 URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/3713a284608f6c437644ff85760deefb67c76eb2 [^] Fixes issue 34278: Add external order loader data resolver to multi-upc retail module Move external order loader multiupc testcases to standard location --- A src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/multiupcorderloader/MultUPCOrderLoaderTest.java A src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/multiupcorderloader/message-order-multi-upc.json A src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/multiupcorderloader/message-order-multiupc-services.json R src-test/org/openbravo/test/mobile/quarantine/extmodules/MTA/multiupcorderloader/MultUPCOrderLoaderTest.java R src-test/org/openbravo/test/mobile/quarantine/extmodules/MTA/multiupcorderloader/message-order-multi-upc.json R src-test/org/openbravo/test/mobile/quarantine/extmodules/MTA/multiupcorderloader/message-order-multiupc-services.json --- |
(0090792) hgbot (developer) 2016-10-23 12:58 |
Repository: erp/pmods/org.openbravo.retail.multiupc Changeset: f65582ea43ed4c1789f564c5b7e9af6b9bdae6f6 Author: Martin Taal <martin.taal <at> openbravo.com> Date: Sun Oct 23 12:58:41 2016 +0200 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.multiupc/rev/f65582ea43ed4c1789f564c5b7e9af6b9bdae6f6 [^] Fixes issue 34278: Add external order loader data resolver to multi-upc retail module Implement dataresolver and incremented dependency --- M src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml A src/org/openbravo/retail/multiupc/MultiUPCDataResolver.java --- |
(0090796) hgbot (developer) 2016-10-23 21:44 |
Repository: tools/automation/pi-mobile Changeset: 094d81eeafe69448482e297bfc396f9a99e448d3 Author: Martin Taal <martin.taal <at> openbravo.com> Date: Sun Oct 23 21:44:38 2016 +0200 URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/094d81eeafe69448482e297bfc396f9a99e448d3 [^] Fixes issue 34278: Add external order loader data resolver to multi-upc retail module Solve failing test by using more unique upc and delete them before the test --- M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/multiupcorderloader/MultUPCOrderLoaderTest.java M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/multiupcorderloader/message-order-multi-upc.json M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/multiupcorderloader/message-order-multiupc-services.json --- |
(0090797) hgbot (developer) 2016-10-24 00:43 |
Repository: tools/automation/pi-mobile Changeset: b14dfac61c994339eee25a3c43d428ec4b1589f7 Author: Martin Taal <martin.taal <at> openbravo.com> Date: Mon Oct 24 00:43:10 2016 +0200 URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/b14dfac61c994339eee25a3c43d428ec4b1589f7 [^] Related to issue 34278: Add external order loader data resolver to multi-upc retail module Temporarily remove failing test until really fixed --- R src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/multiupcorderloader/MultUPCOrderLoaderTest.java R src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/multiupcorderloader/message-order-multi-upc.json R src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/multiupcorderloader/message-order-multiupc-services.json --- |
(0091670) hgbot (developer) 2016-11-20 00:57 |
Repository: tools/automation/pi-mobile Changeset: 57be6cebaf9e526005151cf9baf86de644e96a89 Author: Martin Taal <martin.taal <at> openbravo.com> Date: Sun Nov 20 00:56:47 2016 +0100 URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/57be6cebaf9e526005151cf9baf86de644e96a89 [^] Fixes issue 34278: Add external order loader data resolver to multi-upc retail module Added testcases --- M src-test/org/openbravo/test/mobile/retail/mobilecore/webservice/WebServicesHelper.java A src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/multiupcorderloader/MultiUPCOrderLoaderTest.java A src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/multiupcorderloader/message-order-multi-upc.json A src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/multiupcorderloader/message-order-multiupc-services.json --- |
(0091962) hgbot (developer) 2016-12-01 12:03 |
Repository: tools/automation/pi-mobile Changeset: 4f10a2ad75e4560c7edaf448744fca8d4c27c726 Author: Sandra Huguet <sandra.huguet <at> openbravo.com> Date: Thu Dec 01 12:03:36 2016 +0100 URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/4f10a2ad75e4560c7edaf448744fca8d4c27c726 [^] related to issue 34278 added isHighVolumeCompatible annotation --- M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/multiupcorderloader/MultiUPCOrderLoaderTest.java --- |
(0091964) Sandrahuguet (viewer) 2016-12-01 12:09 |
reviewed and tested |
![]() |
|||
Date Modified | Username | Field | Change |
2016-10-23 12:49 | mtaal | New Issue | |
2016-10-23 12:49 | mtaal | Assigned To | => Retail |
2016-10-23 12:49 | mtaal | OBNetwork customer | => No |
2016-10-23 12:49 | mtaal | Triggers an Emergency Pack | => No |
2016-10-23 12:49 | mtaal | Assigned To | Retail => mtaal |
2016-10-23 12:49 | mtaal | Review Assigned To | => Sandrahuguet |
2016-10-23 12:51 | hgbot | Checkin | |
2016-10-23 12:51 | hgbot | Note Added: 0090791 | |
2016-10-23 12:51 | hgbot | Status | new => resolved |
2016-10-23 12:51 | hgbot | Resolution | open => fixed |
2016-10-23 12:51 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/tools/automation/pi-mobile/rev/3713a284608f6c437644ff85760deefb67c76eb2 [^] |
2016-10-23 12:58 | mtaal | Relationship added | related to 0033628 |
2016-10-23 12:58 | hgbot | Checkin | |
2016-10-23 12:58 | hgbot | Note Added: 0090792 | |
2016-10-23 12:58 | hgbot | Fixed in SCM revision | http://code.openbravo.com/tools/automation/pi-mobile/rev/3713a284608f6c437644ff85760deefb67c76eb2 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.multiupc/rev/f65582ea43ed4c1789f564c5b7e9af6b9bdae6f6 [^] |
2016-10-23 21:44 | hgbot | Checkin | |
2016-10-23 21:44 | hgbot | Note Added: 0090796 | |
2016-10-23 21:44 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/pmods/org.openbravo.retail.multiupc/rev/f65582ea43ed4c1789f564c5b7e9af6b9bdae6f6 [^] => http://code.openbravo.com/tools/automation/pi-mobile/rev/094d81eeafe69448482e297bfc396f9a99e448d3 [^] |
2016-10-24 00:43 | hgbot | Checkin | |
2016-10-24 00:43 | hgbot | Note Added: 0090797 | |
2016-10-25 00:23 | mtaal | Status | resolved => new |
2016-10-25 00:23 | mtaal | Resolution | fixed => open |
2016-11-20 00:57 | hgbot | Checkin | |
2016-11-20 00:57 | hgbot | Note Added: 0091670 | |
2016-11-20 00:57 | hgbot | Status | new => resolved |
2016-11-20 00:57 | hgbot | Resolution | open => fixed |
2016-11-20 00:57 | hgbot | Fixed in SCM revision | http://code.openbravo.com/tools/automation/pi-mobile/rev/094d81eeafe69448482e297bfc396f9a99e448d3 [^] => http://code.openbravo.com/tools/automation/pi-mobile/rev/57be6cebaf9e526005151cf9baf86de644e96a89 [^] |
2016-12-01 12:03 | hgbot | Checkin | |
2016-12-01 12:03 | hgbot | Note Added: 0091962 | |
2016-12-01 12:09 | Sandrahuguet | Note Added: 0091964 | |
2016-12-01 12:09 | Sandrahuguet | Status | resolved => closed |
Copyright © 2000 - 2009 MantisBT Group |