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