X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=config.default.php;h=5462943545f6afafb17a8a8403a3a2bac05442e8;hb=c08e2d4d2733819fb3ce4afbafd4381ad35b330c;hp=7f05f76446919ea2be8ae1baaa5714db20eacb62;hpb=1a96c03bdb52a26af0dbda2a19e8819ef19be8c3;p=fa-stable.git diff --git a/config.default.php b/config.default.php index 7f05f764..54629435 100644 --- a/config.default.php +++ b/config.default.php @@ -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; @@ -189,6 +192,9 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_ /* Whether to allow sending new password by e-mail */ $allow_password_reset = false; + /* Print Item Images on Sales Quotations. Set to 1 if so. */ + $print_item_images_on_quote = 0; + /* for uploaded item pictures */ $pic_width = 80; $pic_height = 50;