Stable merged into unstable again (due to failure on binary file during previous...
[fa-stable.git] / config.default.php
index 9bc4dae1e946d9f6cab4712dd73e0986233b5cd0..5cd7fe20e010ba0807dda80c2d165990e60713d4 100644 (file)
@@ -68,6 +68,9 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_
        $power_by               = "FrontAccounting";
        $power_url              = "http://frontaccounting.com";
 
+       /* Do not print zero lines amount of 0.00 in Sales Documents if service item. 1 = do not */
+       $no_zero_lines_amount = 1;
+
        /* Use icon for editkey (=true) righ of combobox. 1 = use, 0 = do not use */
        $use_icon_for_editkey = 0;
 
@@ -88,7 +91,7 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_
 
        /* $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;
 
@@ -132,7 +135,10 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_
 
        /* suppress tax rates on documents. 0 = no, 1 = yes. */
        $suppress_tax_rates = 0;
-       
+
+       /* allow reopening closed transactions */
+       $allow_gl_reopen = 0;
+
        $dateformats    = array("MMDDYYYY", "DDMMYYYY", "YYYYMMDD");
        $dateseps               = array("/", ".", "-", " ");
        $thoseps                = array(",", ".", " ");
@@ -216,25 +222,26 @@ if(isset($_SESSION["wa_current_user"])) {
 
 if (!defined('ICON_EDIT'))
 {
-       define("ICON_EDIT", "edit.gif");        
-       define("ICON_DELETE", "delete.gif");    
-       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");    
-       define("ICON_REPORT", "report.png");    
-       define("ICON_VIEW", "view.gif");        
+       define("ICON_EDIT", "edit.gif");
+       define("ICON_DELETE", "delete.gif");
+       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");
+       define("ICON_REPORT", "report.png");
+       define("ICON_VIEW", "view.gif");
        define("ICON_SUBMIT", "ok.gif");
-       define("ICON_ESCAPE", "escape.png");    
+       define("ICON_ESCAPE", "escape.png");
+       define("ICON_CLOSED", "closed.png");
 }
 
 ?>
\ No newline at end of file