X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=applications%2Fgeneralledger.php;h=f81f04e04a4423cb77d1557d0a3f50b2302a0952;hb=1a88a3e8c8dc9b63d88697e4f330a0501a301f44;hp=c4c0522b4f3cd4296991c96a45c8a14837e70e89;hpb=4e4ce8577f8582967995919860c66aa94d633afd;p=fa-stable.git diff --git a/applications/generalledger.php b/applications/generalledger.php index c4c0522b..f81f04e0 100644 --- a/applications/generalledger.php +++ b/applications/generalledger.php @@ -11,9 +11,9 @@ ***********************************************************************/ class general_ledger_app extends application { - function general_ledger_app() + function __construct() { - $this->application("GL", _($this->help_context = "&Banking and General Ledger")); + parent::__construct("GL", _($this->help_context = "&Banking and General Ledger")); $this->add_module(_("Transactions")); $this->add_lapp_function(0, _("&Payments"), @@ -71,7 +71,8 @@ class general_ledger_app extends application "gl/manage/gl_account_types.php?", 'SA_GLACCOUNTGROUP', MENU_MAINTENANCE); $this->add_rapp_function(2, _("GL Account &Classes"), "gl/manage/gl_account_classes.php?", 'SA_GLACCOUNTCLASS', MENU_MAINTENANCE); - $this->add_rapp_function(2, "",""); + $this->add_rapp_function(2, _("&Closing GL Transactions"), + "gl/manage/close_period.php?", 'SA_GLSETUP', MENU_MAINTENANCE); $this->add_rapp_function(2, _("&Revaluation of Currency Accounts"), "gl/manage/revaluate_currencies.php?", 'SA_EXCHANGERATE', MENU_MAINTENANCE); @@ -80,4 +81,3 @@ class general_ledger_app extends application } -?> \ No newline at end of file