Openbravo Issue Tracking System - Retail Modules |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0044740 | Retail Modules | Web POS | public | 2020-08-03 12:22 | 2020-08-11 07:40 |
|
Reporter | sebastien_liron | |
Assigned To | ranjith_qualiantech_com | |
Priority | high | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 30 | OS Version | Openbravo Appliance 14.04 |
Product Version | RR20Q2 | |
Target Version | RR20Q2 | Fixed in Version | RR20Q4 | |
Merge Request Status | approved |
Review Assigned To | |
OBNetwork customer | Gold |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0044740: business partner modal search do a timeout and wrong offline mode when too much lines are returned |
Description | business partner modal search do a timeout and wrong offline mode when too much lines are returned.
|
Steps To Reproduce | in the pos , in remote mode for clients
open the business partner search modal
click on search button without anything in filter or with a common name like 'martin' in france.
With a DB of 2.5 millions the request take so much time it return a timeout and the pos got to offline mode when it is not the case. |
Proposed Solution | - add a limit to the query ( 10 is enough ) and then some message for the user
to filter a bit more
- prevent user to launch a search if no filter is entered with a discrete message ( not a popup ) to ask to the user to filter more
|
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0035383 | | closed | gorka_gil | Magnifying glass in product search should be disabled in remote mode if no filter is applied |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2020-08-03 12:22 | sebastien_liron | New Issue | |
2020-08-03 12:22 | sebastien_liron | Assigned To | => Retail |
2020-08-03 12:22 | sebastien_liron | OBNetwork customer | => Gold |
2020-08-03 12:22 | sebastien_liron | Triggers an Emergency Pack | => No |
2020-08-03 12:35 | marvintm | Resolution time | => 1598220000 |
2020-08-03 13:58 | marvintm | Relationship added | related to 0035383 |
2020-08-05 09:41 | ranjith_qualiantech_com | Assigned To | Retail => ranjith_qualiantech_com |
2020-08-05 09:43 | marvintm | Status | new => scheduled |
2020-08-10 03:54 | hgbot | Merge Request Status | => open |
2020-08-10 03:54 | hgbot | Note Added: 0121925 | |
2020-08-10 03:54 | hgbot | Note Added: 0121926 | |
2020-08-11 07:39 | hgbot | Merge Request Status | open => approved |
2020-08-11 07:40 | hgbot | Resolution | open => fixed |
2020-08-11 07:40 | hgbot | Status | scheduled => closed |
2020-08-11 07:40 | hgbot | Note Added: 0121958 | |
2020-08-11 07:40 | hgbot | Fixed in Version | => RR20Q4 |
2020-08-11 07:40 | hgbot | Note Added: 0121959 | |
2020-08-11 07:40 | hgbot | Note Added: 0121960 | |
2020-08-11 07:40 | hgbot | Note Added: 0121961 | |
Notes |
|
(0121925)
|
hgbot
|
2020-08-10 03:54
|
|
|
|
(0121926)
|
hgbot
|
2020-08-10 03:54
|
|
|
|
(0121958)
|
hgbot
|
2020-08-11 07:40
|
|
|
|
(0121959)
|
hgbot
|
2020-08-11 07:40
|
|
|
|
(0121960)
|
hgbot
|
2020-08-11 07:40
|
|
|
|
(0121961)
|
hgbot
|
2020-08-11 07:40
|
|
Repository: https://gitlab.com/openbravo/ci/mobile-test [^]
Changeset: 044aa68d3249154351dc50ed0935b562bd6ee71e
Author: Ranjith S R <ranjith@qualiantech.com>
Date: 2020-08-10T15:55:50+05:30
URL: https://gitlab.com/openbravo/ci/mobile-test/-/commit/044aa68d3249154351dc50ed0935b562bd6ee71e [^]
Verifies ISSUE-44740: Modified Automated Tests
---
M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/TestIdExtModules.java
M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/orderpreparationawo/OP_Test07_OrderPreparationSelector.java
M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/orderpreparationawo/OP_Test08_PickingSelector.java
M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/orderpreparationawo/OP_Test13_AdvancedFiltersInOrderPreparation.java
M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/orderpreparationawo/OP_Test14_AdvancedFiltersInPicking.java
M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/orderpreparationawo/OP_Test15_AdvancedFiltersInPickingFromMultipleOrders.java
M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/orderpreparationawo/OrderPreparationTerminalHelper.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/system/I31212_SearchWithLimitPref.java
---
|
|