Rolled up Cost Shares

trintrin Member Posts: 110
Hi,

This is Nav 4.0 SP1. Does anyone have any problems with Rolled up Cost Shares report from Mfg >> costing >> Reports? If you run this report in Cronus, item 1000 does not showup. I also ran this on one of the clients database(Avg cost), some raw materails have 0 cost on the report?? However the item card have correct cost 5.26 and so does the inventory valuation report for this item. Any ideas???

Thanks
Trin

Comments

  • ara3nara3n Member Posts: 9,256
    Item 1000 does print on in Chronus.

    And the calculation for cost is done as fallows.


    MaterialCost := BOMCompQtyBase * CompItem."Rolled-up Material Cost",
    CapacityCost := BOMCompQtyBase * (CompItem."Rolled-up Capacity Cost" + CompItem."Rolled-up Subcontracted Cost");
    OverheadCost := BOMCompQtyBase * (CompItem."Rolled-up Mfg. Ovhd Cost" + CompItem."Rolled-up Cap. Overhead Cost");
    TotalCost := MaterialCost + CapacityCost + OverheadCost;
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
  • dipakpatel2505dipakpatel2505 Member Posts: 169
    Hi All,
    I am facing the same problem.

    I would like to know how rolled Cost of Item is update.
    For Example, I have defined Item A as Purchase Item with Costing Method = FIFO.I have purchased Item A at rate of 100. So Unit cost is updated to 100 but Rolled Up Cost is steel zero.

    How can I update Item A Rolled Up Cost ?

    Thanks in advance.

    With Best Regards,
    Dipak Patel
Sign In or Register to comment.