Openbravo Issue Tracking System - POS2
View Issue Details
0056681POS2POSpublic2024-10-07 18:332024-11-06 14:08
kchoperena 
Rajesh_18 
highmajoralways
closedfixed 
5
 
 
approved
No
No
0056681: Alternate Shipping Location not filled if there is a line in the ticket with Home Delivery but the header remains on another one
The creation of a ticket using the 'Home Delivery' mode does not update the header's delivery mode. This might be logical in certain multi-line situations.

However, there is a specific logic that populates the alternate shipping location only if the header's delivery mode is set to 'Home Delivery'
1.- Log into the WebPOS
2.- Assign a customer
3.- Create a ticket and add a product with the 'Home Delivery' delivery mode
4.- Pay it and complete it

RESULT:
Alternate shipping location is not filled

VIDEO: https://drive.google.com/file/d/1D9rfCfr6ap7eXB9EvQCjGNze68RqinUT/view?usp=sharing [^]
No tags attached.
Issue History
2024-10-07 18:33kchoperenaNew Issue
2024-10-07 18:33kchoperenaAssigned To => Retail
2024-10-07 18:33kchoperenaOBNetwork customer => No
2024-10-07 18:33kchoperenaTriggers an Emergency Pack => No
2024-10-07 18:38kchoperenaSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=28545#r28545
2024-10-11 13:43guilleaerNote Added: 0170292
2024-10-11 13:43guilleaerStatusnew => acknowledged
2024-10-14 10:51Rajesh_18Assigned ToRetail => Rajesh_18
2024-10-14 10:51Rajesh_18Statusacknowledged => scheduled
2024-10-25 06:42hgbotMerge Request Status => open
2024-10-25 06:42hgbotNote Added: 0170924
2024-11-06 14:07hgbotMerge Request Statusopen => approved
2024-11-06 14:08hgbotResolutionopen => fixed
2024-11-06 14:08hgbotStatusscheduled => closed
2024-11-06 14:08hgbotFixed in Version => RR25Q1
2024-11-06 14:08hgbotNote Added: 0171551
2024-11-06 14:08hgbotNote Added: 0171552

Notes
(0170292)
guilleaer   
2024-10-11 13:43   
Validation from order loader can be removed
Some code needs to be added in POS2 to ensure that we only send
- alternate shipping address when home delivery is enabled (i think this works well)
- alternate invoice address when issue invoice is enabled

(0170924)
hgbot   
2024-10-25 06:42   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/1735 [^]
(0171551)
hgbot   
2024-11-06 14:08   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal [^]
Changeset: a525cc9d36c6dbb3b5c9c4d6589e7226c87bf20d
Author: Rajesh Senthilkumar <rajesh@qualiantech.com>
Date: 06-11-2024 12:44:29
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/a525cc9d36c6dbb3b5c9c4d6589e7226c87bf20d [^]

Fixed ISSUE-56681: Set alternate shipping address to order

---
M src/org/openbravo/retail/posterminal/OrderLoader.java
---
(0171552)
hgbot   
2024-11-06 14:08   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/1735 [^]