PATCH WMS P044: Difference between revisions
From Calidus HUB
No edit summary |
No edit summary |
||
Line 452: | Line 452: | ||
|width="30%"|'''Summary of Call'''|| Re-work of 02234568 - kitting issue | |width="30%"|'''Summary of Call'''|| Re-work of 02234568 - kitting issue | ||
|- | |- | ||
|'''Detail of Fix''' || | |'''Detail of Fix''' || Improve lock handling. If ORDER HEADER record locked, handle lock records events correctly. | ||
If ORDER HEADER record locked, handle lock records events correctly | |||
|- | |- | ||
|'''Set-up and Configuration''' || No set-up/configuration required | |'''Set-up and Configuration''' || No set-up/configuration required | ||
Line 509: | Line 507: | ||
|width="30%"|'''Summary of Call'''|| Portal Order Processing | |width="30%"|'''Summary of Call'''|| Portal Order Processing | ||
|- | |- | ||
|'''Detail of Fix''' || | |'''Detail of Fix''' || Add new rule 'DSIC' (Despatch Status Ignore Customer Setup) | ||
If rule set to Y or 9, customer setup is | If rule set to Y or 9, customer setup is ignored for despatch status, and orders are processed, order moved to status 9 (despatched) rather than F (owner POD) or G (customer POD) or I (awaiting invoicing). | ||
|- | |- | ||
|'''Set-up and Configuration''' || | |'''Set-up and Configuration''' || | ||
Line 545: | Line 543: | ||
|width="30%"|'''Summary of Call'''|| Pick Confirmation error | |width="30%"|'''Summary of Call'''|| Pick Confirmation error | ||
|- | |- | ||
|'''Detail of Fix''' || | |'''Detail of Fix''' || Add new PICKCONF_LOCKED table to stop 2 users manually pick confirming the same order simultaneously. The change only affects manually picked orders. RF and Portal processes unaffected. | ||
The change only affects manually picked orders. RF and Portal processes unaffected. | |||
|- | |- | ||
|'''Set-up and Configuration''' || No set-up/configuration required | |'''Set-up and Configuration''' || No set-up/configuration required | ||
|} | |} | ||
<!-- NEW PAGE --> | |||
Line 559: | Line 556: | ||
|width="30%"|'''Summary of Call'''|| Hold / Release EDI | |width="30%"|'''Summary of Call'''|| Hold / Release EDI | ||
|- | |- | ||
|'''Detail of Fix''' || | |'''Detail of Fix''' || Amend EDI hold/release package, so if a pallet is held with a system hold and a manual hold, allow user to change manual hold. | ||
Note: | Note: If pallet is allocated, involved in move etc, then user will continue not to be able to change hold reason code. Ensure if pallet is short despatched, the held quantity is correctly downdated. | ||
Ensure if pallet is short despatched, the held quantity is correctly downdated. | |||
|- | |- | ||
|'''Set-up and Configuration''' || No set-up/configuration required | |'''Set-up and Configuration''' || No set-up/configuration required | ||
Line 574: | Line 569: | ||
|width="30%"|'''Summary of Call'''|| Orders being pick confirmed incorrectly | |width="30%"|'''Summary of Call'''|| Orders being pick confirmed incorrectly | ||
|- | |- | ||
|'''Detail of Fix''' || | |'''Detail of Fix''' || If user enters in a range of orders, do not allow users to enter in a pick date less than pick list date of any order. | ||
Also, add additional validation to screening (development done against log 02268738) | Also, add additional validation to screening (development done against log 02268738) | ||
|- | |- | ||
|'''Set-up and Configuration''' || No set-up/configuration required | |'''Set-up and Configuration''' || No set-up/configuration required | ||
Line 585: | Line 580: | ||
{| width="100%" | {| width="100%" | ||
|- | |- | ||
|width="30%"|'''Summary of Call'''|| MSCI interface | |width="30%"|'''Summary of Call'''|| MSCI interface | ||
|- | |- | ||
|'''Detail of Fix''' || | |'''Detail of Fix''' || Amend Shipper/Trader/Event and Pack message in regard to user feedback. | ||
Rework file naming conventions to bring them into line with 414 functionality. | Rework file naming conventions to bring them into line with 414 functionality. | ||
Ensure files are created as expected. | Ensure files are created as expected. | ||
|- | |- | ||
|'''Set-up and Configuration''' || No set-up/configuration required | |'''Set-up and Configuration''' || No set-up/configuration required | ||
Line 611: | Line 606: | ||
{| width="100%" | {| width="100%" | ||
|- | |- | ||
|width="30%"|'''Summary of Call'''|| | |width="30%"|'''Summary of Call'''|| MSCI stock snapshot | ||
|- | |- | ||
|'''Detail of Fix''' || Amend MSCI format EDI stock snapshot in line with EDI layout issues raised by customer. | |'''Detail of Fix''' || Amend MSCI format EDI stock snapshot in line with EDI layout issues raised by customer. | ||
Line 624: | Line 619: | ||
|width="30%"|'''Summary of Call'''|| EDI for 19c | |width="30%"|'''Summary of Call'''|| EDI for 19c | ||
|- | |- | ||
|'''Detail of Fix''' || | |'''Detail of Fix''' || Add new 19C directory creation process. | ||
Change controlled by 4 new COMPANY level fields which are not user maintainable, but if set, will control the EDI directory paths the user can enter. | Change controlled by 4 new COMPANY level fields which are not user maintainable, but if set, will control the EDI directory paths the user can enter. | ||
Line 633: | Line 628: | ||
grant create any directory to public; | grant create any directory to public; | ||
grant drop any directory to public; | |||
grant drop any directory to public; | |||
|- | |- | ||
|'''Set-up and Configuration''' || No set-up/configuration required | |'''Set-up and Configuration''' || No set-up/configuration required | ||
Line 653: | Line 649: | ||
{| width="100%" | {| width="100%" | ||
|- | |- | ||
|width="30%"|'''Summary of Call'''|| MSCI | |width="30%"|'''Summary of Call'''|| MSCI - Order Detail trigger not generating records | ||
|- | |- | ||
|'''Detail of Fix''' || | |'''Detail of Fix''' || Amend order trigger to ensure that MSCI_ORD record is written. | ||
Amend XML tags in trader message to fix issues. | Amend XML tags in trader message to fix issues. | ||
|- | |- | ||
|'''Set-up and Configuration''' || No set-up/configuration required | |'''Set-up and Configuration''' || No set-up/configuration required | ||
Line 666: | Line 662: | ||
{| width="100%" | {| width="100%" | ||
|- | |- | ||
|width="30%"|'''Summary of Call'''|| MSCI Inventory file | |width="30%"|'''Summary of Call'''|| MSCI Inventory file | ||
|- | |- | ||
|'''Detail of Fix''' || | |'''Detail of Fix''' || Inventory message - amend <InventoryProductQuantities> segment reporting, so it written once per file, not once per stock code. | ||
Event message | Event message - change data reported in the <TrackingIdentifier>. The field now displays order number rather than the order reference. | ||
Update: as per user request, the Event message changes have been removed from the release. | Update: as per user request, the Event message changes have been removed from the release. | ||
|- | |- | ||
|'''Set-up and Configuration''' || No set-up/configuration required | |'''Set-up and Configuration''' || No set-up/configuration required | ||
|} | |} | ||
<!-- NEW PAGE --> | |||
== Aptean Log Number: 02270721 == | == Aptean Log Number: 02270721 == | ||
Line 683: | Line 680: | ||
|width="30%"|'''Summary of Call'''|| RF Pick Confirmation | |width="30%"|'''Summary of Call'''|| RF Pick Confirmation | ||
|- | |- | ||
|'''Detail of Fix''' || | |'''Detail of Fix''' || Amend log message to ensure that the date passed is 'g_date' rather than 'sysdate'. | ||
Ensure g_route_code/g_load_number reset correctly every message. | Ensure g_route_code/g_load_number reset correctly every message. | ||
WDD created from pallet exchange are created with the sell by date of the new pallet. | WDD created from pallet exchange are created with the sell by date of the new pallet. | ||
|- | |- | ||
|'''Set-up and Configuration''' || No set-up/configuration required | |'''Set-up and Configuration''' || No set-up/configuration required | ||
Line 731: | Line 728: | ||
|width="30%"|'''Summary of Call'''|| Unable to retrieve picks on RF | |width="30%"|'''Summary of Call'''|| Unable to retrieve picks on RF | ||
|- | |- | ||
|'''Detail of Fix''' || Ensure when user swapping OOS line with valid pallet, a 341 message is sent with corresponding 121 records | |'''Detail of Fix''' || Ensure when user swapping OOS line with valid pallet, a 341 message is sent with corresponding 121 records. | ||
|- | |- | ||
|'''Set-up and Configuration''' || No set-up/configuration required | |'''Set-up and Configuration''' || No set-up/configuration required | ||
Line 773: | Line 770: | ||
|width="30%"|'''Summary of Call'''|| EDI Data Maps incorrect | |width="30%"|'''Summary of Call'''|| EDI Data Maps incorrect | ||
|- | |- | ||
|'''Detail of Fix''' || | |'''Detail of Fix''' || EDI Maps script re-worked to handle layout. | ||
Change tested in both WMSdev and WMStst, using customer file as test file. | Change tested in both WMSdev and WMStst, using customer file as test file. | ||
|- | |- | ||
|'''Set-up and Configuration''' || No set-up/configuration required | |'''Set-up and Configuration''' || No set-up/configuration required | ||
Line 796: | Line 793: | ||
|width="30%"|'''Summary of Call'''|| GRN confirmation WHS0150 - seals references are missing | |width="30%"|'''Summary of Call'''|| GRN confirmation WHS0150 - seals references are missing | ||
|- | |- | ||
|'''Detail of Fix''' || | |'''Detail of Fix''' || WHS0150 - Stop users from running 'next_btn' when unsaved container details exist | ||
WHS0110 - Stop users from running 'send rf' button when unsaved container details exist | WHS0110 - Stop users from running 'send rf' button when unsaved container details exist. | ||
|- | |- | ||
|'''Set-up and Configuration''' || No set-up/configuration required | |'''Set-up and Configuration''' || No set-up/configuration required | ||
Line 810: | Line 806: | ||
|width="30%"|'''Summary of Call'''|| Inbound SFTP functionality | |width="30%"|'''Summary of Call'''|| Inbound SFTP functionality | ||
|- | |- | ||
|'''Detail of Fix''' || | |'''Detail of Fix''' || The DP_PROCESS_CONTROL_XFM package is being modified now to send and pull the files from the client-server. | ||
Changed the GET_FILE call directory parameter (amended file_name) to the directory path. | Changed the GET_FILE call directory parameter (amended file_name) to the directory path. | ||
|- | |- | ||
|'''Set-up and Configuration''' || No set-up/configuration required | |'''Set-up and Configuration''' || No set-up/configuration required | ||
Line 827: | Line 823: | ||
|} | |} | ||
<!-- NEW PAGE --> | |||
== Aptean Log Number: 02574548 == | == Aptean Log Number: 02574548 == | ||
Line 886: | Line 883: | ||
{| width="100%" | {| width="100%" | ||
|- | |- | ||
|width="30%"|'''Summary of Call'''|| | |width="30%"|'''Summary of Call'''|| Putaway algo G | ||
|- | |- | ||
|'''Detail of Fix''' || | |'''Detail of Fix''' || Amend functionality of put-away algo G | ||
Functionality will look initially for an empty anchor-point put-away location. | Functionality will look initially for an empty anchor-point put-away location. | ||
If not setup or not empty, pallets will ONLY be put in empty bulk locations, even if an empty pick location is available and or nearer. | If not setup or not empty, pallets will ONLY be put in empty bulk locations, even if an empty pick location is available and or nearer. | ||
|- | |- | ||
|'''Set-up and Configuration''' || No set-up/configuration required | |'''Set-up and Configuration''' || No set-up/configuration required | ||
Line 903: | Line 900: | ||
|width="30%"|'''Summary of Call'''|| Goods receipt by RF - auto hold not working | |width="30%"|'''Summary of Call'''|| Goods receipt by RF - auto hold not working | ||
|- | |- | ||
|'''Detail of Fix''' || | |'''Detail of Fix''' || Amend RFT GRN pallet creation process, so stock codes with a blank auto quarantine flag are handled the same way as stock codes with an N (No) auto quarantine flag. | ||
|- | |- | ||
|'''Set-up and Configuration''' || No set-up/configuration required | |'''Set-up and Configuration''' || No set-up/configuration required | ||
Line 915: | Line 911: | ||
|width="30%"|'''Summary of Call'''|| Issue with Free Generation | |width="30%"|'''Summary of Call'''|| Issue with Free Generation | ||
|- | |- | ||
|'''Detail of Fix''' || | |'''Detail of Fix''' || DP_WARE_LOC package has been modified to set the location_status to '6' at the time of free locations generation. | ||
This log is being released under 02263025. | This log is being released under 02263025. | ||
|- | |- | ||
|'''Set-up and Configuration''' || No set-up/configuration required | |'''Set-up and Configuration''' || No set-up/configuration required | ||
Line 938: | Line 934: | ||
|width="30%"|'''Summary of Call'''|| Release log for 00481793 | |width="30%"|'''Summary of Call'''|| Release log for 00481793 | ||
|- | |- | ||
|'''Detail of Fix''' || | |'''Detail of Fix''' || Replicate changes made in branch log 00481793 into main version. | ||
For MSCI message, ensure the apostrophes are replaced with ''' rather than '&aps;'. | For MSCI message, ensure the apostrophes are replaced with ''' rather than '&aps;'. | ||
|- | |- | ||
|'''Set-up and Configuration''' || No set-up/configuration required | |'''Set-up and Configuration''' || No set-up/configuration required | ||
|} | |} | ||