Openbravo Issue Tracking System - Retail Modules
View Issue Details
0033044Retail ModulesWeb POSpublic2016-05-25 11:332016-06-30 09:15
Sandrahuguet 
Sandrahuguet 
normalminorhave not tried
closedfixed 
20Community Appliance
 
 
marvintm
No
0033044: [HGVOL] Remote tickets search should be configurable to use contains or startswith with a preference
Remote tickets search should be configurable to use contains or startswith with a preference. The default in remote should be startswith.
1) Set remote control preferences
2) login into Webpos
3) search for tickets a string in the middle of the product name
No tags attached.
related to feature request 0031211RR16Q1 closed migueldejuana Remote: add preference to control if the remote search uses contains or startswith 
blocks design defect 0033690 acknowledged Retail With big data, searching for a receipt is slow 
Issue History
2016-05-25 11:33SandrahuguetNew Issue
2016-05-25 11:33SandrahuguetAssigned To => Sandrahuguet
2016-05-25 11:33SandrahuguetTriggers an Emergency Pack => No
2016-05-25 11:33SandrahuguetRelationship addedrelated to 0031211
2016-05-25 12:09SandrahuguetReview Assigned To => mtaal
2016-05-25 12:09SandrahuguetStatusnew => scheduled
2016-06-24 09:39hgbotCheckin
2016-06-24 09:39hgbotNote Added: 0087874
2016-06-24 09:39hgbotStatusscheduled => resolved
2016-06-24 09:39hgbotResolutionopen => fixed
2016-06-24 09:39hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/f6b753655454832d9ffdeb532ea2996ee0e7ff3a [^]
2016-06-24 09:40hgbotCheckin
2016-06-24 09:40hgbotNote Added: 0087875
2016-06-24 09:40SandrahuguetReview Assigned Tomtaal => marvintm
2016-06-28 11:02marvintmNote Added: 0088018
2016-06-28 11:02marvintmStatusresolved => new
2016-06-28 11:02marvintmResolutionfixed => open
2016-06-28 11:02marvintmStatusnew => scheduled
2016-06-29 10:24hgbotCheckin
2016-06-29 10:24hgbotNote Added: 0088068
2016-06-29 10:28hgbotCheckin
2016-06-29 10:28hgbotNote Added: 0088069
2016-06-29 10:31SandrahuguetStatusscheduled => resolved
2016-06-29 10:31SandrahuguetResolutionopen => fixed
2016-06-30 09:14hgbotCheckin
2016-06-30 09:14hgbotNote Added: 0088089
2016-06-30 09:15marvintmStatusresolved => closed
2016-08-18 14:10OrekariaRelationship addedblocks 0033690

Notes
(0087874)
hgbot   
2016-06-24 09:39   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: f6b753655454832d9ffdeb532ea2996ee0e7ff3a
Author: Sandra Huguet <sandra.huguet <at> openbravo.com>
Date: Thu Jun 02 09:09:26 2016 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/f6b753655454832d9ffdeb532ea2996ee0e7ff3a [^]

Fixed issue 33044 tickets search should be configurable to use contains or startswith

---
M src-db/database/sourcedata/AD_PREFERENCE.xml
M src/org/openbravo/retail/posterminal/PaidReceiptsHeader.java
---
(0087875)
hgbot   
2016-06-24 09:40   
Repository: tools/automation/pi-mobile
Changeset: 127cf3c22a567433226b332e41ce8e2db669fc79
Author: Sandra Huguet <sandra.huguet <at> openbravo.com>
Date: Thu Jun 23 09:09:03 2016 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/127cf3c22a567433226b332e41ce8e2db669fc79 [^]

related to issue 33044 added receipt search

---
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/highvolume/I31211_UseContainsInsteadOfStartsWith.java
---
(0088018)
marvintm   
2016-06-28 11:02   
Two changes are needed:
- There should be a specific preference for the Receipt filter, PaidReceiptsHeader shouldn't be reading either the remote customer preference, or the customer contains preference.
- Remote shouldn't matter at all for this, as Receipts loading is always remote. Only this new specific preference should be read, and depending on its value, the query should do startsWith or contains.
(0088068)
hgbot   
2016-06-29 10:24   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: e489555f5e018f5135f4dc00444af6d774d6f5ad
Author: Sandra Huguet <sandra.huguet <at> openbravo.com>
Date: Wed Jun 29 10:23:43 2016 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/e489555f5e018f5135f4dc00444af6d774d6f5ad [^]

related to issue 33044 added OBPOS_remote.receipt_usesContains preference

add preference to control if the remote receipt search uses
 contains or startswith

---
M src-db/database/sourcedata/AD_PREFERENCE.xml
M src-db/database/sourcedata/AD_REF_LIST.xml
M src/org/openbravo/retail/posterminal/PaidReceiptsHeader.java
---
(0088069)
hgbot   
2016-06-29 10:28   
Repository: tools/automation/pi-mobile
Changeset: 83082b321ff42ecdfa547557edddf3ac4f15f798
Author: Sandra Huguet <sandra.huguet <at> openbravo.com>
Date: Wed Jun 29 10:28:12 2016 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/83082b321ff42ecdfa547557edddf3ac4f15f798 [^]

related to issue 33044 fixed I31211_UseContainsInsteadOfStartsWith

add OBPOS_remote.customer_usesContains preference with value N to
highVolume test

In test I31211_UseContainsInsteadOfStartsWith the preference should
set to Y

---
M src-test/org/openbravo/test/mobile/common/selenium/utils/HighVolumeUtils.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/highvolume/I31211_UseContainsInsteadOfStartsWith.java
---
(0088089)
hgbot   
2016-06-30 09:14   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: cf47a7606317e4bc28408669c469b76b52935745
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Thu Jun 30 08:58:51 2016 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/cf47a7606317e4bc28408669c469b76b52935745 [^]

Related to issue 33044. Modified name of preference to make it clear that the preference applies to all cases, not just remote.

---
M src-db/database/sourcedata/AD_REF_LIST.xml
---