Openbravo Issue Tracking System - POS2
View Issue Details
0049821POS2POSpublic2022-07-16 16:162022-07-29 13:18
cberner 
cberner 
normalminorhave not tried
closedfixed 
5
 
22Q4 
No
0049821: Add and remove service associations should be implemented in the new POS
There are two functionalities which exist in WebPOS but not in the POS2, related with services.

These have been modeled in the following technical design: https://docs.google.com/document/d/12mEG_8jGzrv1JPcrtcJz26y6OVrMlVWBPbW54gAV4tQ/edit#heading=h.c8t7weflo2d3 [^]
-
No tags attached.
Issue History
2022-07-16 16:16cbernerNew Issue
2022-07-16 16:16cbernerAssigned To => cberner
2022-07-16 16:16cbernerTriggers an Emergency Pack => No
2022-07-16 16:16cbernerStatusnew => scheduled
2022-07-16 16:19hgbotNote Added: 0139368
2022-07-16 16:25hgbotNote Added: 0139369
2022-07-28 10:38hgbotNote Added: 0139665
2022-07-29 13:18hgbotNote Added: 0139721
2022-07-29 13:18hgbotNote Added: 0139722
2022-07-29 13:18hgbotNote Added: 0139723
2022-07-29 13:18hgbotResolutionopen => fixed
2022-07-29 13:18hgbotStatusscheduled => closed
2022-07-29 13:18hgbotFixed in Version => 22Q4
2022-07-29 13:18hgbotNote Added: 0139724
2022-07-29 13:18hgbotNote Added: 0139725
2022-07-29 13:18hgbotNote Added: 0139726

Notes
(0139368)
hgbot   
2022-07-16 16:19   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/799 [^]
(0139369)
hgbot   
2022-07-16 16:25   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/1090 [^]
(0139665)
hgbot   
2022-07-28 10:38   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/879 [^]
(0139721)
hgbot   
2022-07-29 13:18   
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2 [^]
Changeset: 26b75df16d1f904a163142278fc2e1ee419f8163
Author: Cristian Berner <cristian.berner@openbravo.com>
Date: 29-07-2022 13:17:40
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/commit/26b75df16d1f904a163142278fc2e1ee419f8163 [^]

Related to FR-49821: Add and Remove Service Associations flows

This merge includes the add and remove associations flows on service
products that are linked to products.

---
M web-jspack/org.openbravo.core2/src/components/FilterableGrid/FilterInputRender.jsx
M web-jspack/org.openbravo.core2/src/components/FilterableGrid/FilterTypes.jsx
M web-jspack/org.openbravo.core2/src/components/FilterableGrid/FilterableGrid.jsx
M web-jspack/org.openbravo.core2/src/components/Grid/DataGrid/BaseRowRender.jsx
M web-jspack/org.openbravo.core2/src/components/Grid/DataGrid/DataGrid.jsx
M web-jspack/org.openbravo.core2/src/components/Grid/DataGrid/DataGrid.scss
M web-jspack/org.openbravo.core2/src/components/Grid/DataGrid/SelectionModel.js
M web-jspack/org.openbravo.core2/src/components/Grid/DataGrid/__test__/DataGrid.test.jsx
M web-jspack/org.openbravo.core2/src/components/Grid/Grid.jsx
M web-jspack/org.openbravo.core2/src/components/Grid/createDetailsGrid.jsx
M web-jspack/org.openbravo.core2/src/components/Grid/datasource/MemFilterDataSource.js
M web-jspack/org.openbravo.core2/src/components/Grid/stories/GridSelection.stories.jsx
---
(0139722)
hgbot   
2022-07-29 13:18   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/799 [^]
(0139723)
hgbot   
2022-07-29 13:18   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/1090 [^]
(0139724)
hgbot   
2022-07-29 13:18   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^]
Changeset: e982a3cd2115f3cbc2ec3fc0768c3389e7a0ce1a
Author: Cristian Berner <cristian.berner@openbravo.com>
Date: 29-07-2022 13:14:52
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/e982a3cd2115f3cbc2ec3fc0768c3389e7a0ce1a [^]

Fixes FR-49821: Add and Remove Service Associations flows

This merge includes the add and remove associations flows on service
products that are linked to products.

---
A web-jspack/org.openbravo.pos2/src/assets/icons/add-link.svg
A web-jspack/org.openbravo.pos2/src/assets/icons/delete-link.svg
A web-jspack/org.openbravo.pos2/src/components/Service/AddServiceAssociations/AddServiceAssociations.jsx
A web-jspack/org.openbravo.pos2/src/components/Service/AddServiceAssociations/AddServiceAssociations.scss
A web-jspack/org.openbravo.pos2/src/components/Service/AddServiceAssociations/AddServiceAssociationsButton.jsx
A web-jspack/org.openbravo.pos2/src/components/Service/AddServiceAssociations/AddServiceAssociationsDataSource.js
A web-jspack/org.openbravo.pos2/src/components/Service/AddServiceAssociations/AddServiceAssociationsStep.config.json
A web-jspack/org.openbravo.pos2/src/components/Service/AddServiceAssociations/index.js
A web-jspack/org.openbravo.pos2/src/components/Service/RemoveServiceAssociations/RemoveServiceAssociations.jsx
A web-jspack/org.openbravo.pos2/src/components/Service/RemoveServiceAssociations/RemoveServiceAssociations.scss
A web-jspack/org.openbravo.pos2/src/components/Service/RemoveServiceAssociations/RemoveServiceAssociationsButton.jsx
A web-jspack/org.openbravo.pos2/src/components/Service/RemoveServiceAssociations/RemoveServiceAssociationsDataSource.js
A web-jspack/org.openbravo.pos2/src/components/Service/RemoveServiceAssociations/RemoveServiceAssociationsStep.config.json
A web-jspack/org.openbravo.pos2/src/components/Service/RemoveServiceAssociations/index.js
A web-jspack/org.openbravo.pos2/src/components/Service/ServiceAssociationsGrid/ServiceAssociationsGrid.config.json
A web-jspack/org.openbravo.pos2/src/components/Service/ServiceAssociationsGrid/ServiceAssociationsGrid.jsx
A web-jspack/org.openbravo.pos2/src/components/Service/ServiceAssociationsGrid/ServiceAssociationsGrid.scss
A web-jspack/org.openbravo.pos2/src/components/Service/ServiceAssociationsGrid/ServiceAssociationsGridOrderLine.config.json
A web-jspack/org.openbravo.pos2/src/components/Service/ServiceAssociationsGrid/ServiceAssociationsGridOrderView/ServiceAssociationGridOrderView.jsx
A web-jspack/org.openbravo.pos2/src/components/Service/ServiceAssociationsGrid/ServiceAssociationsGridOrderView/ServiceAssociationGridOrderView.scss
A web-jspack/org.openbravo.pos2/src/components/Service/ServiceAssociationsGrid/ServiceAssociationsGridOrderView/index.js
A web-jspack/org.openbravo.pos2/src/components/Service/ServiceAssociationsGrid/index.js
A web-jspack/org.openbravo.pos2/src/components/Service/ServiceAssociationsPanel/ServiceAssociationsPanel.jsx
A web-jspack/org.openbravo.pos2/src/components/Service/ServiceAssociationsPanel/index.js
A web-jspack/org.openbravo.pos2/src/model/ticket/actions/AddServiceAssociations.js
A web-jspack/org.openbravo.pos2/src/model/ticket/actions/RemoveServiceAssociations.js
A web-jspack/org.openbravo.pos2/src/model/ticket/actions/__test__/AddServiceAssociations.test.js
A web-jspack/org.openbravo.pos2/src/model/ticket/actions/__test__/RemoveServiceAssociations.test.js
A web-jspack/org.openbravo.pos2/src/model/user-interface/user-actions/AbortServiceAssociations.js
A web-jspack/org.openbravo.pos2/src/model/user-interface/user-actions/FinishAddServiceAssociations.js
A web-jspack/org.openbravo.pos2/src/model/user-interface/user-actions/FinishRemoveServiceAssociations.js
A web-jspack/org.openbravo.pos2/src/model/user-interface/user-actions/SwitchToServiceAssociations.js
M src-db/database/sourcedata/AD_MESSAGE.xml
M web-jspack/org.openbravo.pos2/src/assets/style/iconography.scss
M web-jspack/org.openbravo.pos2/src/components/MainPOSApp/MainPOSApp.config.json
M web-jspack/org.openbravo.pos2/src/components/Service/ServiceTicketLineButton/ServiceTicketLineButton.jsx
M web-jspack/org.openbravo.pos2/src/components/Service/TicketLineRelatedToLinesView/TicketLineRelatedToLinesView.scss
M web-jspack/org.openbravo.pos2/src/components/Ticket/TicketLinePopover/TicketLinePopover.config.json
M web-jspack/org.openbravo.pos2/src/components/Ticket/TicketLinePopover/TicketLinePopover.jsx
M web-jspack/org.openbravo.pos2/src/components/Ticket/TicketLinePopover/__test__/TicketLinePopover.test.jsx
M web-jspack/org.openbravo.pos2/src/components/TicketList/TicketListRemoteGrid/TicketListRemoteGridBPFilter.jsx
M web-jspack/org.openbravo.pos2/src/components/TicketList/TicketListRemoteGrid/render/TicketRemoteCustomerCellRender.jsx
M web-jspack/org.openbravo.pos2/src/model/ticket/TicketExtension.js
M web-jspack/org.openbravo.pos2/src/model/ticket/user-actions/AddServiceProduct.js
M web-jspack/org.openbravo.pos2/src/ob-init.js
---
(0139725)
hgbot   
2022-07-29 13:18   
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal [^]
Changeset: bcf6a8d404fdab200759d8d31009efa92ba63a16
Author: Cristian Berner <cristian.berner@openbravo.com>
Date: 29-07-2022 13:16:17
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/bcf6a8d404fdab200759d8d31009efa92ba63a16 [^]

Related to FR-49821: Extend AssociateOrderLines query to return ExternalBusinessPartner

It also permits that params may come in a JSONArray instead of a plain
String.

---
M src/org/openbravo/retail/posterminal/AssociateOrderLines.java
M src/org/openbravo/retail/posterminal/AssociateOrderLinesProperties.java
---
(0139726)
hgbot   
2022-07-29 13:18   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/879 [^]