X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=applications%2Fsetup.php;h=5f29aff11f8cac3a00e861c1972a800e67525857;hb=bdeb340a0330f79b276d47252ea09ce7d9afad3c;hp=6e48fc710dbee56ae9eea07391bc8199766d2488;hpb=271a0acb700da2fb593301e42d0c088155dc28ca;p=fa-stable.git diff --git a/applications/setup.php b/applications/setup.php index 6e48fc71..5f29aff1 100644 --- a/applications/setup.php +++ b/applications/setup.php @@ -11,9 +11,9 @@ ***********************************************************************/ class setup_app extends application { - function setup_app() + function __construct() { - $this->application("system", _($this->help_context = "S&etup")); + parent::__construct("system", _($this->help_context = "S&etup")); $this->add_module(_("Company Setup")); $this->add_lapp_function(0, _("&Company Setup"), @@ -24,7 +24,7 @@ class setup_app extends application "admin/security_roles.php?", 'SA_SECROLES', MENU_SETTINGS); $this->add_lapp_function(0, _("&Display Setup"), "admin/display_prefs.php?", 'SA_SETUPDISPLAY', MENU_SETTINGS); - $this->add_lapp_function(0, _("&Forms Setup"), + $this->add_lapp_function(0, _("Transaction &References"), "admin/forms_setup.php?", 'SA_FORMSETUP', MENU_SETTINGS); $this->add_rapp_function(0, _("&Taxes"), "taxes/tax_types.php?", 'SA_TAXRATES', MENU_MAINTENANCE); @@ -33,7 +33,7 @@ class setup_app extends application $this->add_rapp_function(0, _("Item Ta&x Types"), "taxes/item_tax_types.php?", 'SA_ITEMTAXTYPE', MENU_MAINTENANCE); $this->add_rapp_function(0, _("System and &General GL Setup"), - "admin/gl_setup.php?", 'SA_GLSETUP', MENU_MAINTENANCE); + "admin/gl_setup.php?", 'SA_GLSETUP', MENU_SETTINGS); $this->add_rapp_function(0, _("&Fiscal Years"), "admin/fiscalyears.php?", 'SA_FISCALYEARS', MENU_MAINTENANCE); $this->add_rapp_function(0, _("&Print Profiles"), @@ -59,7 +59,7 @@ class setup_app extends application $this->add_lapp_function(2, _("&Attach Documents"), "admin/attachments.php?filterType=20", 'SA_ATTACHDOCUMENT', MENU_MAINTENANCE); $this->add_lapp_function(2, _("System &Diagnostics"), - "admin/system_diagnostics.php?", 'SA_OPEN', MENU_SYSTEM); + "admin/system_diagnostics.php?", 'SA_SOFTWAREUPGRADE', MENU_SYSTEM); $this->add_rapp_function(2, _("&Backup and Restore"), "admin/backups.php?", 'SA_BACKUP', MENU_SYSTEM); @@ -81,4 +81,3 @@ class setup_app extends application } -?> \ No newline at end of file