Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0031986 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
feature request | [Retail Modules] Web POS | trivial | have not tried | 2016-01-21 17:46 | 2016-02-16 12:48 | |||
Reporter | Sandrahuguet | View Status | public | |||||
Assigned To | Sandrahuguet | |||||||
Priority | normal | Resolution | fixed | Fixed in Version | RR16Q2 | |||
Status | closed | Fix in branch | Fixed in SCM revision | 703819394cad | ||||
Projection | none | ETA | none | Target Version | ||||
OS | Linux 32 bit | Database | PostgreSQL | Java version | 1.6.0_18 | |||
OS Version | Community Appliance | Database version | 8.3.9 | Ant version | 1.7.1 | |||
Product Version | SCM revision | |||||||
Review Assigned To | mtaal | |||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0031986: [HGVOL] support filtering by bestsellers in search view | |||||||
Description | Support filtering by bestsellers in search view (remote mode) | |||||||
Steps To Reproduce | Add to product category combo a new category "Best sellers" to be able to filtering by bestsellers in search view (remote mode) | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | |||||||||||||||
|
Notes | |
(0083938) hgbot (developer) 2016-02-05 08:18 |
Repository: erp/pmods/org.openbravo.mobile.core Changeset: 25abba1af9838f60e9bfe38e514bbaa651c7742e Author: Sandra Huguet <sandra.huguet <at> openbravo.com> Date: Fri Feb 05 08:11:25 2016 +0100 URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/25abba1af9838f60e9bfe38e514bbaa651c7742e [^] Fixed issue 31986 [HGVOL] support filtering by bestsellers in search view Added to product category combo a new category "Best sellers" to be able to filtering by bestsellers in search view. --- M src/org/openbravo/mobile/core/process/SimpleQueryBuilder.java M web/org.openbravo.mobile.core/source/retail/component/ob-retail-searchproductcharacteristic.js --- |
(0083939) hgbot (developer) 2016-02-05 08:19 |
Repository: erp/pmods/org.openbravo.retail.posterminal Changeset: 703819394cad0de681f3ce85e89c4b5b6b4b64ee Author: Sandra Huguet <sandra.huguet <at> openbravo.com> Date: Fri Feb 05 08:10:14 2016 +0100 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/703819394cad0de681f3ce85e89c4b5b6b4b64ee [^] Fixed issue 31986 [HGVOL] support filtering by bestsellers in search view Added to product category combo a new category "Best sellers" to be able to filtering by bestsellers in search view. --- M src/org/openbravo/retail/posterminal/PCharacteristicHQLCriteria.java M src/org/openbravo/retail/posterminal/ProductCharacteristicHQLCriteria.java M web/org.openbravo.retail.posterminal/js/components/modalproductcharacteristic.js --- |
(0083940) hgbot (developer) 2016-02-05 08:21 |
Repository: erp/pmods/org.openbravo.retail.bestsellers Changeset: 8dd2d50794db1f547478f3538fac985cf89d3657 Author: Sandra Huguet <sandra.huguet <at> openbravo.com> Date: Fri Feb 05 08:12:07 2016 +0100 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.bestsellers/rev/8dd2d50794db1f547478f3538fac985cf89d3657 [^] related to issue 31986 [HGVOL] support filtering by bestsellers in search view Added to product category combo a new category "Best sellers" to be able to filtering by bestsellers in search view. --- M src/org/openbravo/retail/bestsellers/BestSellersProperties.java A src/org/openbravo/retail/bestsellers/BestSellersComponentProvider.java A src/org/openbravo/retail/bestsellers/PCharacteristicBestSellerHQLCriteria.java A src/org/openbravo/retail/bestsellers/PCharacteristicValueBestSellerHQLCriteria.java A web/org.openbravo.retail.bestsellers/js/bestsellers.js --- |
(0083941) hgbot (developer) 2016-02-05 08:22 |
Repository: erp/pmods/org.openbravo.retail.multiupc Changeset: 238ca9d5bfc20ecd18f99e00d957ee8dfbd8bb65 Author: Sandra Huguet <sandra.huguet <at> openbravo.com> Date: Fri Feb 05 08:16:47 2016 +0100 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.multiupc/rev/238ca9d5bfc20ecd18f99e00d957ee8dfbd8bb65 [^] related to issue 31986 [HGVOL] support filtering by bestsellers in search view Added to product category combo a new category "Best sellers" to be able to filtering by bestsellers in search view. --- M web/org.openbravo.retail.multiupc/js/extendUPCSearch.js --- |
(0083942) hgbot (developer) 2016-02-05 08:23 |
Repository: tools/automation/pi-mobile Changeset: 742e5081069d566574c0dac64a8b2dfb1e93c9ea Author: Sandra Huguet <sandra.huguet <at> openbravo.com> Date: Fri Feb 05 08:17:18 2016 +0100 URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/742e5081069d566574c0dac64a8b2dfb1e93c9ea [^] related to issue 31986 [HGVOL] support filtering by bestsellers in search view Added to product category combo a new category "Best sellers" to be able to filtering by bestsellers in search view. --- M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/bestsellers/CreateSaleBestsellers.java M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/multipricelists/MPLCashupAfterPricelistChange.java M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/multipricelists/MPLChangePriceLine.java M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/multipricelists/MPLChangePriceList.java M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/multipricelists/MPLDiscPromByPrice.java M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/multipricelists/MPLDiscPromPrice.java M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/multipricelists/MPLDiscountsWithPriceIncludeTaxes.java M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/multipricelists/MPLDiscountsWithoutPriceIncludeTaxes.java M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/multipricelists/MPLMulticurrencyPayInEURUSD.java M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/multipricelists/MPLMulticurrencyPayInUSD.java M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/multipricelists/MPLProductNoPriceList.java M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/multipricelists/MPLQuotation.java M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/multipricelists/MPLSaleAndReloadTerminal.java M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/services/ServicesTests.java --- |
(0084243) mtaal (manager) 2016-02-16 12:48 |
Reviewed |
Issue History | |||
Date Modified | Username | Field | Change |
2016-01-21 17:46 | Sandrahuguet | New Issue | |
2016-01-21 17:46 | Sandrahuguet | Assigned To | => Sandrahuguet |
2016-01-21 17:46 | Sandrahuguet | Triggers an Emergency Pack | => No |
2016-01-21 17:47 | Sandrahuguet | Review Assigned To | => mtaal |
2016-01-22 09:04 | Sandrahuguet | Status | new => scheduled |
2016-01-27 15:55 | Sandrahuguet | Relationship added | depends on 0031607 |
2016-02-05 08:18 | hgbot | Checkin | |
2016-02-05 08:18 | hgbot | Note Added: 0083938 | |
2016-02-05 08:18 | hgbot | Status | scheduled => resolved |
2016-02-05 08:18 | hgbot | Resolution | open => fixed |
2016-02-05 08:18 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/25abba1af9838f60e9bfe38e514bbaa651c7742e [^] |
2016-02-05 08:19 | hgbot | Checkin | |
2016-02-05 08:19 | hgbot | Note Added: 0083939 | |
2016-02-05 08:19 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/25abba1af9838f60e9bfe38e514bbaa651c7742e [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/703819394cad0de681f3ce85e89c4b5b6b4b64ee [^] |
2016-02-05 08:21 | hgbot | Checkin | |
2016-02-05 08:21 | hgbot | Note Added: 0083940 | |
2016-02-05 08:22 | hgbot | Checkin | |
2016-02-05 08:22 | hgbot | Note Added: 0083941 | |
2016-02-05 08:23 | hgbot | Checkin | |
2016-02-05 08:23 | hgbot | Note Added: 0083942 | |
2016-02-16 12:48 | mtaal | Note Added: 0084243 | |
2016-02-16 12:48 | mtaal | Status | resolved => closed |
2016-02-16 12:48 | mtaal | Fixed in Version | => RR16Q2 |
2017-03-16 19:11 | dmitry_mezentsev | Relationship added | causes 0035022 |
Copyright © 2000 - 2009 MantisBT Group |