Changed so Customer's Reference is printed on all sales documents (you can f.i. enter...
[fa-stable.git] / config.php
index 9132cbb754512974cec4f88f91169c736e2b0021..7a534758610004d09341ed4d9cbd68feae656c65 100644 (file)
@@ -23,7 +23,7 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_
 
        $debug                  = 1;
        $show_sql               = 0;
-       $go_debug               = 1;
+       $go_debug               = 0;
        if ($go_debug == 1)
        {
                error_reporting(E_ALL);
@@ -31,16 +31,17 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_
        }
        else
        {
+               error_reporting(E_USER_WARNING|E_USER_ERROR|E_USER_NOTICE);
                // ini_alter("error_reporting","E_COMPILE_ERROR|E_ERROR|E_CORE_ERROR|E_PARSE");
-               ini_set("display_errors", "Off");
+               ini_set("display_errors", "On");
        }
        // Main Title
        $app_title = "FrontAccounting";
        // application version
-       $version                = "2.0 Pre Alpha";
+       $version                = "2.0 Release Candidate 1";
 
        // Build for development purposes
-       $build_version  = "2";
+       $build_version  = "145";
 
        // Powered by
        $power_by               = "FrontAccounting";
@@ -56,11 +57,12 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_
        $use_audit_trail = 0;
 
        /* Integrated base Wiki Help URL or null if not used */
-       $help_base_url = $path_to_root.'/modules/wiki/index.php?n='._('Help').'.';
+       //$help_base_url = $path_to_root.'/modules/wiki/index.php?n='._('Help').'.';
+       $help_base_url = null;
 
        /* per user data/cache directory */
        $comp_path = $path_to_root.'/company';
-       
+
        /* allow alpha characters in accounts. 0 = numeric, 1 = alpha numeric, 2 = uppercase alpha numeric */
        $accounts_alpha = 0;
 
@@ -169,8 +171,8 @@ if(isset($_SESSION["wa_current_user"])) {
        // static js files path
        $js_path = $path_to_root.'/js/';
        // standard external js scripts included in all files
-       $js_static = array('behaviour.js');
+       $js_static = array('JsHttpRequest.js', 'behaviour.js', 'utils.js', 'inserts.js');
        // additional js source included in header
        $js_lib = $js_userlib = array();
-       
+
 ?>
\ No newline at end of file