Openbravo Issue Tracking System - Retail Modules
View Issue Details
0045406Retail ModulesWeb POSpublic2020-11-10 08:282020-11-12 14:47
AugustoMauch 
Retail 
immediatemajorhave not tried
closedfixed 
5
 
RR20Q4RR20Q4 
marvintm
Production - QA Approved
2020-05-07
RR20Q3
https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/a389aaa10189a14b854a957b42d6c3c480a5180c#77162408dbefccf95f3e8d9f2afef2312effeb61_28_28 [^]
No
0045406: Remote customer filter does not work properly if location data is requested
When using remote customers, the customer filter is not working properly if the location data is requested. The filtered results look fine and the rows shown are the ones requested, but when clicking on a row to assign the customer to the ticket, the customer is not being assigned because the id included in the request is not the business partner id but the business partner location id
Login Backend
Go to preference window:
 -set to Y the property "Enable Remote for Customer"
 -set to N the property "Entity Selector BPartnerFilter Disable Postal Code Filtering"

Login WebPOS
  -Tap on Customer selector
  -Filter by: Postal Code = 08009
  -Select "Arturo Montoro" notice that in the ticket Arturo Montoro is not selected.
No tags attached.
blocks defect 0045404 closed ranjith_qualiantech_com Remote customer filter does not work properly if location data is requested 
Issue History
2020-11-10 15:16marvintmTypedefect => backport
2020-11-10 15:16marvintmTarget Version => RR20Q4
2020-11-12 14:32hgbotResolutionopen => fixed
2020-11-12 14:32hgbotStatusscheduled => resolved
2020-11-12 14:32hgbotFixed in Version => RR20Q4
2020-11-12 14:32hgbotNote Added: 0124327
2020-11-12 14:47marvintmReview Assigned To => marvintm
2020-11-12 14:47marvintmStatusresolved => closed

Notes
(0124327)
hgbot   
2020-11-12 14:32   
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal [^]
Changeset: 28d9b315d711d6661503deca37ff0c67aacfa192
Author: Ranjith S R <ranjith@qualiantech.com>
Date: 2020-11-12T19:02:01+05:30
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/28d9b315d711d6661503deca37ff0c67aacfa192 [^]

Fixed ISSUE-45406: Updated column name for BPartner Filter
* When transforming data to model, bpartnerId should be retained when searching Customer with advanced filter

---
M web/org.openbravo.retail.posterminal/js/components/businesspartner_selector.js
M web/org.openbravo.retail.posterminal/js/model/bpartnerfilter.js
---