4Site
Support Request System
View Patch #50.017.010
Description
Patch ID:
Date Implemented:
Patch Title:
Patch Type:
Request IDs:
Bug
Enhancement
Other
02494 -
PO line shipping totals may not match order quantity
02383 -
PO line delivery qty not changed if PO line qty chgd - can't issue PO
Symptoms:
Client tried to issue a PO and got the error msg: "The order and delivery quantities do not match on the following lines: 1,2" This is what they did. - enter the PO line with a qty of 1 - enter a separate delivery segment for the line (polship gets created). The delievery qty defaults to 1. - change the PO line qty to 10. polship not changed - try to issue the PO. It generates the error because poline.quantity <> total polship.qty
Solution:
Behind the Save button click event; in the UpdateRoutine: - query polship table for lines related on poline.poid, poline.line - if returned records = 1, update related polship line with new qty - if returned records > 1, display message as follows: " The quantity on this line has been changed. Since there are multiple shipping segments for this line, the segment quantities must be adjusted such that the sum of the segment quantities equals the new quantity on the PO line. i.e. Before a PO can be issued, the line order quantity must equal the sum of quantities of all shipping segments defined for each line." Update grdsegments to show the new quantity in the segment list.
Browse Patches
Find a Patch
Return to Request System Menu