Release 2.2.11
[fa-stable.git] / config.default.php
index 4673a92387cfafe2115ef9972304283c9b78b022..c8ba18b33d1a23be4eff75449489cb4aeb5e3661 100644 (file)
@@ -56,14 +56,14 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_
        // Main Title
        $app_title = "FrontAccounting";
        // application version
-       $version                = "2.2.4";
+       $version                = "2.2.11";
 
        // Build for development purposes
        $build_version  = date("d.m.Y", filemtime("$path_to_root/CHANGELOG.txt"));
 
        // Powered by
        $power_by               = "FrontAccounting";
-       $power_url              = "http://frontaccounting.net";
+       $power_url              = "http://frontaccounting.com";
 
        /* use popup windows for views */
        $use_popup_windows = 1;
@@ -80,13 +80,16 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_
        /* show users online discretely in the footer */
        $show_users_online = 0;
 
+       /* default print destination. 0 = PDF/Printer, 1 = Excel */
+       $def_print_destination = 0;
+
        // Wiki context help configuration
        // If your help wiki use translated page titles uncomment next line
        // $old_style_help = 1; // this setting is depreciated and subject to removal in next FA versions
        //      locally installed wiki module
        // $help_base_url = $path_to_root.'/modules/wiki/index.php?n='._('Help').'.';
        //      context help feed from frontaccounting.net
-       // $help_base_url = 'http://frontaccounting.net/fawiki/index.php?n=Help.';
+       // $help_base_url = 'http://frontaccounting.com/fawiki/index.php?n=Help.';
        //      not used
        $help_base_url = null;
 
@@ -116,14 +119,6 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_
 
        $pagesizes              = array("Letter", "A4"); // default PDF pagesize
 
-       /* Default border and spacing for tables */
-       /* Should be moved to CSS */
-
-       if (!isset($_SESSION['bordercolor']))
-               $_SESSION['bordercolor'] = "#8cacbb";
-       $table_style    = "cellpadding=3 border=1 bordercolor='".$_SESSION['bordercolor']."' class='tablestyle'";
-       $table_style2   = "cellpadding=3 border=1 bordercolor='#cccccc' class='tablestyle2'";
-
        /* Accounts Payable */
        /* System check to see if quantity charged on purchase invoices exceeds the quantity received.
        If this parameter is checked the proportion by which the purchase invoice is an overcharge
@@ -212,7 +207,4 @@ if (!defined('ICON_EDIT'))
        define("ICON_ESCAPE", "escape.png");    
 }
 
-       /* allow using of multi level sub-types when digits are of same length in account types */
-       $use_new_account_types = 0;
-
 ?>
\ No newline at end of file