Automate computation of containers in load shipment schedule screen

Issue No: LG-697
Created 12/8/2016 6:13:15 AM
Type Feature
Priority Minor
Status Closed
Resolution Fixed
Fixed Version 17.1
Description This issue relates to i21 Help Desk ticket. Click the link below to go to Help Desk ticket.   [ - Automate computation of containers in load shipment schedule screen |http://helpdesk.irely.com/iRelyi21live/i21/#/HD/Ticket/?ticket=] Requirements or Business scenario for Container calculation:   * Provide a default packing UOM for each origin (country) * In the item configuration, provide a way in which user can specify for each container type what is the bulk and bag qty. * User creates a contract and enters the quantity * In the sequence the qty is shown in quantity (300, 60 kg bags) and weight UOM (18000 Kg) * If the quantity UOM is of the type packing, Bags populate in packing description and if the quantity UOM is of the type weights, Bulk will populate in packing description * The packing description should be a dropdown. The aim is to change the description to “Bulk” even when the UOM is in bags * It has been proposed that the default packaging should be bulk as in 95% of the contracts, the qty is getting shipped in bulk. (provide a check box in contract configuration to control this? possibly?) * Based on the description (bags or bulk), number of containers should be computed.   Changes required in Container Type screen:   * Add Origin, Bulk Quantity Columns in the grid   !pastedImage_d66595_0.png! * Rename Max Quantity to Bag Quantity   Changes Required in Load / Shipment screen:   * Number of Containers will have to be calculated on selecting the container type in the Vessel tab of load / shipment screen. * Number of Containers = (Quantity * Weight Per UOM) / (Bulk or Bag Weight for selected Container Type) * Contract sequence will have the status whether it is shipped in bulk or bags. * Since load / shipment screen can have multiple contract sequences, we need to calculate decimal containers for each sequence, total and and round off to whole number