Openbravo Issue Tracking System - POS2
View Issue Details
0052009POS2POSpublic2023-03-30 09:512023-04-03 18:24
mtaal 
mtaal 
normalminorhave not tried
closedfixed 
5
 
23Q3 
No
0052009: RM-5704: Pager when on order consolidation then lines should be combined irrespective of pickuppoint
When the system determines which lines to combine in a deliver control method (based on consolidation) then currently it will separate lines in different DCM if their pickup point is different. This also happens in case of order consolidation. For order consolidation this should not happen, it should combine lines with the same DCM. For non-order consolidation it does not need to use pickup point either as there the consolidation already forces separation in different dcm instances.

https://openbravo.atlassian.net/browse/RM-5704 [^]
Set order consolidation and different pickup points on lines and same DCM (pager), see that several pager calls are done. Only one should be done.

Do not use pickuppoint to separate lines on different DCM instances.
No tags attached.
depends on backport 005201423Q2 closed mtaal RM-5704: Pager when on order consolidation then lines should be combined irrespective of pickuppoint 
depends on backport 005201523Q1.2 closed mtaal RM-5704: Pager when on order consolidation then lines should be combined irrespective of pickuppoint 
Issue History
2023-03-30 09:51mtaalNew Issue
2023-03-30 09:51mtaalAssigned To => mtaal
2023-03-30 09:51mtaalTriggers an Emergency Pack => No
2023-03-30 12:23nicola_uvaStatusnew => scheduled
2023-03-30 21:29hgbotNote Added: 0148128
2023-03-30 21:35hgbotNote Added: 0148129
2023-03-30 21:36hgbotNote Added: 0148130
2023-04-03 14:45hgbotResolutionopen => fixed
2023-04-03 14:45hgbotStatusscheduled => closed
2023-04-03 14:45hgbotFixed in Version => 23Q3
2023-04-03 14:45hgbotNote Added: 0148198
2023-04-03 14:45hgbotNote Added: 0148199
2023-04-03 18:24hgbotNote Added: 0148217

Notes
(0148128)
hgbot   
2023-03-30 21:29   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/1656 [^]
(0148129)
hgbot   
2023-03-30 21:35   
Merge request closed: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/1656 [^]
(0148130)
hgbot   
2023-03-30 21:36   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/1657 [^]
(0148198)
hgbot   
2023-04-03 14:45   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^]
Changeset: 3882884d68e39758ef4e260fabbf14aeff8dd22a
Author: Martin Taal <martin.taal@openbravo.com>
Date: 03-04-2023 12:37:22
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/3882884d68e39758ef4e260fabbf14aeff8dd22a [^]

Fixes ISSUE-52009: do not separate DCM lines on the basis of pickup point

---
M web-jspack/org.openbravo.pos2/src/core/pickupPoint/PickupHandler.js
---
(0148199)
hgbot   
2023-04-03 14:45   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/1657 [^]
(0148217)
hgbot   
2023-04-03 18:24   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^]
Changeset: 559361689b9656da518f133ece127ba4222a445b
Author: Martin Taal <martin.taal@openbravo.com>
Date: 03-04-2023 18:24:04
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/559361689b9656da518f133ece127ba4222a445b [^]

Fixes ISSUE-52009: do not separate DCM lines on the basis of pickup point - solve failing test

---
M web-jspack/org.openbravo.pos2/src/core/pickupPoint/__test__/PickupHandler.test.js
---