Hello boxygen,
There is a flag in config.php, called $use_costed_values that is set to 0 by default. In that case the standard cost set in the stock_master table (the last average standard cost) is used all over the period. This is only used in rep301.php
If this flag is set to 1, it will use the costed values all over the period, and the total will be the same as in the Costed Inventory Movements.
The reason for setting this variable $use_costed_values to 0 (default) is that this also can cope with manual changes in the standard costs.
I guess we use the same algorithms for Costed Values in both rep 301 and 308. Right?
/Joe
