Openbravo Issue Tracking System - POS2 |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0055077 | POS2 | POS | public | 2024-04-02 10:46 | 2024-04-22 12:39 |
|
Reporter | ramprakash | |
Assigned To | igor_trebol | |
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | | |
Merge Request Status | approved |
Review Assigned To | |
OBNetwork customer | No |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0055077: Cross Store ticket visualization is changed when is reopened from backend |
Description | Cross Store ticket visualization is changed when is reopened from backend |
Steps To Reproduce | On a environment with cross sales enabled.
Create a ticket Pick and Carry by default with 2 lines.
1st → “pick up in store” in a different store
2nd → leave as “pick and carry” (default method)
Pay and complete the ticket
Reopen the ticket in the same touchpoint and notice that it is shown differently:
It is shown as a Pickup in store ticket with 2nd line flagged as pick and carry.
We cannot see the pickup store T003 on the 1st line
The expected behavior is to get the ticket as a “Pick and Carry” with the 1st line showing as a pickup in store with the pickup store included in the label (because it is a different one). |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | depends on | backport | 0055275 | 24Q2 | closed | igor_trebol | Cross Store ticket visualization is changed when is reopened from backend |
|
Attached Files | image-20240308-091637.png (55,325) 2024-04-02 10:46 https://issues.openbravo.com/file_download.php?file_id=19598&type=bug

|
|
Issue History |
Date Modified | Username | Field | Change |
2024-04-02 10:46 | ramprakash | New Issue | |
2024-04-02 10:46 | ramprakash | Assigned To | => ramprakash |
2024-04-02 10:46 | ramprakash | File Added: image-20240308-091637.png | |
2024-04-02 10:46 | ramprakash | OBNetwork customer | => No |
2024-04-02 10:46 | ramprakash | Triggers an Emergency Pack | => No |
2024-04-02 11:57 | hgbot | Merge Request Status | => open |
2024-04-02 11:57 | hgbot | Note Added: 0162774 | |
2024-04-18 08:51 | igor_trebol | Assigned To | ramprakash => igor_trebol |
2024-04-18 08:51 | igor_trebol | Status | new => scheduled |
2024-04-18 15:15 | hgbot | Note Added: 0163399 | |
2024-04-18 15:20 | hgbot | Note Added: 0163400 | |
2024-04-19 09:19 | hgbot | Note Added: 0163438 | |
2024-04-22 10:25 | hgbot | Merge Request Status | open => approved |
2024-04-22 10:25 | aferraz | Note Deleted: 0162774 | |
2024-04-22 10:25 | aferraz | Note Deleted: 0163399 | |
2024-04-22 10:26 | hgbot | Note Added: 0163502 | |
2024-04-22 10:26 | hgbot | Resolution | open => fixed |
2024-04-22 10:26 | hgbot | Status | scheduled => closed |
2024-04-22 10:26 | hgbot | Fixed in Version | => 24Q3 |
2024-04-22 10:26 | hgbot | Note Added: 0163503 | |
2024-04-22 10:26 | hgbot | Note Added: 0163504 | |
2024-04-22 10:26 | hgbot | Note Added: 0163505 | |
2024-04-22 12:39 | aferraz | Status | closed => new |
2024-04-22 12:39 | aferraz | Resolution | fixed => open |
2024-04-22 12:39 | aferraz | Fixed in Version | 24Q3 => |
2024-04-22 12:39 | aferraz | Status | new => scheduled |
2024-04-22 12:39 | aferraz | Note Added: 0163523 | |
2024-04-22 12:39 | aferraz | Status | scheduled => resolved |
2024-04-22 12:39 | aferraz | Resolution | open => fixed |
2024-04-22 12:39 | aferraz | Status | resolved => closed |
Notes |
|
(0163400)
|
hgbot
|
2024-04-18 15:20
|
|
|
|
(0163438)
|
hgbot
|
2024-04-19 09:19
|
|
|
|
(0163502)
|
hgbot
|
2024-04-22 10:26
|
|
|
|
(0163503)
|
hgbot
|
2024-04-22 10:26
|
|
Directly closing issue as related merge request is already approved.
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^]
Changeset: 657d2f5970d5c55702804a921aa8080cf6ed0831
Author: Igor Trebol <i.trebol@orisha.com>
Date: 22-04-2024 08:26:16
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/657d2f5970d5c55702804a921aa8080cf6ed0831 [^]
Fixes ISSUE-55077: Cross Store ticket visualization is changed when is reopened from backend
---
M src/org/openbravo/pos2/master/PaidReceiptProperties.java
M web-jspack/org.openbravo.pos2/src/components/ProofOfPayment/ProofOfPaymentDetails/ProofOfPaymentDetailLine/__test__/ProofOfPaymentDetailLine.test.jsx
M web-jspack/org.openbravo.pos2/src/components/ProofOfPayment/ProofOfPaymentDetails/__test__/ProofOfPaymentDetails.test.jsx
M web-jspack/org.openbravo.pos2/src/components/SelectLines/SelectedLinesGrid/__test__/SelectLines.test.jsx
M web-jspack/org.openbravo.pos2/src/components/SelectLines/SelectedLinesGrid/stories/SelectLines.stories.jsx
M web-jspack/org.openbravo.pos2/src/components/Ticket/TicketArea/__test__/TicketArea.test.jsx
M web-jspack/org.openbravo.pos2/src/components/Ticket/TicketArea/stories/TicketArea.stories.jsx
M web-jspack/org.openbravo.pos2/src/components/Ticket/TicketLines/TicketLineDeliveryMode.jsx
M web-jspack/org.openbravo.pos2/src/components/Ticket/TicketLines/__test__/TicketLineDeliveryMode.test.jsx
M web-jspack/org.openbravo.pos2/src/components/Ticket/TicketLines/__test__/TicketLines.test.jsx
M web-jspack/org.openbravo.pos2/src/components/Ticket/TicketLines/stories/TicketLines.stories.jsx
M web-jspack/org.openbravo.pos2/src/components/TicketLineRenderCell/__test__/TicketLineRenderCell.test.jsx
M web-jspack/org.openbravo.pos2/src/components/VerifiedReturns/VerifiedReturnsGrid/TicketLineRenderCellWrapper/__test__/TicketLineRenderCellWrapper.test.jsx
---
|
|
|
(0163504)
|
hgbot
|
2024-04-22 10:26
|
|
|
|
(0163505)
|
hgbot
|
2024-04-22 10:26
|
|
|
|
|
Reopened to create backport. |
|