Release 1.11
[fa-stable.git] / config.php
index dc69f59f24a41880d73fc1ff73521c0047ef7cfa..0b26866e6b44274ec5249f29e8eab3e2eedbab9a 100644 (file)
        // Main Title
        $app_title = "FrontAccounting";
     // application version
-    $version           = "1.1";
+    $version           = "1.11";
 
     // Build for development purposes
-    $build_version     = "21";
+    $build_version     = "23";
 
        // Powered by
        $power_by               = "FrontAccounting";
@@ -72,6 +72,9 @@
 
        /* use Audit Trails in GL */
        $use_audit_trail = 0;
+       
+       /* allow alpha characters in accounts. 0 = numeric, 1 = alpha numeric, 2 = uppercase alpha numeric */
+       $accounts_alpha = 0;
 
        /* default start-up tab (orders/AP/stock/manuf/proj/GL/system) */
        $def_app = "orders";