X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=config.default.php;h=5cd7fe20e010ba0807dda80c2d165990e60713d4;hb=e9782c04faf09dd040dbc0c908cdb6e6d4f0dcfc;hp=55820f5a583d3808f334541a3213eaeee0215a7e;hpb=b11418d0e2c2691abcb5330e6b62bc1d45b741f1;p=fa-stable.git diff --git a/config.default.php b/config.default.php index 55820f5a..5cd7fe20 100644 --- a/config.default.php +++ b/config.default.php @@ -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; @@ -80,12 +89,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;