Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0036370 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Retail Modules] Web POS | major | always | 2017-06-29 06:07 | 2017-11-03 11:19 | |||
Reporter | egoitz | View Status | public | |||||
Assigned To | prakashmurugesan88 | |||||||
Priority | urgent | Resolution | fixed | Fixed in Version | ||||
Status | closed | Fix in branch | Fixed in SCM revision | 619a94daceff | ||||
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 | migueldejuana | |||||||
OBNetwork customer | OBPS | |||||||
Support ticket | ||||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0036370: The queries for generic products should not be executed during the incremental/master refresh if they are not used | |||||||
Description | If the generic products are not used the queries to get generic products during the incremental/master refresh should not be executed in order to make the process faster. | |||||||
Steps To Reproduce | n/a | |||||||
Proposed Solution | Define a preference to prevent the execution of that queries. | |||||||
Tags | Performance | |||||||
Attached Files | ||||||||
![]() |
|
![]() |
|
(0097903) hgbot (developer) 2017-07-06 10:44 |
Repository: erp/pmods/org.openbravo.retail.posterminal Changeset: 181ea055994f8aeb0a424baf8e76402a3c528c5b Author: Prakash M <prakash <at> qualiantech.com> Date: Thu Jul 06 12:31:28 2017 +0530 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/181ea055994f8aeb0a424baf8e76402a3c528c5b [^] Fixed Issue 36370: Added preference to show or hide generic products --- M src-db/database/sourcedata/AD_PREFERENCE.xml M src-db/database/sourcedata/AD_REF_LIST.xml M src/org/openbravo/retail/posterminal/master/Product.java --- |
(0097904) hgbot (developer) 2017-07-06 10:45 |
Repository: tools/automation/pi-mobile Changeset: d89887781251678ebbb1bec17206d7aebd78d034 Author: Prakash M <prakash <at> qualiantech.com> Date: Thu Jul 06 12:31:19 2017 +0530 URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/d89887781251678ebbb1bec17206d7aebd78d034 [^] Verifies issue 36370: Added automated test I36370_VerifyShowGenericProductsPerfShowProd I36370_VerifyShowGenericProductsPrefHideProd --- A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/products/I36370_VerifyShowGenericProductsPerfShowProd.java A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/products/I36370_VerifyShowGenericProductsPrefHideProd.java --- |
(0098076) migueldejuana (viewer) 2017-07-14 11:06 |
Tested and reviewed |
(0098096) migueldejuana (viewer) 2017-07-17 09:54 |
Issue just asks to do not execute the generic products query if it is not needed. Created preference "Web POS Show Generic Products" is to show hide products. We just want to execute or not execute the query. In the test we do " MobileCoreAPI.localStorageClear();" we shouldn't do that in tests. |
(0098097) hgbot (developer) 2017-07-17 12:48 |
Repository: erp/pmods/org.openbravo.retail.posterminal Changeset: 619a94daceffcbc222f5dc8741cd735221750cdb Author: Prakash M <prakash <at> qualiantech.com> Date: Mon Jul 17 16:06:40 2017 +0530 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/619a94daceffcbc222f5dc8741cd735221750cdb [^] Fixed Issue 36370: Changed preference name to execute generic products query --- M src-db/database/sourcedata/AD_PREFERENCE.xml M src-db/database/sourcedata/AD_REF_LIST.xml M src/org/openbravo/retail/posterminal/master/Product.java --- |
(0098098) hgbot (developer) 2017-07-17 12:49 |
Repository: tools/automation/pi-mobile Changeset: 9b1e343509903a941419a013d9c685d81d0a0dcc Author: Prakash M <prakash <at> qualiantech.com> Date: Mon Jul 17 16:03:35 2017 +0530 URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/9b1e343509903a941419a013d9c685d81d0a0dcc [^] Related to issue 36370: Removed automated test as the scenario cannot be tested --- R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/products/I36370_VerifyShowGenericProductsPerfShowProd.java R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/products/I36370_VerifyShowGenericProductsPrefHideProd.java --- |
(0098103) migueldejuana (viewer) 2017-07-17 13:48 |
Tested and reviewed |
![]() |
|||
Date Modified | Username | Field | Change |
2017-06-29 06:07 | egoitz | New Issue | |
2017-06-29 06:07 | egoitz | Assigned To | => Retail |
2017-06-29 06:07 | egoitz | OBNetwork customer | => Yes |
2017-06-29 06:07 | egoitz | Resolution time | => 1500069600 |
2017-06-29 06:07 | egoitz | Triggers an Emergency Pack | => No |
2017-07-03 09:52 | prakashmurugesan88 | Assigned To | Retail => prakashmurugesan88 |
2017-07-04 08:22 | prakashmurugesan88 | Status | new => scheduled |
2017-07-06 10:44 | hgbot | Checkin | |
2017-07-06 10:44 | hgbot | Note Added: 0097903 | |
2017-07-06 10:44 | hgbot | Status | scheduled => resolved |
2017-07-06 10:44 | hgbot | Resolution | open => fixed |
2017-07-06 10:44 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/181ea055994f8aeb0a424baf8e76402a3c528c5b [^] |
2017-07-06 10:45 | hgbot | Checkin | |
2017-07-06 10:45 | hgbot | Note Added: 0097904 | |
2017-07-14 11:06 | migueldejuana | Review Assigned To | => migueldejuana |
2017-07-14 11:06 | migueldejuana | Note Added: 0098076 | |
2017-07-14 11:06 | migueldejuana | Status | resolved => closed |
2017-07-14 11:19 | migueldejuana | Status | closed => new |
2017-07-14 11:19 | migueldejuana | Resolution | fixed => open |
2017-07-14 11:19 | migueldejuana | Status | new => scheduled |
2017-07-14 11:19 | migueldejuana | Status | scheduled => resolved |
2017-07-14 11:19 | migueldejuana | Resolution | open => fixed |
2017-07-17 09:54 | migueldejuana | Note Added: 0098096 | |
2017-07-17 09:54 | migueldejuana | Status | resolved => new |
2017-07-17 09:54 | migueldejuana | Resolution | fixed => open |
2017-07-17 12:48 | hgbot | Checkin | |
2017-07-17 12:48 | hgbot | Note Added: 0098097 | |
2017-07-17 12:48 | hgbot | Status | new => resolved |
2017-07-17 12:48 | hgbot | Resolution | open => fixed |
2017-07-17 12:48 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/181ea055994f8aeb0a424baf8e76402a3c528c5b [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/619a94daceffcbc222f5dc8741cd735221750cdb [^] |
2017-07-17 12:49 | hgbot | Checkin | |
2017-07-17 12:49 | hgbot | Note Added: 0098098 | |
2017-07-17 13:48 | migueldejuana | Note Added: 0098103 | |
2017-07-17 13:48 | migueldejuana | Status | resolved => closed |
2017-11-03 11:19 | malsasua | Tag Attached: Performance |
Copyright © 2000 - 2009 MantisBT Group |