Topic: Inventory Item Cost Update

whts the functions of Inventory Item Cost Update?

Re: Inventory Item Cost Update

Hello,
The average item cost update is done in a file /purchasing/includes/db/grn_db.inc, which automatic update the average cost of the stock, which is used when delivering. The file is called when you receive PO order items.

You can also manually update the average cost price in the Inventory tab. This operation is done in /inventory/includes/db/items_trans_db.inc. There are also GL updates when doing this manuelly.

The cost prices are based on an average price. Not FIFO or LIFO.

/Joe