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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0052371
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[POS2] POStrivialalways2023-05-07 16:272023-06-27 19:06
ReporterjavierRodriguezView Statuspublic 
Assigned TojavierRodriguez 
PrioritynormalResolutionfixedFixed in Version23Q3
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

0052371: The order delivery status is not correct set in verified return and cancel order

DescriptionCancel 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 Reproduceread description
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
depends on backport 005237223Q2.1 closedjavierRodriguez The order delivery status changes when the order is cancelled 
depends on backport 005237323Q1.3 closedjavierRodriguez The order delivery status changes when the order is cancelled 

-  Notes
(0149380)
hgbot (developer)
2023-05-07 16:44

Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/1765 [^]
(0149704)
hgbot (developer)
2023-05-15 14:47

Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/1765 [^]
(0149705)
hgbot (developer)
2023-05-15 14:47

Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^]
Changeset: a400f550fad69438255083c6983bdba7b1c7d6fd
Author: Javier Rodríguez Regueiro <javier.rodriguez@openbravo.com>
Date: 15-05-2023 12:47:28
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/a400f550fad69438255083c6983bdba7b1c7d6fd [^]

Fixed ISSUE-52371: Improve condition to show the ticket delivery status

---
A web-jspack/org.openbravo.pos2/src/components/TicketList/TicketListRemoteGrid/__test__/TicketRemoteDeliveryStatusCellRende.test.jsx
A web-jspack/org.openbravo.pos2/src/model/ticket/__test__/setLineDeliveryQuantity.test.js
A web-jspack/org.openbravo.pos2/src/model/ticket/actions/setLineDeliveryQuantity.js
M web-jspack/org.openbravo.pos2/src/components/TicketList/TicketListRemoteGrid/render/TicketRemoteDeliveryStatusCellRender.jsx
M web-jspack/org.openbravo.pos2/src/model/ticket/TicketExtension.js
---
(0151685)
hgbot (developer)
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 (developer)
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
---

- 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 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 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 View Revisions
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


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker