Line Total is computed as follows.

  1. If there is no Gross/Net UOM, the Line Total is computed by Receive Qty * Cost.
    1. Qty to Receive * Cost  = Line Total 
      100 * 10.00 = 1,000.00
  2. If there is Gross/Net UOM, then the system will calculate from Net. 
    1. Example 1: Receive UOM and Gross/Net UOM are the same

      Cost * Net = Line Total
      10.00 * 48.00 = 480.00
    2. Example 2: Receive UOM and Gross/Net UOM are different

      1. Convert Net to Receive UOM Unit Qty to get Qty to Receive by Receipt UOM
      Net / Receive UOM Unit Qty
      1,000 lb / 10 = 100 10-lb bag

      2. Multiply result in b.1 with the Cost
      100 * 100.00 = 10,000.00
  • No labels