Openbravo Issue Tracking System - POS2
View Issue Details
0050507POS2POSpublic2022-10-12 17:292022-11-21 11:56
philippe_mui 
cberner 
normalmajoralways
closedfixed 
5
 
23Q1 
No
0050507: assigning customer to a ticket while having the list of services related to a product
when you have the list of services to select the one you need, if you assign a customer all the services disappear

and you have to go back and click on service again to show them

I attach a video in attachment
1. Add an item eligible to a service
2. click on the "service" button to show the list
3. Add a customer. Once customer is added, the list of service should remain visible and clickable for the user
The list of service should remain visible after a customer is added
FASH
related to defect 0050953 closed ranjith_qualiantech_com [SALES] [ALTERATION] : Assigning customer to a ticket while having the list of services related to a product 
? Untitled 32.mp4 (2,362,631) 2022-10-12 17:29
https://issues.openbravo.com/file_download.php?file_id=17632&type=bug
Issue History
2022-10-12 17:29philippe_muiNew Issue
2022-10-12 17:29philippe_muiAssigned To => Retail
2022-10-12 17:29philippe_muiFile Added: Untitled 32.mp4
2022-10-12 17:29philippe_muiTriggers an Emergency Pack => No
2022-10-12 17:29philippe_muiTag Attached: FASH
2022-10-12 17:37rafarodaSeverityminor => major
2022-10-19 09:41hgbotNote Added: 0142264
2022-10-24 12:18cbernerAssigned ToRetail => cberner
2022-10-24 16:23hgbotResolutionopen => fixed
2022-10-24 16:23hgbotStatusnew => closed
2022-10-24 16:23hgbotNote Added: 0142472
2022-10-24 16:23hgbotFixed in Version => 23Q1
2022-10-24 16:23hgbotNote Added: 0142473
2022-11-21 11:56rafarodaRelationship addedrelated to 0050953

Notes
(0142264)
hgbot   
2022-10-19 09:41   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/1293 [^]
(0142472)
hgbot   
2022-10-24 16:23   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/1293 [^]
(0142473)
hgbot   
2022-10-24 16:23   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^]
Changeset: 1db4d65bb205b771e5f1ae4043cf7d18d4d49bf1
Author: Cristian Berner <cristian.berner@openbravo.com>
Date: 24-10-2022 14:23:13
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/1db4d65bb205b771e5f1ae4043cf7d18d4d49bf1 [^]

Fixes ISSUE-50507: assigning customer while showing services related to a product, closes service configuration

To fix this we only go back to the main product flow if we're not in a
product configuration step.

A new property may be provided to AssignExternalBusinessPartner through
a prehook -> ignoredSwitchToMainWindowFlows, contains the flows that
will be ignored when switching to the main window, if is part of this
list, it will not switch to the main window.

---
M web-jspack/org.openbravo.pos2/src/model/ticket/user-actions/AssignExternalBusinessPartner.js
---