X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=config.default.php;h=ba6eadcb2642b3aecc4e990dcd31a7214ce5dbc1;hb=615c63fbc4aea4d0e136e868993e71190aacadd2;hp=386759e14431a8d7b2a8402d29568c24bef1d4a8;hpb=dfd951ec7a8088a89710cb9a8d9ade6705c566af;p=fa-stable.git diff --git a/config.default.php b/config.default.php index 386759e1..ba6eadcb 100644 --- a/config.default.php +++ b/config.default.php @@ -154,6 +154,7 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_ /* UTF-8 font for Business Graphics. Copy it to /reporting/fonts/ folder. */ $UTF8_fontfile = "FreeSans.ttf"; + //$UTF8_fontfile = "zarnormal.ttf"; // for Arabic Dashboard /* Display a dropdown select box for choosing Company to login if false. @@ -205,3 +206,10 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_ If not defined $comp_path/%s/backup/ is used. */ // $backup_path = dirname(__FILE__).'/company/%s/backup/'; + +/* + Optional popup search enabled if this is true. + $max_rows_in_search = 10 is used for maximum rows in search +*/ + $use_popup_search = true; + $max_rows_in_search = 10;