Openbravo Issue Tracking System - Retail Modules
View Issue Details
0044740Retail ModulesWeb POSpublic2020-08-03 12:222020-08-11 07:40
sebastien_liron 
ranjith_qualiantech_com 
highmajoralways
closedfixed 
30Openbravo Appliance 14.04
RR20Q2 
RR20Q2RR20Q4 
No
0044740: business partner modal search do a timeout and wrong offline mode when too much lines are returned
business partner modal search do a timeout and wrong offline mode when too much lines are returned.

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.
  - 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


No tags attached.
related to defect 0035383 closed gorka_gil Magnifying glass in product search should be disabled in remote mode if no filter is applied 
Issue History
2020-08-03 12:22sebastien_lironNew Issue
2020-08-03 12:22sebastien_lironAssigned To => Retail
2020-08-03 12:22sebastien_lironTriggers an Emergency Pack => No
2020-08-03 12:35marvintmResolution time => 1598220000
2020-08-03 13:58marvintmRelationship addedrelated to 0035383
2020-08-05 09:41ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2020-08-05 09:43marvintmStatusnew => scheduled
2020-08-10 03:54hgbotNote Added: 0121925
2020-08-10 03:54hgbotNote Added: 0121926
2020-08-11 07:40hgbotResolutionopen => fixed
2020-08-11 07:40hgbotStatusscheduled => closed
2020-08-11 07:40hgbotNote Added: 0121958
2020-08-11 07:40hgbotFixed in Version => RR20Q4
2020-08-11 07:40hgbotNote Added: 0121959
2020-08-11 07:40hgbotNote Added: 0121960
2020-08-11 07:40hgbotNote Added: 0121961

Notes
(0121925)
hgbot   
2020-08-10 03:54   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/53 [^]
(0121926)
hgbot   
2020-08-10 03:54   
Merge Request created: https://gitlab.com/openbravo/ci/mobile-test/-/merge_requests/22 [^]
(0121958)
hgbot   
2020-08-11 07:40   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/53 [^]
(0121959)
hgbot   
2020-08-11 07:40   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal [^]
Changeset: 5d4cad743a6be7cc9702cccaef4cef613565dfe5
Author: Ranjith S R <ranjith@qualiantech.com>
Date: 2020-08-11T05:40:23+00:00
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/5d4cad743a6be7cc9702cccaef4cef613565dfe5 [^]

Fixed ISSUE-44740: Added Validation to filter Customers in remote mode
In remote mode, Customer query will be executed only when filters are specified

---
M src-db/database/sourcedata/AD_MESSAGE.xml
M src/org/openbravo/retail/posterminal/master/BPartnerFilter.java
M web/org.openbravo.retail.posterminal/js/components/businesspartner_selector.js
---
(0121960)
hgbot   
2020-08-11 07:40   
Merge request merged: https://gitlab.com/openbravo/ci/mobile-test/-/merge_requests/22 [^]
(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
---