Openbravo Issue Tracking System - POS2 |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0052371 | POS2 | POS | public | 2023-05-07 16:27 | 2023-06-27 19:06 |
|
Reporter | javierRodriguez | |
Assigned To | javierRodriguez | |
Priority | normal | Severity | trivial | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 23Q3 | |
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 | 0052371: The order delivery status is not correct set in verified return and cancel order |
Description | Cancel case:
If I create a catering order (pick in store or pick in store with date) with a deposit: the order has a delivery status of "Not delivered” → OK
If I then make a cancellation, the delivery status changes to "delivered” → KO, the delivery status should be "Not delivered” at this step
Verfied return case:
If I create a fully paid "pick up in the store" order and the order is issued: the order has a delivery status of "Delivered”
f I then make a verified return, the delivery status changes to "Not delivered” → KO, the delivery status should be "Delivered” at this step in order to be synchronous with pick and carry orders. If you do the same thing on a pick and carry order the status is delivered for the verified return too. |
Steps To Reproduce | read description |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | depends on | backport | 0052372 | 23Q2.1 | closed | javierRodriguez | The order delivery status changes when the order is cancelled | depends on | backport | 0052373 | 23Q1.3 | closed | javierRodriguez | The order delivery status changes when the order is cancelled |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2023-05-07 16:27 | javierRodriguez | New Issue | |
2023-05-07 16:27 | javierRodriguez | Assigned To | => Retail |
2023-05-07 16:27 | javierRodriguez | OBNetwork customer | => No |
2023-05-07 16:27 | javierRodriguez | Triggers an Emergency Pack | => No |
2023-05-07 16:27 | javierRodriguez | Assigned To | Retail => javierRodriguez |
2023-05-07 16:28 | javierRodriguez | Status | new => scheduled |
2023-05-07 16:44 | hgbot | Merge Request Status | => open |
2023-05-07 16:44 | hgbot | Note Added: 0149380 | |
2023-05-15 11:28 | javierRodriguez | Summary | The order delivery status changes when the order is cancelled => The order delivery status is not correct set in verified return and cancel order |
2023-05-15 11:28 | javierRodriguez | Description Updated | bug_revision_view_page.php?rev_id=26077#r26077 |
2023-05-15 12:24 | hgbot | Merge Request Status | open => approved |
2023-05-15 14:47 | hgbot | Resolution | open => fixed |
2023-05-15 14:47 | hgbot | Status | scheduled => closed |
2023-05-15 14:47 | hgbot | Note Added: 0149704 | |
2023-05-15 14:47 | hgbot | Fixed in Version | => 23Q3 |
2023-05-15 14:47 | hgbot | Note Added: 0149705 | |
2023-06-27 19:05 | hgbot | Fixed in Version | 23Q3 => 23Q4 |
2023-06-27 19:05 | hgbot | Note Added: 0151685 | |
2023-06-27 19:06 | hgbot | Fixed in Version | 23Q4 => 23Q3 |
2023-06-27 19:06 | hgbot | Note Added: 0151688 | |
Notes |
|
(0149380)
|
hgbot
|
2023-05-07 16:44
|
|
|
|
(0149704)
|
hgbot
|
2023-05-15 14:47
|
|
|
|
(0149705)
|
hgbot
|
2023-05-15 14:47
|
|
|
|
(0151685)
|
hgbot
|
2023-06-27 19:05
|
|
Directly closing issue as related merge request is already approved.
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^]
Changeset: 2398f63f64d93968b2ac3971dc9c9846e725c89b
Author: Javier Rodriguez Regueiro <javier.rodriguez@openbravo.com>
Date: 27-06-2023 18:05:11
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/2398f63f64d93968b2ac3971dc9c9846e725c89b [^]
Fixed ISSUE-52777: Revert "Fixed ISSUE-52371: Improve condition to show the ticket delivery status"
This reverts commit a400f550fad69438255083c6983bdba7b1c7d6fd.
---
M web-jspack/org.openbravo.pos2/src/components/TicketList/TicketListRemoteGrid/render/TicketRemoteDeliveryStatusCellRender.jsx
M web-jspack/org.openbravo.pos2/src/model/ticket/TicketExtension.js
R web-jspack/org.openbravo.pos2/src/components/TicketList/TicketListRemoteGrid/__test__/TicketRemoteDeliveryStatusCellRende.test.jsx
R web-jspack/org.openbravo.pos2/src/model/ticket/__test__/setLineDeliveryQuantity.test.js
R web-jspack/org.openbravo.pos2/src/model/ticket/actions/setLineDeliveryQuantity.js
---
|
|
|
(0151688)
|
hgbot
|
2023-06-27 19:06
|
|
Directly closing issue as related merge request is already approved.
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^]
Changeset: daeecc5c4b093f7e7732961d663497b47c91ae7e
Author: Javier Rodriguez Regueiro <javier.rodriguez@openbravo.com>
Date: 27-06-2023 18:13:32
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/daeecc5c4b093f7e7732961d663497b47c91ae7e [^]
Fixed ISSUE-52868: Revert "Fixed ISSUE-52371: Improve condition to show the ticket delivery status"
This reverts commit a400f550fad69438255083c6983bdba7b1c7d6fd.
---
M web-jspack/org.openbravo.pos2/src/components/TicketList/TicketListRemoteGrid/render/TicketRemoteDeliveryStatusCellRender.jsx
M web-jspack/org.openbravo.pos2/src/model/ticket/TicketExtension.js
R web-jspack/org.openbravo.pos2/src/components/TicketList/TicketListRemoteGrid/__test__/TicketRemoteDeliveryStatusCellRende.test.jsx
R web-jspack/org.openbravo.pos2/src/model/ticket/__test__/setLineDeliveryQuantity.test.js
R web-jspack/org.openbravo.pos2/src/model/ticket/actions/setLineDeliveryQuantity.js
---
|
|