Openbravo Issue Tracking System - POS2
View Issue Details
0050971POS2POSpublic2022-11-22 18:052023-04-11 20:17
Lcazaux 
adrianromero 
urgentmajoralways
closedopen 
5
 
 
No
0050971: In the Dev Backoffice, Values of combos have to be sorted in ascending numbers by sequence number
In the window Discount and Promotions, in the sub window CRM Property Condition, currently, the dropdown list for the field "CRM Connector Property Option" is filtered randomly instead of following an ascending order following the sequence numbers (defined in window "CRM Connector configuration", sub window "API Property", sub window "Property Options").
To visualize the dropdown list :
- go to the window Discount and Promotions
- create a promotion
- go to the sub window CRM Property Condition
- in "CRM Connector Configuration" put "Heroku CRM Integration"
- in "CRM Connector Property" put "clothing_allowance_category_code" (this is an example)
- in "Comparator" put "Contains"
- in "CRM Connector Property Option" --> you can see the dropdown list we would like to have in ascending order following the sequence number.

To visualize the sequence order :
- go to window "CRM Connector configuration"
- go to sub window "API Property"
- go to sub window "Property Options"
- Here you can see the sequence number for each options
The codes are sorted randomly => We would like to have them sorted in ascending order 1 - 2 - 3 … in the dropdown list, following the sequence numbers that were configured for each of these options.
FASH
related to feature request 0052076 closed jlopez Openbravo ERP Sort By Field In Selectors 
png image-20221122-151809.png (111,187) 2022-11-22 18:05
https://issues.openbravo.com/file_download.php?file_id=17869&type=bug
png
Issue History
2022-11-22 18:05LcazauxNew Issue
2022-11-22 18:05LcazauxAssigned To => Retail
2022-11-22 18:05LcazauxFile Added: image-20221122-151809.png
2022-11-22 18:05LcazauxTriggers an Emergency Pack => No
2022-11-22 18:06LcazauxTag Attached: FASH
2022-11-25 12:26adrianromeroAssigned ToRetail => adrianromero
2022-11-30 12:20hgbotNote Added: 0144244
2022-12-01 12:53adrianromeroNote Added: 0144305
2022-12-01 17:55adrianromeroStatusnew => feedback
2022-12-15 14:59hgbotNote Added: 0144742
2023-01-12 14:32adrianromeroNote Added: 0145339
2023-01-12 14:32adrianromeroStatusfeedback => closed
2023-04-11 20:17jlopezRelationship addedrelated to 0052076

Notes
(0144244)
hgbot   
2022-11-30 12:20   
Merge Request created: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/776 [^]
(0144305)
adrianromero   
2022-12-01 12:53   
Possible workarounds:

1.- Pad the search keys with zeros on the left. '04' instead of '4'.
2.- Add the sequence number to the selector fields and click to sort the selector values.
(0144742)
hgbot   
2022-12-15 14:59   
Merge request closed: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/776 [^]
(0145339)
adrianromero   
2023-01-12 14:32   
A new feature request to extend ordering on dropdown lists at platform level has been registered to cover this request:

https://openbravo.atlassian.net/browse/RM-4584 [^]