Comment 5 for bug 689868

Revision history for this message
Amit Parik (amit-parik) wrote :

Hello Francis,

I have tested your latest scenario. But it is also giving the proper result. I have created this structure.

A
  B
  C
    D
      E
        F
        G
        H
      I
    J
      K
      L
  M
And all product's cost is 1.00. Now calculated product A 's cost structure. Product A was created with sub product B,C,M and C was created with sub product D,J same D was created with sub-product E,I same E was created sub product F,G,H, same J product was created with sub product K and L. So the product A 's cost structure = (1+C's cost+1) C's cost is D's Cost + J's Cost Now D's cost is (E+I) and E 's Cost is F+G+H's cost . So D's cost is 4.0 and J's cost is 2 . So now C's cost is 6 . so Total Cost of product A is 1+6+1=8.00 which is our result. I have attached two screen-shots of it for your reference.

Thanks.