I'm currently testing how cost of sold items are being calculated when using FIFO Costing method, and there are things that I do not understand that I would like to get advice on.
To explain myself properly, please I'll setup a sample scenario as follows:
Item Status of "Item A" as of 01/30
Rcpt Num Date QTY Unit Cost
000001 01/01 10 $10.00
000002 01/10 10 $20.00
000003 01/20 10 $30.00
On 01/30, I need to post Sales Shipment/Invoice with QTY = 1 of "Item A", considering the following different situations.
1) Regular Sales Entry
-> Item Value Entry will indicate that Sold Item Cost = $10.00
2) Sales Entry after reserving the item entry where "Rcpt Num" = 000002
-> Item Value Entry will indicate that Sold Item Cost = $20.00
3) Sales Entry after applying item entry where "Rcpt Num" = 000002
-> Item Value Entry will indicate that Sold Item Cost = $20.00
Item Status of "Item A" as of 01/30
Rcpt Num Lot Num Date QTY Unit Cost
000001 LOT1 01/01 10 $10.00
000002 LOT2 01/10 10 $20.00
000003 LOT3 01/20 10 $30.00
Same as before, Sales Shipment/Invoice with QTY = 1 of "Item A", considering the following different situations.
4) Sales Entry after assigning item tracking entry where "Lot Number" = LOT2
-> Item Value Entry will indicate that Sold Item Cost = $10.00
Rcpt Num Lot Num Date QTY Unit Cost
000001 LOT1 01/01 10 $10.00
000002 LOT2 01/10 10 $20.00
000003 LOT3 01/20 10 $30.00
Then, create a Special Order where the following Purchase is linked
Rcpt Num Lot Num Date QTY Unit Cost
000004 LOT4 01/30 1 $40.00
5) Special Order (with Lot Number)
-> Item Value Entry will indicate that Sold Item Cost = $10.00
Now, the thing that I don't understand is cases 4) & 5).
I the Lot Number is specified on the Sales Shipment/Invoice, shouldn't the Sold Item's Unit Cost follow the linked Receipt, which is $20.00?
Also, if Special Order is posted, then shouldn't it be the case that the Sold Item's Unit Cost be $40.00, instead of $10.00?
Or does NAV always stick with the Rule FIFO, if there are no Reservation or Item Application indicated on the Sales entry?
Thank you in advance!
0
Comments
I'm sorry for not mentioning, but I've the NAV2009SP1 setup as below.
Inventory Setup
Automatic Cost Posting: Checked
Expected Cost Posting to G/L: Checked
Automatic Cost Adjustment: Always
So as you can see above, the Cost Adjustment is always processed, when I post inbound/outbound transactions in NAV.
Thanks!