Openbravo Issue Tracking System - POS2 |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0050141 | POS2 | POS | public | 2022-09-02 08:58 | 2022-09-02 10:31 |
|
Reporter | ebecerra | |
Assigned To | ebecerra | |
Priority | normal | Severity | major | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 22Q4 | |
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 |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
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 | 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 | |