Openbravo Issue Tracking System - POS2
View Issue Details
0056681POS2POSpublic2024-10-07 18:332024-10-25 06:42
kchoperena 
Rajesh_18 
highmajoralways
scheduledopen 
5
 
 
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: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:42hgbotNote Added: 0170924

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 [^]