Notes |
|
(0083092)
|
mtaal
|
2015-12-30 23:49
|
|
Needs to be backported but warrants no emergency pack by itself |
|
|
(0083962)
|
hgbot
|
2016-02-05 12:00
|
|
|
|
|
Not able to reproduce.
The message has been improved a bit. DO not enlarge it more. |
|
|
(0084018)
|
mtaal
|
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
|
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
|
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
|
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
|
2016-02-16 12:50
|
|
|