X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=config.php;h=331a29314d88149be2de0b2b4b1065d95eb409c0;hb=e39d77850382a1184502c596aae74f353de38774;hp=731e26f3aaf586121c1e1ea526a73124329ed6bc;hpb=171074993d8f6768cde0626697abd6b4eab732a6;p=fa-stable.git diff --git a/config.php b/config.php index 731e26f3..331a2931 100644 --- a/config.php +++ b/config.php @@ -23,7 +23,8 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_ $debug = 1; $show_sql = 0; - $go_debug = 0; + $go_debug = 1; + $pdf_debug = 0; if ($go_debug == 1) { error_reporting(E_ALL); @@ -38,7 +39,7 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_ // Main Title $app_title = "FrontAccounting"; // application version - $version = "2.0"; + $version = "2.1.0 CVS"; // Build for development purposes $build_version = date("d.m.Y", filemtime("$path_to_root/CHANGELOG.txt")); @@ -155,13 +156,13 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_ System tabs. This variable should be in future included from separate file for extended module manager */ $applications = array ( - 'orders' => _("Sales"), - 'AP'=>_("Purchases"), - 'stock'=> _("Items and Inventory"), - 'manuf'=> _("Manufacturing"), - 'proj'=>_("Dimensions"), - 'GL'=>_("Banking and General Ledger"), - 'system'=>_("Setup") + 'orders' => _("&Sales"), + 'AP'=>_("&Purchases"), + 'stock'=> _("&Items and Inventory"), + 'manuf'=> _("&Manufacturing"), + 'proj'=>_("&Dimensions"), + 'GL'=>_("&Banking and General Ledger"), + 'system'=>_("S&etup") ); /* default start-up tab (orders/AP/stock/manuf/proj/GL/system) */ $def_app = "orders";