X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=config.default.php;h=2cb027a8722cde3cba584e71fe2f23c28a2d6ef7;hb=6256847aa8465de1711aee2e10a2c986674e74c2;hp=1d45c8b3aae8d61b7efcc2cc6f3a608bfda592b3;hpb=77bb4cfa68b0c8367a0e2ef0e046d6588f696486;p=fa-stable.git diff --git a/config.default.php b/config.default.php index 1d45c8b3..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; @@ -89,6 +92,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;