X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=config.default.php;h=a039fc20e4311c8951e3b528f969bf66c2e34dcb;hb=aa2ff78063656a7843d763859e3b9b4c15a3f920;hp=9bc4dae1e946d9f6cab4712dd73e0986233b5cd0;hpb=eabd55f8ffc01d28b6b0af9d0352424355188551;p=fa-stable.git diff --git a/config.default.php b/config.default.php index 9bc4dae1..a039fc20 100644 --- a/config.default.php +++ b/config.default.php @@ -68,6 +68,9 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_ $power_by = "FrontAccounting"; $power_url = "http://frontaccounting.com"; + /* Do not print zero lines amount of 0.00 in Sales Documents if service item. 1 = do not */ + $no_zero_lines_amount = 1; + /* Use icon for editkey (=true) righ of combobox. 1 = use, 0 = do not use */ $use_icon_for_editkey = 0; @@ -237,4 +240,11 @@ if (!defined('ICON_EDIT')) define("ICON_ESCAPE", "escape.png"); } +/* + Display a dropdown select box for choosing Company to login if true. + Show a blank editbox only if false where the Company NickName + will have to be manually entered. This is when privacy is needed. +*/ + $AllowCompanySelectionBox = true; + ?> \ No newline at end of file