Openbravo Issue Tracking System - Retail Modules
View Issue Details
0034790Retail ModulesWeb POSpublic2016-12-20 18:362017-01-25 10:10
marvintm 
jorge-garcia 
urgentmajoralways
closedfixed 
5
 
RR17Q2 
marvintm
Pre packaging ( pi )
2016-11-24
pi
https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/eddbb5c10637 [^]
No
0034790: Business partner selector returns inactive customers in remote mode
If Remote mode for customer is enabled, the Business Partner selector will find inactive customers. This is not correct.
- Enable customer remote mode.
- Disable the customer Arturo Montoro.
- Log in the Web POS.
- Open the business partner selector and do a search. Notice that Arturo Montoro is found. This is not correct.
BPFilter.java should be modified so that only active business partners and business partner locations are returned.
No tags attached.
diff posterminal_34790.diff (1,140) 2016-12-21 11:11
https://issues.openbravo.com/file_download.php?file_id=10202&type=bug
Issue History
2016-12-20 18:36marvintmNew Issue
2016-12-20 18:36marvintmAssigned To => ebecerra
2016-12-20 18:36marvintmRegression level => Pre packaging ( pi )
2016-12-20 18:36marvintmRegression date => 2016-11-24
2016-12-20 18:36marvintmRegression introduced in release => pi
2016-12-20 18:36marvintmRegression introduced by commit => https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/eddbb5c10637 [^]
2016-12-20 18:36marvintmTriggers an Emergency Pack => No
2016-12-21 11:11ebecerraFile Added: posterminal_34790.diff
2017-01-13 14:46jorge-garciaAssigned Toebecerra => Retail
2017-01-17 17:43jorge-garciaStatusnew => scheduled
2017-01-17 17:43jorge-garciaAssigned ToRetail => jorge-garcia
2017-01-19 09:14hgbotCheckin
2017-01-19 09:14hgbotNote Added: 0093719
2017-01-19 09:14hgbotStatusscheduled => resolved
2017-01-19 09:14hgbotResolutionopen => fixed
2017-01-19 09:14hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/1e1e19e588faa98c0c84515b2409ce28b9d8583a [^]
2017-01-25 08:32hgbotCheckin
2017-01-25 08:32hgbotNote Added: 0093806
2017-01-25 10:10marvintmReview Assigned To => marvintm
2017-01-25 10:10marvintmStatusresolved => closed
2017-01-25 10:10marvintmFixed in Version => RR17Q2

Notes
(0093719)
hgbot   
2017-01-19 09:14   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 1e1e19e588faa98c0c84515b2409ce28b9d8583a
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Tue Jan 17 17:20:51 2017 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/1e1e19e588faa98c0c84515b2409ce28b9d8583a [^]

Fixed issue 34790: Business partner selector returns inactive customers in
remote mode

Added active criteria in remote search for customer and customer location.

---
M src/org/openbravo/retail/posterminal/master/BPartnerFilter.java
---
(0093806)
hgbot   
2017-01-25 08:32   
Repository: tools/automation/pi-mobile
Changeset: 302ae44475a5784ab415ec9730c49963e6004c21
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Tue Jan 24 09:13:07 2017 +0100
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/302ae44475a5784ab415ec9730c49963e6004c21 [^]

Verifies issue 34790: Business partner selector returns inactive customers in
remote mode

Added test I34790_IgnoreDeactivateCustomerInRemote.

---
M src-test/org/openbravo/test/mobile/retail/pack/selenium/TestIdPack.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/system/I34790_IgnoreDeactivateCustomerInRemote.java
---