Release 1.0.1 established on SourceForge, fixing the bugs and including a Date Picker...
[fa-stable.git] / config.php
index e25272473df696d488654d7678d9b9009d5178b3..dd09acd75406c66504db5a3028e82e29353a3601 100644 (file)
        // Main Title
        $app_title = "FrontAccounting";
     // application version
-    $version           = "1.0a";
+    $version           = "1.0.1";
 
     // Build for development purposes
-    $build_version     = "12";
+    $build_version     = "15";
 
        // Powered by
        $power_by               = "FrontAccounting";
 
        /* use popup windows for views */
        $use_popup_windows = 1;
+
     /*Stock units array*/
        $stock_units    = array(_("ea."), _("m"), _("kgg"), _("tons"), _("l"), _("lbs"), _("dozen"), _("pack"), _("hrs"));
 
+       /* use date picker for all date fields */
+       $use_date_picker = 1;
+
+       /* use Audit Trails in GL */
+       $use_audit_trail = 0;
+
        $dateformats    = array("MMDDYYYY", "DDMMYYYY", "YYYYMMDD");
        $dateseps               = array("/", ".", "-", " ");
        $thoseps                = array(",", ".", " ");