Missing TB_PREF fix.
[fa-stable.git] / config.php
index 550efbe98dd5313135dcb9d0cd1ccbca62eb2f6d..67683efcf13b19061c307caa4f3c4d8343ed42f1 100644 (file)
        // Main Title
        $app_title = "FrontAccounting";
     // application version
-    $version           = "1.16";
+    $version           = "2.0 Pre Alpha";
 
     // Build for development purposes
-    $build_version     = "15";
+    $build_version     = "2";
 
        // Powered by
        $power_by               = "FrontAccounting";
        /* print_invoice_no. 0 = print reference number, 1 = print invoice number */
        $print_invoice_no = 0;
 
-       /* Flags for no item, customer and supplier lists. The list can only hold about 1000 items in the lists */
-       $no_item_list =         0; // change value to 1 if you do not want all items in list
-       $no_customer_list = 0; // change value to 1 if you do not want all customers in list
-       $no_supplier_list = 0; // change value to 1 if you do not want all suppliers in list
-
        $dateformats    = array("MMDDYYYY", "DDMMYYYY", "YYYYMMDD");
        $dateseps               = array("/", ".", "-", " ");
        $thoseps                = array(",", ".", " ");