Openbravo Issue Tracking System - Retail Modules |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0033044 | Retail Modules | Web POS | public | 2016-05-25 11:33 | 2016-06-30 09:15 |
|
Reporter | Sandrahuguet | |
Assigned To | Sandrahuguet | |
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 20 | OS Version | Community Appliance |
Product Version | | |
Target Version | | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | marvintm |
OBNetwork customer | |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0033044: [HGVOL] Remote tickets search should be configurable to use contains or startswith with a preference |
Description | Remote tickets search should be configurable to use contains or startswith with a preference. The default in remote should be startswith. |
Steps To Reproduce | 1) Set remote control preferences
2) login into Webpos
3) search for tickets a string in the middle of the product name |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | feature request | 0031211 | RR16Q1 | 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 |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2016-05-25 11:33 | Sandrahuguet | New Issue | |
2016-05-25 11:33 | Sandrahuguet | Assigned To | => Sandrahuguet |
2016-05-25 11:33 | Sandrahuguet | Triggers an Emergency Pack | => No |
2016-05-25 11:33 | Sandrahuguet | Relationship added | related to 0031211 |
2016-05-25 12:09 | Sandrahuguet | Review Assigned To | => mtaal |
2016-05-25 12:09 | Sandrahuguet | Status | new => scheduled |
2016-06-24 09:39 | hgbot | Checkin | |
2016-06-24 09:39 | hgbot | Note Added: 0087874 | |
2016-06-24 09:39 | hgbot | Status | scheduled => resolved |
2016-06-24 09:39 | hgbot | Resolution | open => fixed |
2016-06-24 09:39 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/f6b753655454832d9ffdeb532ea2996ee0e7ff3a [^] |
2016-06-24 09:40 | hgbot | Checkin | |
2016-06-24 09:40 | hgbot | Note Added: 0087875 | |
2016-06-24 09:40 | Sandrahuguet | Review Assigned To | mtaal => marvintm |
2016-06-28 11:02 | marvintm | Note Added: 0088018 | |
2016-06-28 11:02 | marvintm | Status | resolved => new |
2016-06-28 11:02 | marvintm | Resolution | fixed => open |
2016-06-28 11:02 | marvintm | Status | new => scheduled |
2016-06-29 10:24 | hgbot | Checkin | |
2016-06-29 10:24 | hgbot | Note Added: 0088068 | |
2016-06-29 10:28 | hgbot | Checkin | |
2016-06-29 10:28 | hgbot | Note Added: 0088069 | |
2016-06-29 10:31 | Sandrahuguet | Status | scheduled => resolved |
2016-06-29 10:31 | Sandrahuguet | Resolution | open => fixed |
2016-06-30 09:14 | hgbot | Checkin | |
2016-06-30 09:14 | hgbot | Note Added: 0088089 | |
2016-06-30 09:15 | marvintm | Status | resolved => closed |
2016-08-18 14:10 | Orekaria | Relationship added | blocks 0033690 |
Notes |
|
(0087874)
|
hgbot
|
2016-06-24 09:39
|
|
|
|
(0087875)
|
hgbot
|
2016-06-24 09:40
|
|
|
|
|
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
|
|
|