Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0031807
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Retail Modules] Web POSminorhave not tried2015-12-30 23:472016-02-16 12:50
ReportermtaalView Statuspublic 
Assigned Tomigueldejuana 
PrioritynormalResolutionfixedFixed in VersionRR16Q2
StatusclosedFix in branchFixed in SCM revisioneb364547ec80
ProjectionnoneETAnoneTarget VersionRR16Q2
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned Tomtaal
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0031807: Remote data queries for product and business partner show one more than the data limit

DescriptionSee description and files related to linked issue:

Remaining topic:
I see the noted behavior still for customer search, so showing one too many and no message is displayed.

See the attachment. I set data limit for customers to 1 and remote customers to Y.

For products it works fine, although I don't like the message is too technical..

Please change the message to:
There is more data in the search results than can be displayed, narrow your search to get more precise results.
(or something similar, although this message is much longer so might give spacing issues, I don't think we should spend to much time on it)
Steps To ReproduceSet the limit data preferences for product and business partner to a value of 1. Search for products/bps, 2 are shown.

https://issues.openbravo.com/view.php?id=31212 [^] [^]

http://wiki.openbravo.com/wiki/Retail:Configuration_Guide#Querying_performance [^] [^]
TagsNo tags attached.
Attached Filespng file icon Selection_138.png [^] (75,787 bytes) 2016-02-08 20:34


png file icon Selection_139.png [^] (167,371 bytes) 2016-02-08 20:35

- Relationships Relation Graph ] Dependency Graph ]
related to defect 0031398RR16Q1 closedmigueldejuana remote data queries for product and business partner show one more than the data limit 
depends on backport 0031808RR16Q1 closedmigueldejuana [16Q1.1] Remote data queries for product and business partner show one more than the data limit 
related to design defect 0032179 newRetail Filtering customers by first letter do 3 or 4 queries 

-  Notes
(0083092)
mtaal (manager)
2015-12-30 23:49

Needs to be backported but warrants no emergency pack by itself
(0083962)
hgbot (developer)
2016-02-05 12:00

Repository: erp/pmods/org.openbravo.mobile.core
Changeset: fc85fe73849491b65df56ee6fed47d9e1dad327a
Author: Miguel de Juana <miguel.dejuana <at> openbravo.com>
Date: Fri Feb 05 11:59:37 2016 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/fc85fe73849491b65df56ee6fed47d9e1dad327a [^]

Fixed issue 0031807: Remote data queries for product and business partner show one more than the data limit

- Improve the message but don't do it too large

---
M src-db/database/sourcedata/AD_MESSAGE.xml
---
(0083963)
migueldejuana (developer)
2016-02-05 12:01

Not able to reproduce.
The message has been improved a bit. DO not enlarge it more.
(0084018)
mtaal (manager)
2016-02-08 20:33

Strange, I tested it:
- set product and customer data as remote
- set both product and customer limit to 2
- when I search for products I only see 2 (correct), but no message is shown (see screenshot)
- when I search for customers I see 3 (not correct, should be 2) and no message is shown (incorrect also).
(0084067)
hgbot (developer)
2016-02-10 08:23

Repository: erp/pmods/org.openbravo.mobile.core
Changeset: bfd0f6eccef1d9230132a6fbc1de92fa02a791ca
Author: Miguel de Juana <miguel.dejuana <at> openbravo.com>
Date: Wed Feb 10 08:23:14 2016 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/bfd0f6eccef1d9230132a6fbc1de92fa02a791ca [^]

Fixed issue 0031807: Remote data queries for product and business partner show one more than the data limit

- Remove unneeded trigger, it is done in the line above

---
M web/org.openbravo.mobile.core/source/retail/component/ob-retail-searchproductcharacteristic.js
---
(0084068)
hgbot (developer)
2016-02-10 08:27

Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: eb364547ec801eef034ab7884ed7071102cf9b90
Author: Miguel de Juana <miguel.dejuana <at> openbravo.com>
Date: Wed Feb 10 08:27:07 2016 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/eb364547ec801eef034ab7884ed7071102cf9b90 [^]

Fixed issue 0031807: Remote data queries for product and business partner show one more than the data limit

- Add a trigger to execute rendering code.

We should do more than one query to search customers by letter. We show update ob-dal to support multiple value for startWith

---
M web/org.openbravo.retail.posterminal/js/pointofsale/view/subwindows/customers/customersadvancedsearch.js
---
(0084070)
hgbot (developer)
2016-02-10 09:41

Repository: tools/automation/pi-mobile
Changeset: 2fba0d4694aad5d896fe00901b2a8551997bb062
Author: Miguel de Juana <miguel.dejuana <at> openbravo.com>
Date: Wed Feb 10 09:41:18 2016 +0100
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/2fba0d4694aad5d896fe00901b2a8551997bb062 [^]

Related to issue 0031807: Remote data queries for product and business partner show one more than the data limit

- Complete a bit more I31212_SearchWithLimitPref test
- Check also labels of limit

---
M src-test/org/openbravo/test/mobile/common/selenium/javascript/TestId.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/system/I31212_SearchWithLimitPref.java
---
(0084244)
mtaal (manager)
2016-02-16 12:50

Reviewed and tested

- Issue History
Date Modified Username Field Change
2015-12-30 23:47 mtaal New Issue
2015-12-30 23:47 mtaal Assigned To => migueldejuana
2015-12-30 23:47 mtaal Triggers an Emergency Pack => No
2015-12-30 23:48 mtaal Relationship added related to 0031398
2015-12-30 23:49 mtaal Status new => scheduled
2015-12-30 23:49 mtaal Note Added: 0083092
2016-02-05 12:00 hgbot Checkin
2016-02-05 12:00 hgbot Note Added: 0083962
2016-02-05 12:00 hgbot Status scheduled => resolved
2016-02-05 12:00 hgbot Resolution open => fixed
2016-02-05 12:00 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/fc85fe73849491b65df56ee6fed47d9e1dad327a [^]
2016-02-05 12:01 migueldejuana Note Added: 0083963
2016-02-05 12:02 migueldejuana Review Assigned To => mtaal
2016-02-08 20:33 mtaal Note Added: 0084018
2016-02-08 20:33 mtaal Status resolved => new
2016-02-08 20:33 mtaal Resolution fixed => open
2016-02-08 20:34 mtaal File Added: Selection_138.png
2016-02-08 20:35 mtaal File Added: Selection_139.png
2016-02-10 08:23 hgbot Checkin
2016-02-10 08:23 hgbot Note Added: 0084067
2016-02-10 08:23 hgbot Status new => resolved
2016-02-10 08:23 hgbot Resolution open => fixed
2016-02-10 08:23 hgbot Fixed in SCM revision http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/fc85fe73849491b65df56ee6fed47d9e1dad327a [^] => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/bfd0f6eccef1d9230132a6fbc1de92fa02a791ca [^]
2016-02-10 08:27 hgbot Checkin
2016-02-10 08:27 hgbot Note Added: 0084068
2016-02-10 08:27 hgbot Fixed in SCM revision http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/bfd0f6eccef1d9230132a6fbc1de92fa02a791ca [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/eb364547ec801eef034ab7884ed7071102cf9b90 [^]
2016-02-10 08:33 migueldejuana Relationship added related to 0032179
2016-02-10 09:41 hgbot Checkin
2016-02-10 09:41 hgbot Note Added: 0084070
2016-02-16 12:50 mtaal Note Added: 0084244
2016-02-16 12:50 mtaal Status resolved => closed
2016-02-16 12:50 mtaal Fixed in Version => RR16Q2


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker