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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0052473
TypeCategorySeverityReproducibilityDate SubmittedLast Update
design defect[POS2] POSminoralways2023-05-17 14:462023-05-25 10:19
Reporterruben_jimenezView Statuspublic 
Assigned Toruben_jimenez 
PrioritynormalResolutionfixedFixed in Version
StatusclosedFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Versionmain
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Merge Request Statusapproved
Review Assigned To
OBNetwork customerNo
Support ticket
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0052473: RM-6155: It is possible to create sales with a delivery mode that is not allowed for a specific schema.

DescriptionThe issue arises because we store the delivery mode in the order lines, and the deleted lines are kept in the order records. The deleted lines may have a different delivery mode than the rest.
Steps To Reproduce1- Select a product in a schema where the allowed delivery mode is 'PickupInStore'.
2- Delete the product.
3- Switch to a different schema where the delivery mode allowed is not 'PickupInStore'.
4- Select a product.
5- Proceed with the payment.
If you open the ticket through the order screen, the delivery mode of the ticket will be "PickupInStore" instead of "PickAndCarry," which is the only allowed delivery mode for the current schema.
Proposed SolutionIgnore the deleted lines when determining the delivery mode.
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
depends on backport 005250723Q1.3 closedruben_jimenez RM-6155: It is possible to create sales with a delivery mode that is not allowed for a specific schema. 
depends on backport 005255223Q2.1 closedruben_jimenez RM-6155: It is possible to create sales with a delivery mode that is not allowed for a specific schema. 

-  Notes
(0149885)
hgbot (developer)
2023-05-17 14:55

Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/1812 [^]
(0149886)
hgbot (developer)
2023-05-17 15:00

Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/1194 [^]
(0150180)
hgbot (developer)
2023-05-24 08:21

Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/1194 [^]
(0150181)
hgbot (developer)
2023-05-24 08:21

Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal [^]
Changeset: fa16db594cb0126e786c6dd66d2a3e37b10ae2d2
Author: Ruben Jimenez <ruben.jimenez@openbravo.com>
Date: 24-05-2023 06:21:08
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/fa16db594cb0126e786c6dd66d2a3e37b10ae2d2 [^]

Fixed ISSUE-52473: Ignore deleted lines to get delivery mode in sales orders

---
M src/org/openbravo/retail/posterminal/PaidReceiptsFilterProperties.java
---
(0150182)
hgbot (developer)
2023-05-24 08:21

Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^]
Changeset: 32493c0b698eae6d68af228364193d614d956396
Author: Ruben Jimenez <ruben.jimenez@openbravo.com>
Date: 24-05-2023 06:21:34
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/32493c0b698eae6d68af228364193d614d956396 [^]

Fixed ISSUE-52473: Ignore deleted lines to get delivery mode in sales orders

---
M src/org/openbravo/pos2/master/PaidReceiptProperties.java
---
(0150183)
hgbot (developer)
2023-05-24 08:21

Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/1812 [^]

- Issue History
Date Modified Username Field Change
2023-05-17 14:46 ruben_jimenez New Issue
2023-05-17 14:46 ruben_jimenez Assigned To => ruben_jimenez
2023-05-17 14:46 ruben_jimenez OBNetwork customer => No
2023-05-17 14:46 ruben_jimenez Triggers an Emergency Pack => No
2023-05-17 14:47 ruben_jimenez Status new => scheduled
2023-05-17 14:47 ruben_jimenez Summary It is possible to create sales with a delivery mode that is not allowed for a specific schema. => RM-6155: It is possible to create sales with a delivery mode that is not allowed for a specific schema.
2023-05-17 14:55 hgbot Merge Request Status => open
2023-05-17 14:55 hgbot Note Added: 0149885
2023-05-17 15:00 hgbot Note Added: 0149886
2023-05-22 12:43 nicola_uva Issue Monitored: nicola_uva
2023-05-22 13:30 nicola_uva Status scheduled => acknowledged
2023-05-22 13:30 nicola_uva Status acknowledged => scheduled
2023-05-24 08:20 hgbot Merge Request Status open => approved
2023-05-24 08:21 hgbot Resolution open => fixed
2023-05-24 08:21 hgbot Status scheduled => closed
2023-05-24 08:21 hgbot Note Added: 0150180
2023-05-24 08:21 hgbot Fixed in Version => RR23Q3
2023-05-24 08:21 hgbot Note Added: 0150181
2023-05-24 08:21 hgbot Fixed in Version RR23Q3 => 23Q3
2023-05-24 08:21 hgbot Note Added: 0150182
2023-05-24 08:21 hgbot Note Added: 0150183
2023-05-24 12:58 nicola_uva Status closed => new
2023-05-24 12:58 nicola_uva Resolution fixed => open
2023-05-24 12:58 nicola_uva Fixed in Version 23Q3 =>
2023-05-24 12:58 nicola_uva Status new => acknowledged
2023-05-24 12:58 nicola_uva Status acknowledged => scheduled
2023-05-24 12:58 nicola_uva Status scheduled => resolved
2023-05-24 12:58 nicola_uva Resolution open => fixed
2023-05-25 10:19 ruben_jimenez Status resolved => closed


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker