Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0022216 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
feature request | [Retail Modules] Web POS | major | have not tried | 2012-11-06 13:57 | 2012-11-27 18:44 | |||
Reporter | jonalegriaesarte | View Status | public | |||||
Assigned To | adrianromero | |||||||
Priority | urgent | Resolution | fixed | Fixed in Version | ||||
Status | closed | Fix in branch | Fixed in SCM revision | 7563fb48ab7a | ||||
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 | ||||||||
OBNetwork customer | OBPS | |||||||
Support ticket | ||||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0022216: The user cannot search via mobile number or name, mobile number and email partial string | |||||||
Description | The user cannot search via mobile number or name, mobile number and email partial string | |||||||
Steps To Reproduce | - Try to search via mobile or partial strings in partner selector | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
|
![]() |
|
(0054045) hgbot (developer) 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 (developer) 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 (viewer) 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 (developer) 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 (developer) 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 (developer) 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 (developer) 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 (viewer) 2012-11-27 18:44 |
Closed for RMP17 |
![]() |
|||
Date Modified | Username | Field | Change |
2012-11-06 13:57 | jonalegriaesarte | New Issue | |
2012-11-06 13:57 | jonalegriaesarte | Assigned To | => adrianromero |
2012-11-06 13:57 | jonalegriaesarte | OBNetwork customer | => Yes |
2012-11-06 19:07 | hgbot | Checkin | |
2012-11-06 19:07 | hgbot | Note Added: 0054045 | |
2012-11-06 19:07 | hgbot | Status | new => resolved |
2012-11-06 19:07 | hgbot | Resolution | open => fixed |
2012-11-06 19:07 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/7563fb48ab7af39745f9fb7e7433676da64ab90f [^] |
2012-11-06 19:07 | hgbot | Checkin | |
2012-11-06 19:07 | hgbot | Note Added: 0054046 | |
2012-11-06 19:11 | adrianromero | Note Added: 0054047 | |
2012-11-07 12:32 | hgbot | Checkin | |
2012-11-07 12:32 | hgbot | Note Added: 0054070 | |
2012-11-07 15:38 | hgbot | Checkin | |
2012-11-07 15:38 | hgbot | Note Added: 0054075 | |
2012-11-07 15:38 | hgbot | Fixed in SCM revision | http://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:38 | hgbot | Checkin | |
2012-11-07 15:38 | hgbot | Note Added: 0054076 | |
2012-11-07 15:38 | hgbot | Checkin | |
2012-11-07 15:38 | hgbot | Note Added: 0054078 | |
2012-11-27 18:44 | adrianromero | Note Added: 0054605 | |
2012-11-27 18:44 | adrianromero | Status | resolved => closed |
Copyright © 2000 - 2009 MantisBT Group |