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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0033044
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Retail Modules] Web POSminorhave not tried2016-05-25 11:332016-06-30 09:15
ReporterSandrahuguetView Statuspublic 
Assigned ToSandrahuguet 
PrioritynormalResolutionfixedFixed in Version
StatusclosedFix in branchFixed in SCM revisionf6b753655454
ProjectionnoneETAnoneTarget Version
OSLinux 32 bitDatabasePostgreSQLJava version1.6.0_18
OS VersionCommunity ApplianceDatabase version8.3.9Ant version1.7.1
Product VersionSCM revision 
Review Assigned Tomarvintm
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0033044: [HGVOL] Remote tickets search should be configurable to use contains or startswith with a preference

DescriptionRemote tickets search should be configurable to use contains or startswith with a preference. The default in remote should be startswith.
Steps To Reproduce1) Set remote control preferences
2) login into Webpos
3) search for tickets a string in the middle of the product name
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
related to feature request 0031211RR16Q1 closedmigueldejuana Remote: add preference to control if the remote search uses contains or startswith 
blocks design defect 0033690 acknowledgedRetail With big data, searching for a receipt is slow 

-  Notes
(0087874)
hgbot (developer)
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 (developer)
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 (manager)
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 (developer)
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 (developer)
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 (developer)
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
---

- 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


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker