Notes |
|
(0081642)
|
hgbot
|
2015-11-10 12:30
|
|
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 4f1c579cd5e1ad1548cefece73d17cf24cccf370
Author: Miguel de Juana <miguel.dejuana <at> openbravo.com>
Date: Tue Nov 10 08:27:53 2015 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/4f1c579cd5e1ad1548cefece73d17cf24cccf370 [^]
Fixed issue 0031398: remote data queries for product and business partner show one more than the data limit
Remove limit+1 in ob-dal done for hgvol. It is no longer needed.
---
M web/org.openbravo.mobile.core/source/data/ob-dal.js
---
|
|
|
(0081847)
|
mtaal
|
2015-11-14 17:49
|
|
|
|
(0081848)
|
mtaal
|
2015-11-14 17:50
|
|
I closed to quickly. I miss the message that there are more products available on the server.
I tested it by setting the limit preference to 2. But if there are more available on the server than this message should be shown. |
|
|
(0082005)
|
hgbot
|
2015-11-20 09:04
|
|
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: ade47b4af9ef3de27f0a8b2afc79422e40aa8bc0
Author: Miguel de Juana <miguel.dejuana <at> openbravo.com>
Date: Thu Nov 19 12:50:20 2015 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/ade47b4af9ef3de27f0a8b2afc79422e40aa8bc0 [^]
Fixed issue 0031398: remote data queries for product and business partner show one more than the data limit
- Set limit + 1 to be able to know if there are more items to retrieve in order to show the message: Narrow the query
- Set temporal limit in the model to be able to slice the scrollabletable with that limit and show message to narrow query if is neccessary
---
M web/org.openbravo.retail.posterminal/js/components/modalpaidreceipts.js
---
|
|
|
(0082023)
|
hgbot
|
2015-11-20 12:38
|
|
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 904779cf159234aa8e518804c896577e578ca57f
Author: Miguel de Juana <miguel.dejuana <at> openbravo.com>
Date: Thu Nov 19 12:47:57 2015 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/904779cf159234aa8e518804c896577e578ca57f [^]
Fixed issue 0031398: remote data queries for product and business partner show one more than the data limit
- Remove one old trigger that is not needed because previous line already launched that event
- Create a temporal limit in the model and slice the scrollabletable with that limit and show message to narrow query if is neccessary
---
M web/org.openbravo.mobile.core/source/component/ob-scrollabletable.js
M web/org.openbravo.mobile.core/source/data/ob-dal.js
M web/org.openbravo.mobile.core/source/retail/component/ob-retail-searchproductcharacteristic.js
---
|
|
|
(0082057)
|
hgbot
|
2015-11-23 09:26
|
|
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 93cd2520e1fcc3b7cf03d57a54a9d8acfda8f53f
Author: Miguel de Juana <miguel.dejuana <at> openbravo.com>
Date: Fri Nov 20 13:53:23 2015 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/93cd2520e1fcc3b7cf03d57a54a9d8acfda8f53f [^]
Fixed issue 0031398: remote data queries for product and business partner show one more than the data limit
- Take into account no hgvol cases, just to show correctly narrow query message
- In case of dataLimit is -1 do not slice the collection
---
M web/org.openbravo.mobile.core/source/component/ob-scrollabletable.js
M web/org.openbravo.mobile.core/source/data/ob-dal.js
---
|
|
|
(0082593)
|
mtaal
|
2015-12-07 12:10
|
|
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) |
|
|
(0083090)
|
mtaal
|
2015-12-30 23:48
|
|
Fixed mostly, remaining will be done in next version |
|
|
(0083091)
|
mtaal
|
2015-12-30 23:49
|
|
Reviewed/tested, remaining topic will be done in related issue for Q2 |
|