Added check not empty location code in Inventory Locations.
[fa-stable.git] / config.default.php
index 1d45c8b3aae8d61b7efcc2cc6f3a608bfda592b3..a039fc20e4311c8951e3b528f969bf66c2e34dcb 100644 (file)
@@ -68,6 +68,15 @@ 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;
+
+       /* Creates automatic a default branch with contact. Value 0 do not create auto branch */
+       $auto_create_branch = 1;
+
        /* Save Report selections (a value > 0 means days to save. 0 = no save) */
        $save_report_selections = 0;
 
@@ -89,6 +98,9 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_
        /* show users online discretely in the footer */
        $show_users_online = 0;
 
+       /* show item codes on purchase order */
+       $show_po_item_codes = 0;
+
        /* default print destination. 0 = PDF/Printer, 1 = Excel */
        $def_print_destination = 0;
 
@@ -228,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