Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0050141 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [POS2] POS | major | have not tried | 2022-09-02 08:58 | 2022-09-02 10:31 | |||
Reporter | ebecerra | View Status | public | |||||
Assigned To | ebecerra | |||||||
Priority | normal | Resolution | fixed | Fixed in Version | 22Q4 | |||
Status | closed | Fix in branch | Fixed in SCM revision | |||||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
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 | 0050141: When load a paid receipt the delivery condition "PickupInStoreDate" fail | |||||||
Description | When 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 Reproduce | 1. Create a ticket 2. Set delivery condition: Pickup in store with date 3. Pay the ticket 4. Reopen the ticket | |||||||
Proposed Solution | In 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 | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
|
![]() |
|
(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 --- |
![]() |
|||
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 | OBNetwork customer | => No |
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 | Merge Request Status | => open |
2022-09-02 09:15 | hgbot | Note Added: 0140618 | |
2022-09-02 10:31 | hgbot | Merge Request Status | open => approved |
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 |