Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0049821
TypeCategorySeverityReproducibilityDate SubmittedLast Update
feature request[POS2] POSminorhave not tried2022-07-16 16:162022-07-29 13:18
ReportercbernerView Statuspublic 
Assigned Tocberner 
PrioritynormalResolutionfixedFixed in Version22Q4
StatusclosedFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned To
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0049821: Add and remove service associations should be implemented in the new POS

DescriptionThere 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 [^]
Steps To Reproduce-
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(0139368)
hgbot (developer)
2022-07-16 16:19

Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/799 [^]
(0139369)
hgbot (developer)
2022-07-16 16:25

Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/1090 [^]
(0139665)
hgbot (developer)
2022-07-28 10:38

Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/879 [^]
(0139721)
hgbot (developer)
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 (developer)
2022-07-29 13:18

Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/799 [^]
(0139723)
hgbot (developer)
2022-07-29 13:18

Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/1090 [^]
(0139724)
hgbot (developer)
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 (developer)
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 (developer)
2022-07-29 13:18

Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/879 [^]

- Issue History
Date Modified Username Field Change
2022-07-16 16:16 cberner New Issue
2022-07-16 16:16 cberner Assigned To => cberner
2022-07-16 16:16 cberner Triggers an Emergency Pack => No
2022-07-16 16:16 cberner Status new => scheduled
2022-07-16 16:19 hgbot Note Added: 0139368
2022-07-16 16:25 hgbot Note Added: 0139369
2022-07-28 10:38 hgbot Note Added: 0139665
2022-07-29 13:18 hgbot Note Added: 0139721
2022-07-29 13:18 hgbot Note Added: 0139722
2022-07-29 13:18 hgbot Note Added: 0139723
2022-07-29 13:18 hgbot Resolution open => fixed
2022-07-29 13:18 hgbot Status scheduled => closed
2022-07-29 13:18 hgbot Fixed in Version => 22Q4
2022-07-29 13:18 hgbot Note Added: 0139724
2022-07-29 13:18 hgbot Note Added: 0139725
2022-07-29 13:18 hgbot Note Added: 0139726


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker