Openbravo Issue Tracking System - POS2
View Issue Details
0051077POS2POSpublic2022-12-07 10:422023-01-13 14:53
radhakrishnan 
radhakrishnan 
normalmajoralways
closedfixed 
5
 
23Q2 
No
0051077: Unable to do multi selection in autocomplete component
Unable to do multi selection in autocomplete component,
For example:
 In customer creation popup, if we enter the postalcode like '64700' then it will have three values with three different cities.

So if we chose any one of the value then the town should be update based on the selection of postalcode

But now we can't able do that
STEPS ARE:

In Customer Card, select a Country

Type in ZIP CODE the value 64700: 3 values are displayed, but you don’t know about them, you need to select one of them, and then in City you have the 3 values that correspond

Expected behaviour: in the ZIP field you can type a zip code value, and suggestion should be displayed with zipcode and cities, so when you select the ZIP record, the Town field is properly filled
No tags attached.
Issue History
2022-12-07 10:42radhakrishnanNew Issue
2022-12-07 10:42radhakrishnanAssigned To => radhakrishnan
2022-12-07 10:42radhakrishnanTriggers an Emergency Pack => No
2022-12-15 07:38radhakrishnanStatusnew => scheduled
2022-12-15 08:06hgbotNote Added: 0144727
2022-12-28 14:20radhakrishnanNote Added: 0145053
2023-01-09 10:44hgbotNote Added: 0145202
2023-01-11 17:57hgbotNote Added: 0145279
2023-01-11 17:57hgbotNote Added: 0145280
2023-01-11 17:57hgbotResolutionopen => fixed
2023-01-11 17:57hgbotStatusscheduled => closed
2023-01-11 17:57hgbotNote Added: 0145281
2023-01-11 17:57hgbotFixed in Version => 23Q2
2023-01-11 17:57hgbotNote Added: 0145282
2023-01-13 14:46hgbotNote Added: 0145401
2023-01-13 14:53hgbotNote Added: 0145402
2023-01-13 14:53hgbotNote Added: 0145403

Notes
(0144727)
hgbot   
2022-12-15 08:06   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/941 [^]
(0145053)
radhakrishnan   
2022-12-28 14:20   
Merge Request created: https://gitlab.com/openbravo/customers/SMCP/com.openbravo.smcp.heroku.dqm.capency/-/merge_requests/5 [^]
(0145202)
hgbot   
2023-01-09 10:44   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/1447 [^]
(0145279)
hgbot   
2023-01-11 17:57   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/1447 [^]
(0145280)
hgbot   
2023-01-11 17:57   
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^]
Changeset: 2c15e6978a8df9a99fde16706c839742a58a4c93
Author: Radhakrishnan Seeman <radhakrishnan@qualiantech.com>
Date: 11-01-2023 16:56:44
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/2c15e6978a8df9a99fde16706c839742a58a4c93 [^]

Related to ISSUE-51077: Added hasProvider property to configure provider

---
M web-jspack/org.openbravo.pos2/src/components/Customer/CustomerForm/CustomerForm.jsx
---
(0145281)
hgbot   
2023-01-11 17:57   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/941 [^]
(0145282)
hgbot   
2023-01-11 17:57   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2 [^]
Changeset: d1e551b5e2188dded9da78b9629b7e2ce9fc3f32
Author: Radhakrishnan Seeman <radhakrishnan@qualiantech.com>
Date: 11-01-2023 16:56:38
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/commit/d1e551b5e2188dded9da78b9629b7e2ce9fc3f32 [^]

Fixed ISSUE-51077: Auto complete component is modified to fill automatically
* In auto complete component should accept the object value,when its come from provider
* When its value changed then it should be update the other field's as well

---
M web-jspack/org.openbravo.core2/src/components/Autocomplete/useAutocomplete.js
M web-jspack/org.openbravo.core2/src/components/AutocompleteFormInput/AutocompleteFormInput.jsx
M web-jspack/org.openbravo.core2/src/components/AutocompleteFormInput/__test__/AutcompleteFormInput.test.jsx
M web-jspack/org.openbravo.core2/src/components/Form/BaseForm.jsx
---
(0145401)
hgbot   
2023-01-13 14:46   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/1464 [^]
(0145402)
hgbot   
2023-01-13 14:53   
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^]
Changeset: 1b1d75d54327d8d8c31e8d479ec7fe6bb06bdf2b
Author: Radhakrishnan Seeman <radhakrishnan@qualiantech.com>
Date: 13-01-2023 18:48:36
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/1b1d75d54327d8d8c31e8d479ec7fe6bb06bdf2b [^]

Related to ISSUE-51077: customerAddressForm should use the auto selection
* Town should be selected automatically based on postalcode selection

---
M web-jspack/org.openbravo.pos2/src/components/Customer/CustomerAddressForm/CustomerAddressForm.jsx
---
(0145403)
hgbot   
2023-01-13 14:53   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/1464 [^]