Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0040086 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Retail Modules] Web POS | major | always | 2019-01-31 13:26 | 2019-02-28 14:37 | |||
Reporter | JONHM | View Status | public | |||||
Assigned To | ranjith_qualiantech_com | |||||||
Priority | high | Resolution | fixed | Fixed in Version | RR19Q2 | |||
Status | closed | Fix in branch | Fixed in SCM revision | bd0f19e74267 | ||||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Merge Request Status | ||||||||
Review Assigned To | jorge-garcia | |||||||
OBNetwork customer | Gold | |||||||
Support ticket | ||||||||
Regression level | Packaging and release | |||||||
Regression date | 2019-02-07 | |||||||
Regression introduced in release | RR18Q1.3 | |||||||
Regression introduced by commit | https://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/b249c950e647 [^] | |||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0040086: In remote mode, the search on advance BP selector does not clear the filters | |||||||
Description | In remote mode, the search on advance BP selector does not clear the filters. When filtering by City we got an error because the filter is not allowed, then we search for the Name and we still are getting the same error as before. Also, if we open the Advance Filters, we can check that the filters are not deleted, and when pressing the 'Clear All' button is not working. Probably those two errors are related. | |||||||
Steps To Reproduce | In the backend, set the Preference "Enable Remote for Customer" with value 'Y' for "The White Valley Group" client. In the WebPos, open the BP selector, select 'City' on the drop-down and enter some value. We got an error because filtering is not allowed for that property. Then, select 'Full Name' on the drop-down and enter some value. We get the same error as before. Notice that if we click on 'Advanced Filters' we are getting both values, and if we click on 'Clear All' button, nothing happens. | |||||||
Tags | No tags attached. | |||||||
Attached Files | ![]() ![]() | |||||||
![]() |
|||||||||||||||||||||||||||||
|
![]() |
|
(0109442) hgbot (developer) 2019-02-02 07:34 |
Repository: erp/pmods/org.openbravo.mobile.core Changeset: 53ec61cbfb0b44dd0dbc25765e15fa210765d28c Author: Ranjith S R <ranjith <at> qualiantech.com> Date: Sat Feb 02 12:04:02 2019 +0530 URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/53ec61cbfb0b44dd0dbc25765e15fa210765d28c [^] Fixed issue 40086 : All FilterSelector Fields should be cleared even it is disabled * When clear method is called for FilterSelector Modal, all fields should be cleared even it is disabled * For disabled fields, setPresetValue function will be undefined. Refactored clearAll method to support setPresetValue is present or not --- M web/org.openbravo.mobile.core/source/component/dialog/ob-modaladvancedfilters.js --- |
(0109539) jorge-garcia (viewer) 2019-02-04 17:47 |
Reopened to create backports |
(0109589) jorge-garcia (viewer) 2019-02-05 15:40 |
Reopened to implement the logic to hide a combo filter in customer modal if the filter is disabled |
(0109641) hgbot (developer) 2019-02-06 15:14 |
Repository: erp/pmods/org.openbravo.mobile.core Changeset: bd0f19e74267b83ce40eb33ed6465e0022533990 Author: Ranjith S R <ranjith <at> qualiantech.com> Date: Wed Feb 06 19:44:17 2019 +0530 URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/bd0f19e74267b83ce40eb33ed6465e0022533990 [^] Fixed issue 40086 : Updated Filter Selector Table to use Filter with Selector Preference * In Filter Selector Table, Filter Combo will be listed based on Entity Selector Preference --- M web/org.openbravo.mobile.core/source/component/dialog/ob-advancedfilterselector.js M web/org.openbravo.mobile.core/source/data/ob-model.js --- |
(0109642) hgbot (developer) 2019-02-06 15:14 |
Repository: erp/pmods/org.openbravo.retail.posterminal Changeset: 1ee6378782bb1ebc20daeba387cc0006120282b6 Author: Ranjith S R <ranjith <at> qualiantech.com> Date: Wed Feb 06 19:44:28 2019 +0530 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/1ee6378782bb1ebc20daeba387cc0006120282b6 [^] Related to issue 40086 : Updated Filter Selector Table to use Filter with Selector Preference * Refactored to get Filter Properties with Entity Selector Preference --- M web/org.openbravo.retail.posterminal/js/components/businesspartner_selector.js M web/org.openbravo.retail.posterminal/js/components/modal-pay-open-tickets.js M web/org.openbravo.retail.posterminal/js/components/modalassociatetickets.js M web/org.openbravo.retail.posterminal/js/components/modalorderselector.js --- |
(0109658) ranjith_qualiantech_com (viewer) 2019-02-11 02:31 |
Reopened to refactor the AdvancedFilter Model |
(0109664) hgbot (developer) 2019-02-11 13:06 |
Repository: erp/pmods/org.openbravo.retail.posterminal Changeset: e44e2232018b8ee25f7fa469177fb5527d56d5d9 Author: Ranjith S R <ranjith <at> qualiantech.com> Date: Mon Feb 11 17:34:46 2019 +0530 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/e44e2232018b8ee25f7fa469177fb5527d56d5d9 [^] Related to issue 40086 : Refactored Advanced Filter Modal to use FilterProperties With SelectorPreference * filterModel is moved to parent component of FilterSelectorTableHeader to support/modify the filters based on configuration for eg. Business Partner Advanced Filter will be updated by Temrinal's "Show Business Partner Category" * filters has been initialized before component rendering, since Filter Combo is rendered based on Filter Properties --- M web/org.openbravo.retail.posterminal/js/components/businesspartner_selector.js M web/org.openbravo.retail.posterminal/js/components/modal-pay-open-tickets.js M web/org.openbravo.retail.posterminal/js/components/modalassociatetickets.js M web/org.openbravo.retail.posterminal/js/components/modalorderselector.js M web/org.openbravo.retail.posterminal/js/model/bpartnerfilter.js --- |
(0109665) hgbot (developer) 2019-02-11 13:06 |
Repository: erp/pmods/org.openbravo.mobile.core Changeset: 882740b2a700eed878a7af68799836be9f76c0cd Author: Ranjith S R <ranjith <at> qualiantech.com> Date: Mon Feb 11 17:35:28 2019 +0530 URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/882740b2a700eed878a7af68799836be9f76c0cd [^] Related to issue 40086 : Refactored Advanced Filter Modal to use model filter conditions * Filters properties is defined in parent of advanced filter selector popup --- M web/org.openbravo.mobile.core/source/component/dialog/ob-advancedfilterselector.js M web/org.openbravo.mobile.core/source/component/dialog/ob-modaladvancedfilters.js M web/org.openbravo.mobile.core/source/data/ob-model.js --- |
(0109734) jorge-garcia (viewer) 2019-02-12 15:25 |
Code reviewed and tested |
(0110121) hgbot (developer) 2019-02-28 14:37 |
Repository: erp/pmods/org.openbravo.retail.posterminal Changeset: d7e9e77cedd3e91b20f99b8a03f3986ccedf8e74 Author: Armaignac <collazoandy4 <at> gmail.com> Date: Wed Feb 13 17:07:09 2019 -0500 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/d7e9e77cedd3e91b20f99b8a03f3986ccedf8e74 [^] [CrossStore] Hide Store sort button from filter model Now the store sort button is hidden from filter model (issue 40086) --- M src-db/database/sourcedata/AD_PREFERENCE.xml M src-db/database/sourcedata/AD_REF_LIST.xml M web/org.openbravo.retail.posterminal/js/model/orderfilter.js M web/org.openbravo.retail.posterminal/js/model/orders-for-verified-returns-filter.js --- |
![]() |
|||
Date Modified | Username | Field | Change |
2019-01-31 13:26 | JONHM | New Issue | |
2019-01-31 13:26 | JONHM | Assigned To | => Retail |
2019-01-31 13:26 | JONHM | File Added: Screenshot from 2019-01-31 13-25-49.png | |
2019-01-31 13:26 | JONHM | OBNetwork customer | => Gold |
2019-01-31 13:26 | JONHM | Regression date | => 2019-02-07 |
2019-01-31 13:26 | JONHM | Triggers an Emergency Pack | => No |
2019-01-31 13:31 | JONHM | Regression introduced in release | => RR18Q1.3 |
2019-01-31 13:44 | JONHM | Summary | In remote mode, the search on advance BP selector do not clear the filters => In remote mode, the search on advance BP selector does not clear the filters |
2019-01-31 13:44 | JONHM | Description Updated | View Revisions |
2019-01-31 13:51 | ranjith_qualiantech_com | Assigned To | Retail => ranjith_qualiantech_com |
2019-01-31 13:51 | ranjith_qualiantech_com | Status | new => scheduled |
2019-02-01 08:13 | ranjith_qualiantech_com | File Added: issue 40086 mobilecore fix.patch | |
2019-02-01 08:28 | ranjith_qualiantech_com | Relationship added | related to 0040097 |
2019-02-02 07:34 | hgbot | Checkin | |
2019-02-02 07:34 | hgbot | Note Added: 0109442 | |
2019-02-02 07:34 | hgbot | Status | scheduled => resolved |
2019-02-02 07:34 | hgbot | Resolution | open => fixed |
2019-02-02 07:34 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/53ec61cbfb0b44dd0dbc25765e15fa210765d28c [^] |
2019-02-04 17:47 | jorge-garcia | Note Added: 0109539 | |
2019-02-04 17:47 | jorge-garcia | Status | resolved => new |
2019-02-04 17:47 | jorge-garcia | Resolution | fixed => open |
2019-02-04 17:48 | jorge-garcia | Status | new => scheduled |
2019-02-04 17:48 | jorge-garcia | Status | scheduled => resolved |
2019-02-04 17:48 | jorge-garcia | Fixed in Version | => RR19Q2 |
2019-02-04 17:48 | jorge-garcia | Resolution | open => fixed |
2019-02-04 17:50 | jorge-garcia | Review Assigned To | => jorge-garcia |
2019-02-05 06:19 | ranjith_qualiantech_com | Regression level | => Packaging and release |
2019-02-05 06:19 | ranjith_qualiantech_com | Regression introduced by commit | => https://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/b249c950e647 [^] |
2019-02-05 15:40 | jorge-garcia | Note Added: 0109589 | |
2019-02-05 15:40 | jorge-garcia | Status | resolved => new |
2019-02-05 15:40 | jorge-garcia | Resolution | fixed => open |
2019-02-05 15:40 | jorge-garcia | Fixed in Version | RR19Q2 => |
2019-02-05 15:40 | jorge-garcia | Status | new => scheduled |
2019-02-06 15:11 | hgbot | Checkin | |
2019-02-06 15:11 | hgbot | Note Added: 0109639 | |
2019-02-06 15:14 | hgbot | Checkin | |
2019-02-06 15:14 | hgbot | Note Added: 0109641 | |
2019-02-06 15:14 | hgbot | Status | scheduled => resolved |
2019-02-06 15:14 | hgbot | Resolution | open => fixed |
2019-02-06 15:14 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/53ec61cbfb0b44dd0dbc25765e15fa210765d28c [^] => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/bd0f19e74267b83ce40eb33ed6465e0022533990 [^] |
2019-02-06 15:14 | hgbot | Checkin | |
2019-02-06 15:14 | hgbot | Note Added: 0109642 | |
2019-02-07 09:56 | ranjith_qualiantech_com | Note Deleted: 0109639 | |
2019-02-11 02:31 | ranjith_qualiantech_com | Note Added: 0109658 | |
2019-02-11 02:31 | ranjith_qualiantech_com | Status | resolved => new |
2019-02-11 02:31 | ranjith_qualiantech_com | Resolution | fixed => open |
2019-02-11 02:31 | ranjith_qualiantech_com | Status | new => scheduled |
2019-02-11 13:06 | hgbot | Checkin | |
2019-02-11 13:06 | hgbot | Note Added: 0109664 | |
2019-02-11 13:06 | hgbot | Checkin | |
2019-02-11 13:06 | hgbot | Note Added: 0109665 | |
2019-02-11 13:06 | ranjith_qualiantech_com | Status | scheduled => resolved |
2019-02-11 13:06 | ranjith_qualiantech_com | Resolution | open => fixed |
2019-02-12 15:25 | jorge-garcia | Note Added: 0109734 | |
2019-02-12 15:25 | jorge-garcia | Status | resolved => closed |
2019-02-12 15:25 | jorge-garcia | Fixed in Version | => RR19Q2 |
2019-02-28 14:37 | hgbot | Checkin | |
2019-02-28 14:37 | hgbot | Note Added: 0110121 |
Copyright © 2000 - 2009 MantisBT Group |