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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0050141
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[POS2] POSmajorhave not tried2022-09-02 08:582022-09-02 10:31
ReporterebecerraView Statuspublic 
Assigned Toebecerra 
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

0050141: When load a paid receipt the delivery condition "PickupInStoreDate" fail

DescriptionWhen in the POS do a ticket with delivery condition "Pickup in store with date" and it saved in the BO and later load it at POS, the delivery condition recover is "Pick and carry"
Steps To Reproduce1. Create a ticket
2. Set delivery condition: Pickup in store with date
3. Pay the ticket
4. Reopen the ticket
Proposed SolutionIn class: org.openbravo.pos2.master.PaidReceiptProperties change this part on query:

else case when exists (select 1 from OrderLine ol where ord.id = ol.salesOrder.id and ol.obrdmDeliveryMode = 'PickupInStoreWithDate') then 'PickupInStoreWithDate' "

PickupInStoreWithDate -> PickupInStoreDate
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(0140618)
hgbot (developer)
2022-09-02 09:15

Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/1178 [^]
(0140619)
hgbot (developer)
2022-09-02 10:31

Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/1178 [^]
(0140620)
hgbot (developer)
2022-09-02 10:31

Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^]
Changeset: 03ecaa842629f64a502baa98b523c0f9475b9b5c
Author: Eduardo Becerra <eduardo.becerra@openbravo.com>
Date: 02-09-2022 09:10:19
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/03ecaa842629f64a502baa98b523c0f9475b9b5c [^]

Fixes ISSUE-50141: When load a paid receipt the delivery condition "PickupInStoreDate" fail

---
M src/org/openbravo/pos2/master/PaidReceiptProperties.java
---

- Issue History
Date Modified Username Field Change
2022-09-02 08:58 ebecerra New Issue
2022-09-02 08:58 ebecerra Assigned To => Retail
2022-09-02 08:58 ebecerra Triggers an Emergency Pack => No
2022-09-02 08:59 ebecerra Assigned To Retail => ebecerra
2022-09-02 08:59 ebecerra Status new => scheduled
2022-09-02 09:15 hgbot Note Added: 0140618
2022-09-02 10:31 hgbot Resolution open => fixed
2022-09-02 10:31 hgbot Note Added: 0140619
2022-09-02 10:31 hgbot Status scheduled => closed
2022-09-02 10:31 hgbot Fixed in Version => 22Q4
2022-09-02 10:31 hgbot Note Added: 0140620


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker