IM Goods Receipt Preload with Pkg Number
When using the IM Goods Receipt Preload with a Pkg Number, the line and binsnb do not properly consolidate and some entries are ignored. Queries to determine if a record should be inserted or updated were not including a Pkg Number which was causing the issue.
Pick List - Enable picking from unallocated pick lists from all 4 SAP document sources
Added functionality to the PickList.Pick method to allow for all 4 SAP document types that are currently available for picking in SAP. Added the ability for each of these to automatically allocate if they are not allocated on the pick list and/or the source document. This method will not adjust bin/batch/serial allocations that are already set on the pick list or change the batch/serial allocation on the source document if they are already set. Additional methods exist that can be used to add and remove those assignments.
SAP Hana GRPO Order lookup query is incorrect due to quotes being added by SQL Editor
Query that works: ,SELECT CASE , WHEN "OPOR"."Segment" = 0 THEN Cast("OPOR"."DocNum" AS NVARCHAR) , ELSE CONCAT(CONCAT("OPOR"."DocNum" ,'-' ),"OPOR"."Segment"), END AS "DocNum", , "OPOR"."CardName" ,FROM "OPOR" ,WHERE "OPOR"."DocStatus" = 'O' , AND "OPOR"."CANCELED" <> 'Y' ,ORDER BY "OPOR"."DocEntry"
SAP HANA Updater keeps prompting to update the software even though it was just updated
The renewal process was not translating the last update date of the updater correctly due to the system localization. This has been corrected to consider the localization when checking the last update date and time.
Update code in SAP and Macola to support third party billing by warehouse/location
Add backend support for Third Party Shipping with specific carrier accounts based on Customer, Carrier, Warehouse Location, and Customer Ship To Code allowing a Default value for both Warehouse Locations and/or Customer Ship-To Code.
Create scripts to copy current table data to appropriate rows after adding warehouse/location column
Create scripts to copy current table data to appropriate rows after adding warehouse/location column. This will prevent current customer from experiencing any issues after an update.
Create standard SAP objects for capturing images and attaching them to documents.
Expanded image/signature capture objects in SAP for the following documents,Sales Quote, Sales Order, Delivery, Sales Return Request, Sales Return, AR Down Payment Invoice, AR Invoice and Reserve Invoice, AR Credit Memo,Purchase Request, Purchase Quote, Purchase Order, Goods Receipt PO, Goods Return Request, Goods Return, AP Down Payment Invoice, AP Invoice and Reserve Invoice, AP Credit Memo,Goods Receipt, Goods Issue, Inventory Transfer Request, Inventory Transfer
Develop International Documents for FedEx International Shipping
Develop Commercial Invoice and Certificate of Origin Crystal Reports for FedEx International Shipping. Added buttons in the Fulfillment Manager (SAP) and Shipping Tree (Macola) to print the documents for FedEx International Shipments
Fulfillment manager Shipment Details window adjustments
The Shipment Details panel section will now fill the container and is better sized for the labels and content. The container size will be persisted while in the Fulfillment Manager. When closing the Shipment Details Panel with the associated “X” button you can restore the Shipment Details by clicking on the View tab and selecting “Shipment Details”.
Conditional Formatting on a Grid is not persisted when saved to a Layout
When changing the formatting of a cell, for example highlighting a cell when a certain condition is met, the selected custom formatting does not remain when the grid is saved as a layout. This issue was found originally on the MRP Reorder Advice grid.