Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0022216
TypeCategorySeverityReproducibilityDate SubmittedLast Update
feature request[Retail Modules] Web POSmajorhave not tried2012-11-06 13:572012-11-27 18:44
ReporterjonalegriaesarteView Statuspublic 
Assigned Toadrianromero 
PriorityurgentResolutionfixedFixed in Version
StatusclosedFix in branchFixed in SCM revision7563fb48ab7a
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned To
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

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

DescriptionThe 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
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(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 (manager)
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 (manager)
2012-11-27 18:44

Closed for RMP17

- Issue History
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 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
Powered by Mantis Bugtracker