Openbravo Issue Tracking System - Retail Modules
View Issue Details
0045407Retail ModulesWeb POSpublic2020-11-10 08:282020-11-12 14:46
AugustoMauch 
Retail 
immediatemajorhave not tried
closedfixed 
5
 
RR20Q3.2RR20Q3.2 
marvintm
Production - QA Approved
2020-05-07
RR20Q3
https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/a389aaa10189a14b854a957b42d6c3c480a5180c#77162408dbefccf95f3e8d9f2afef2312effeb61_28_28 [^]
No
0045407: 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 => RR20Q3.2
2020-11-12 14:41hgbotResolutionopen => fixed
2020-11-12 14:41hgbotStatusscheduled => resolved
2020-11-12 14:41hgbotFixed in Version => RR20Q3.2
2020-11-12 14:41hgbotNote Added: 0124328
2020-11-12 14:46marvintmReview Assigned To => marvintm
2020-11-12 14:46marvintmStatusresolved => closed

Notes
(0124328)
hgbot   
2020-11-12 14:41   
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal [^]
Changeset: 0d4293530a3f7eb290a5cc211de8c9f044d64833
Author: Ranjith S R <ranjith@qualiantech.com>
Date: 2020-11-12T19:11:27+05:30
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/0d4293530a3f7eb290a5cc211de8c9f044d64833 [^]

Fixed ISSUE-45407: 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
---