Openbravo Issue Tracking System - Retail Modules
View Issue Details
0045391Retail ModulesWeb POSpublic2020-11-06 12:282020-11-13 08:36
dmiguelez 
Retail 
normalminoralways
closedfixed 
5
 
RR21Q1 
No
0045391: In DQM, allow to customize what happens when a suggestion value is selected from the list
In DQM, it is possible to customize the list of suggested values shown for a field in the Customer View.

However, when a value is selected, it is not possible to customize what should happen.

For example, when a Postal Code is selected, it should be possible to set the value of the City based on it.
In DQM, it is possible to customize the list of suggested values shown for a field in the Customer View.

However, when a value is selected, it is not possible to customize what should happen.

For example, when a Postal Code is selected, it should be possible to set the value of the City based on it.
No tags attached.
Issue History
2020-11-06 12:28dmiguelezNew Issue
2020-11-06 12:28dmiguelezAssigned To => Retail
2020-11-06 12:28dmiguelezTriggers an Emergency Pack => No
2020-11-12 17:31hgbotNote Added: 0124331
2020-11-12 17:32hgbotNote Added: 0124332
2020-11-13 08:36hgbotNote Added: 0124339
2020-11-13 08:36hgbotNote Added: 0124340
2020-11-13 08:36hgbotNote Added: 0124341
2020-11-13 08:36hgbotResolutionopen => fixed
2020-11-13 08:36hgbotStatusnew => closed
2020-11-13 08:36hgbotFixed in Version => RR21Q1
2020-11-13 08:36hgbotNote Added: 0124342

Notes
(0124331)
hgbot   
2020-11-12 17:31   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/merge_requests/101 [^]
(0124332)
hgbot   
2020-11-12 17:32   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/172 [^]
(0124339)
hgbot   
2020-11-13 08:36   
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core [^]
Changeset: 1d252a639fbbd2f9b86e59a101474d297cedb8b5
Author: david.miguelez <david.miguelez@openbravo.com>
Date: 2020-11-13T07:36:02+00:00
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/commit/1d252a639fbbd2f9b86e59a101474d297cedb8b5 [^]

Related to ISSUE-45391. Adds support in Mobile Core for DQM Suggestions List Selection.

When a suggestion list is created, for each item, it is possible to call
the provider related to the DQM to execute actions when the item is
selected.

---
M web/org.openbravo.mobile.core/source/component/ob-form.js
---
(0124340)
hgbot   
2020-11-13 08:36   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/merge_requests/101 [^]
(0124341)
hgbot   
2020-11-13 08:36   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/172 [^]
(0124342)
hgbot   
2020-11-13 08:36   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal [^]
Changeset: 8c466abd701209b199018880f041b616ac4ebcbf
Author: david.miguelez <david.miguelez@openbravo.com>
Date: 2020-11-13T07:36:38+00:00
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/8c466abd701209b199018880f041b616ac4ebcbf [^]

Fixes ISSUE-45391. Adds support for DQM Suggestions List Selection.

When a suggestion list is created, for each item, it is possible to call
the provider related to the DQM to execute actions when the item is
selected.

This commit adds the absctract methods to be implemented by any DQM
provider.

---
M web/org.openbravo.retail.posterminal/js/pointofsale/view/subwindows/dqm/controller-dqm.js
M web/org.openbravo.retail.posterminal/js/pointofsale/view/subwindows/dqm/customerValidatorProvider.js
---