Calculating Storage Billing by Cube for Locations

Typically, on running this schedule job, the system determines the storage volume for each item per location and the corresponding IHT records os written. During the execution, the SJ checks for the inventory to determine all the available location types. Now, in case of volume, the SJ checks for the dimensions for cases/packs first and then units.

The following explains the sequential flow:

  • If std case qty is populated for an item, then std case LxWxH is used for computing the volume. The total inventory for the item times standard case LxWxH.
  • If std case qty is not populated for an item or any of the item's std case LxWxH is not populated, then items' std pack and pack LxWxH will be used.
  • If std pack qty for an item is not populated or any of the item's std pack LxWxH is not populated, then items' unit LxWxH will be used in computing the volume.
  • IHT-79 will be written for each item/location combination irrespective of batch/attributes/expiry date. Orig_Qty on the IHT will contain the volume computed above.
Note: Currently, WMS does not have UOM associated for dimensions. The value entered is assumed to be in same dimensions, the system does not perform UOM conversions as part of this job.

To set up the schedule job type, do the following:

  1. From the Scheduled Jobs screen, click Create (+).
  2. Select Calculate storage billing by Cube for location from the Job Type drop-down.

    Calculate Storage Billing by Cube

  3. Populate the required fields and Click Save.