Openbravo Issue Tracking System - Retail Modules
View Issue Details
0022216Retail ModulesWeb POSpublic2012-11-06 13:572012-11-27 18:44
jonalegriaesarte 
adrianromero 
urgentmajorhave not tried
closedfixed 
5
 
 
No
0022216: The user cannot search via mobile number or name, mobile number and email partial string
The user cannot search via mobile number or name, mobile number and email partial string
- Try to search via mobile or partial strings in partner selector
No tags attached.
Issue History
2012-11-06 13:57jonalegriaesarteNew Issue
2012-11-06 13:57jonalegriaesarteAssigned To => adrianromero
2012-11-06 19:07hgbotCheckin
2012-11-06 19:07hgbotNote Added: 0054045
2012-11-06 19:07hgbotStatusnew => resolved
2012-11-06 19:07hgbotResolutionopen => fixed
2012-11-06 19:07hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/7563fb48ab7af39745f9fb7e7433676da64ab90f [^]
2012-11-06 19:07hgbotCheckin
2012-11-06 19:07hgbotNote Added: 0054046
2012-11-06 19:11adrianromeroNote Added: 0054047
2012-11-07 12:32hgbotCheckin
2012-11-07 12:32hgbotNote Added: 0054070
2012-11-07 15:38hgbotCheckin
2012-11-07 15:38hgbotNote Added: 0054075
2012-11-07 15:38hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/7563fb48ab7af39745f9fb7e7433676da64ab90f [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal-quotations/rev/7563fb48ab7af39745f9fb7e7433676da64ab90f [^]
2012-11-07 15:38hgbotCheckin
2012-11-07 15:38hgbotNote Added: 0054076
2012-11-07 15:38hgbotCheckin
2012-11-07 15:38hgbotNote Added: 0054078
2012-11-27 18:44adrianromeroNote Added: 0054605
2012-11-27 18:44adrianromeroStatusresolved => closed

Notes
(0054045)
hgbot   
2012-11-06 19:07   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 7563fb48ab7af39745f9fb7e7433676da64ab90f
Author: Adrián Romero <adrianromero <at> openbravo.com>
Date: Tue Nov 06 18:51:27 2012 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/7563fb48ab7af39745f9fb7e7433676da64ab90f [^]

Fixes issue 0022216: The user cannot search via mobile number or name, mobile number and email partial string

---
M web/org.openbravo.retail.posterminal/js/components/businesspartner.js
M web/org.openbravo.retail.posterminal/js/data/dal.js
M web/org.openbravo.retail.posterminal/js/model/businesspartner.js
M web/org.openbravo.retail.posterminal/js/pointofsale/view/subwindows/customers/customersadvancedsearch.js
---
(0054046)
hgbot   
2012-11-06 19:07   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: b701fabdbe2e5e2e6ce461b4c2599017f0161467
Author: Adrián Romero <adrianromero <at> openbravo.com>
Date: Tue Nov 06 19:04:45 2012 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/b701fabdbe2e5e2e6ce461b4c2599017f0161467 [^]

Issue 0022216: The user cannot search via mobile number or name, mobile number and email partial string
Added feature to products. Now products can be searched by name and UPC/EAN

---
M web/org.openbravo.retail.posterminal/js/components/searchproducts.js
M web/org.openbravo.retail.posterminal/js/model/product.js
---
(0054047)
adrianromero   
2012-11-06 19:11   
With this feature, now filters in Products and Business partners can be customized.

For example to customize the fields used to filter Products, include the following javascript sentence:

  OB.Model.Product.prototype.propertiesFilter = ['_identifier', 'uPCEAN'];

In the case you want to customize the fields used to filter Business partners use:

  OB.Model.BusinessPartner.prototype.propertiesFilter = ['_identifier', 'taxID', 'email', 'phone'];
(0054070)
hgbot   
2012-11-07 12:32   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 92c5d8cae9ccc5833e106d50fdcde942b6646d07
Author: Adrián Romero <adrianromero <at> openbravo.com>
Date: Wed Nov 07 12:31:57 2012 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/92c5d8cae9ccc5833e106d50fdcde942b6646d07 [^]

Issue 0022216: The user cannot search via mobile number or name, mobile number and email partial string

---
M web/org.openbravo.retail.posterminal/js/data/dal.js
---
(0054075)
hgbot   
2012-11-07 15:38   
Repository: erp/pmods/org.openbravo.retail.posterminal-quotations
Changeset: 7563fb48ab7af39745f9fb7e7433676da64ab90f
Author: Adrián Romero <adrianromero <at> openbravo.com>
Date: Tue Nov 06 18:51:27 2012 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal-quotations/rev/7563fb48ab7af39745f9fb7e7433676da64ab90f [^]

Fixes issue 0022216: The user cannot search via mobile number or name, mobile number and email partial string

---
M web/org.openbravo.retail.posterminal/js/components/businesspartner.js
M web/org.openbravo.retail.posterminal/js/data/dal.js
M web/org.openbravo.retail.posterminal/js/model/businesspartner.js
M web/org.openbravo.retail.posterminal/js/pointofsale/view/subwindows/customers/customersadvancedsearch.js
---
(0054076)
hgbot   
2012-11-07 15:38   
Repository: erp/pmods/org.openbravo.retail.posterminal-quotations
Changeset: b701fabdbe2e5e2e6ce461b4c2599017f0161467
Author: Adrián Romero <adrianromero <at> openbravo.com>
Date: Tue Nov 06 19:04:45 2012 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal-quotations/rev/b701fabdbe2e5e2e6ce461b4c2599017f0161467 [^]

Issue 0022216: The user cannot search via mobile number or name, mobile number and email partial string
Added feature to products. Now products can be searched by name and UPC/EAN

---
M web/org.openbravo.retail.posterminal/js/components/searchproducts.js
M web/org.openbravo.retail.posterminal/js/model/product.js
---
(0054078)
hgbot   
2012-11-07 15:38   
Repository: erp/pmods/org.openbravo.retail.posterminal-quotations
Changeset: 92c5d8cae9ccc5833e106d50fdcde942b6646d07
Author: Adrián Romero <adrianromero <at> openbravo.com>
Date: Wed Nov 07 12:31:57 2012 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal-quotations/rev/92c5d8cae9ccc5833e106d50fdcde942b6646d07 [^]

Issue 0022216: The user cannot search via mobile number or name, mobile number and email partial string

---
M web/org.openbravo.retail.posterminal/js/data/dal.js
---
(0054605)
adrianromero   
2012-11-27 18:44   
Closed for RMP17