_("Sales"), 'AP'=>_("Purchases"), 'stock'=> _("Items and Inventory"), 'manuf'=> _("Manufacturing"), 'proj'=>_("Dimensions"), 'GL'=>_("Banking and General Ledger"), 'system'=>_("Setup") ); /* default start-up tab (orders/AP/stock/manuf/proj/GL/system) */ $def_app = "orders"; //MySQL Backup and Restore Settings if(isset($_SESSION["wa_current_user"])) { define("BACKUP_PATH", $comp_path.'/'.user_company()."/backup/"); } // static js files path $js_path = $path_to_root.'/js/'; // standard external js scripts included in all files $js_static = array('JsHttpRequest.js', 'behaviour.js', 'utils.js', 'inserts.js'); // additional js source included in header $js_lib = $js_userlib = array(); ?>