X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=config.default.php;h=2cb027a8722cde3cba584e71fe2f23c28a2d6ef7;hb=fe12cbfa64a413ab57cbb8d920f7e70a7ac5583b;hp=7c7389ea4c0342afae2a38959670cf6453cc1bde;hpb=1f82a87e119d3b3749cf42f3024d7493ef6d8420;p=fa-stable.git diff --git a/config.default.php b/config.default.php index 7c7389ea..2cb027a8 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"; + /* 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; @@ -80,12 +83,18 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_ /* use Audit Trails in GL */ $use_audit_trail = 0; + /* $show_voiced_gl_trans = 0, setting this to 1 will show the voided gl trans */ + $show_voided_gl_trans = 0; + /* use old style convert (income and expense in BS, PL) */ $use_oldstyle_convert = 0; /* 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; @@ -146,9 +155,12 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_ $config_allocation_settled_allowance = 0.005; - /* Alow negative prices for dummy/service items. To be moved to GL db settings */ + /* Allow negative prices for dummy/service items. To be moved to GL db settings */ $allow_negative_prices = 1; + /* Show menu category icons in core themes */ + $show_menu_category_icons = 0; + // Internal configurable variables //-----------------------------------------------------------------------------------