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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0030938
TypeCategorySeverityReproducibilityDate SubmittedLast Update
feature request[Retail Modules] Web POSminorhave not tried2015-09-25 15:002015-10-26 15:56
ReportermtaalView Statuspublic 
Assigned ToSandrahuguet 
PrioritynormalResolutionfixedFixed in VersionRR16Q1
StatusclosedFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget VersionRR16Q1
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned Tomtaal
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0030938: Support product characteristic and brand search in high volume product data scenario

DescriptionSee this project page:
http://wiki.openbravo.com/wiki/Projects:Product_Characteristic_Search_High_Volume [^]
Steps To ReproduceSupport product characteristics and brand search in high volume product data scenarios.
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
related to feature request 0031194RR16Q1 closedSandrahuguet Remote product, characteristic/Brand search: when there are no search results show all char/brand values 

-  Notes
(0081152)
hgbot (developer)
2015-10-20 23:03

Repository: erp/pmods/org.openbravo.mobile.core
Changeset: c3c3fbcb00b09c682c560bd78494bddcc78afaf6
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Tue Oct 20 00:04:57 2015 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/c3c3fbcb00b09c682c560bd78494bddcc78afaf6 [^]

Related to issue 30938: Support product characteristic and brand search in high volume product data scenario
Changes from hg-vol

---
M web/org.openbravo.mobile.core/source/retail/component/ob-retail-searchproductcharacteristic.js
---
(0081153)
hgbot (developer)
2015-10-20 23:03

Repository: tools/automation/pi-mobile
Changeset: 763481bd2bdaac25249f80a079c1539a333c560a
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Tue Oct 20 00:11:33 2015 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/763481bd2bdaac25249f80a079c1539a333c560a [^]

Related to issue 30938: Support product characteristic and brand search in high volume product data scenario
Added testcases to test brand/char search in remote and non-remote cases

---
M src-test/org/openbravo/test/mobile/common/selenium/javascript/TestId.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/suites/HighVolSuite.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/ProductCharacteristicsSearchProductSelectCharacteristic.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/highvolume/ProductCharacteristicsSearchProductChangesCharacteristic_HV.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/ProductBrandSearch.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/ProductCharacteristicsSearchProductChangesCharacteristic.java
---
(0081156)
hgbot (developer)
2015-10-20 23:04

Repository: tools/automation/pi-mobile
Changeset: fb5b6a8ddbd83c11f86b27e4f1fcbbfcd283fefb
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Tue Oct 20 16:30:43 2015 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/fb5b6a8ddbd83c11f86b27e4f1fcbbfcd283fefb [^]

Related to issue 30938: Support product characteristic and brand search in high volume product data scenar
Fix compile issue

---
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/ProductCharacteristicsSearchProductChangesCharacteristic.java
---
(0081157)
hgbot (developer)
2015-10-20 23:04

Repository: tools/automation/pi-mobile
Changeset: a877cb24cb70d2b46b1c4028bf422bfad430c349
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Tue Oct 20 21:19:15 2015 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/a877cb24cb70d2b46b1c4028bf422bfad430c349 [^]

Related to issue 30938: Support product characteristic and brand search in high volume product data scenar
Small change to cope with different behavior in Oracle and Postgresql when sorting

---
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/highvolume/ProductCharacteristicsSearchProductChangesCharacteristic_HV.java
---
(0081158)
hgbot (developer)
2015-10-20 23:06

Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 3387196cbf65713f3b5da8dfa95890444f0c0ac0
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Tue Oct 20 00:06:38 2015 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/3387196cbf65713f3b5da8dfa95890444f0c0ac0 [^]

Related to issue 30938: Support product characteristic and brand search in high volume product data scenario
Support char/brand search remotely

---
M src/org/openbravo/retail/posterminal/OBPOSComponentProvider.java
M src/org/openbravo/retail/posterminal/master/Brand.java
M src/org/openbravo/retail/posterminal/master/BrandProperties.java
M src/org/openbravo/retail/posterminal/master/CharacteristicValue.java
M web/org.openbravo.retail.posterminal/js/components/modalproductbrand.js
M web/org.openbravo.retail.posterminal/js/components/modalproductcharacteristic.js
M web/org.openbravo.retail.posterminal/js/model/characteristicvalue.js
M web/org.openbravo.retail.posterminal/js/pointofsale/model/pointofsale-model.js
A src/org/openbravo/retail/posterminal/BrandChHQLCriteria.java
A src/org/openbravo/retail/posterminal/BrandChValueHQLCriteria.java
A src/org/openbravo/retail/posterminal/BrandHQLCriteria.java
A src/org/openbravo/retail/posterminal/BrandProductHQLCriteria.java
A src/org/openbravo/retail/posterminal/CharacteristicHQLCriteria.java
A src/org/openbravo/retail/posterminal/PCharacteristicHQLCriteria.java
A src/org/openbravo/retail/posterminal/ProductCharacteristicHQLCriteria.java
A src/org/openbravo/retail/posterminal/master/Characteristic.java
A src/org/openbravo/retail/posterminal/master/CharacteristicProperties.java
A web/org.openbravo.retail.posterminal/js/model/characteristic.js
---
(0081159)
hgbot (developer)
2015-10-20 23:06

Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: af56aa21c73874c66ba4adbf888afb8fc16b7564
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Tue Oct 20 10:28:40 2015 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/af56aa21c73874c66ba4adbf888afb8fc16b7564 [^]

Related to issue 30938: Support product characteristic and brand search in high volume product data scenar
Brand popup was not filtering using productfilter text

---
M web/org.openbravo.retail.posterminal/js/components/modalproductbrand.js
---
(0081160)
hgbot (developer)
2015-10-20 23:07

Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 8c5b326899c7fd4554f08157c1eb83aa985c8a8c
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Tue Oct 20 14:59:25 2015 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/8c5b326899c7fd4554f08157c1eb83aa985c8a8c [^]

Related to issue 30938: Support product characteristic and brand search in high volume product data scenar
Changes to support price/stock criteria modules

---
M web/org.openbravo.retail.posterminal/js/components/modalproductcharacteristic.js
---
(0081161)
mtaal (manager)
2015-10-20 23:08

Commits are in fact copies/merges of commits done by Sandra.

I added testcases and checked the commits, therefore I close the issue.
(0081319)
hgbot (developer)
2015-10-26 15:56

Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 1258d56931224fe06ade65724885c45fd2653f0c
Author: Sandra Huguet <sandra.huguet <at> openbravo.com>
Date: Mon Oct 26 15:55:23 2015 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/1258d56931224fe06ade65724885c45fd2653f0c [^]

related to issue 30938 added license

---
M src/org/openbravo/retail/posterminal/master/CharacteristicProperties.java
---

- Issue History
Date Modified Username Field Change
2015-09-25 15:00 mtaal New Issue
2015-09-25 15:00 mtaal Assigned To => Sandrahuguet
2015-09-25 15:00 mtaal Triggers an Emergency Pack => No
2015-10-20 23:03 hgbot Checkin
2015-10-20 23:03 hgbot Checkin
2015-10-20 23:03 hgbot Note Added: 0081153
2015-10-20 23:03 hgbot Note Added: 0081152
2015-10-20 23:04 hgbot Checkin
2015-10-20 23:04 hgbot Note Added: 0081156
2015-10-20 23:04 hgbot Checkin
2015-10-20 23:04 hgbot Note Added: 0081157
2015-10-20 23:06 hgbot Checkin
2015-10-20 23:06 hgbot Note Added: 0081158
2015-10-20 23:06 hgbot Checkin
2015-10-20 23:06 hgbot Note Added: 0081159
2015-10-20 23:07 hgbot Checkin
2015-10-20 23:07 hgbot Note Added: 0081160
2015-10-20 23:07 mtaal Status new => scheduled
2015-10-20 23:07 mtaal Status scheduled => resolved
2015-10-20 23:07 mtaal Fixed in Version => RR16Q1
2015-10-20 23:07 mtaal Resolution open => fixed
2015-10-20 23:08 mtaal Review Assigned To => mtaal
2015-10-20 23:08 mtaal Note Added: 0081161
2015-10-20 23:08 mtaal Status resolved => closed
2015-10-20 23:48 mtaal Relationship added related to 0031194
2015-10-26 15:56 hgbot Checkin
2015-10-26 15:56 hgbot Note Added: 0081319


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker