X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=config.php;h=dd09acd75406c66504db5a3028e82e29353a3601;hb=431531eebf3ba494002cfbf7ea36f9e82d4975c0;hp=e25272473df696d488654d7678d9b9009d5178b3;hpb=57ab7b19733486db1572c646c4ff0a58c260ddd2;p=fa-stable.git diff --git a/config.php b/config.php index e2527247..dd09acd7 100644 --- a/config.php +++ b/config.php @@ -52,10 +52,10 @@ // 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"; @@ -63,9 +63,16 @@ /* 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(",", ".", " ");