Removed obsolete tax group option for account.
[fa-stable.git] / config.php
index 29d13bc4b5e1aeed1aa4cb7a57f452600eb49de5..a458b7c4db09fa9a2767178df27b37e2b6bc9ab2 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**********************************************************************
-    Copyright (C) 2005-2008  FrontAccounting, LLC.
+    Copyright (C) FrontAccounting, LLC.
        Released under the terms of the GNU Affero General Public License,
        AGPL, as published by the Free Software Foundation, either version 
        3 of the License, or (at your option) any later version.
@@ -25,6 +25,13 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_
        $show_sql               = 0;
        $go_debug               = 1;
        $pdf_debug              = 0;
+       // set $sql_trail to 1 only if you want to perform bugtracking sql trail
+       // Warning: this produces huge amount of data in sql_trail table.
+       // Don't forget switch the option off and flush the table manually after 
+       // trail, or your future backup files are overloaded with unneeded data.
+       //
+       $sql_trail              = 0; // save all sql queries in sql_trail
+       $select_trail   = 0; // track also SELECT queries
        if ($go_debug == 1)
        {
                error_reporting(E_ALL);
@@ -184,12 +191,16 @@ if (!defined('ICON_EDIT'))
 {
        define("ICON_EDIT", "edit.gif");        
        define("ICON_DELETE", "delete.gif");    
-       define("ICON_ADD", "add.png");  
+       define("ICON_ADD", "ok.gif");   
+       define("ICON_UPDATE", "ok.gif");        
+       define("ICON_OK", "ok.gif");    
+       define("ICON_CANCEL", "cancel.png");    
        define("ICON_GL", "gl.png");    
        define("ICON_PRINT", "print.png");      
        define("ICON_PDF", "pdf.gif");  
        define("ICON_DOC", "invoice.gif");      
        define("ICON_CREDIT", "credit.gif");    
+       define("ICON_RECEIVE", "receive.gif");  
        define("ICON_DOWN", "download.gif");    
        define("ICON_MONEY", "money.png");      
        define("ICON_REMOVE", "remove.png");