New flag $use_costed_values in config.php for Inventory Valuation Report
authorJoe <unknown>
Fri, 12 Sep 2014 06:16:50 +0000 (08:16 +0200)
committerJoe <unknown>
Fri, 12 Sep 2014 06:16:50 +0000 (08:16 +0200)
config.default.php

index 7f05f76446919ea2be8ae1baaa5714db20eacb62..f5b6e85e840edd13ab0bcfd0aa5add43ad1479f1 100644 (file)
@@ -173,6 +173,9 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_
 
        $config_allocation_settled_allowance = 0.005;
 
+       /* Show average costed values instead of fixed standard cost in report, Inventory Valuation Report */
+       $use_costed_values = 0; 
+       
        /* Allow negative prices for dummy/service items. To be moved to GL db settings */
        $allow_negative_prices = 1;