X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=applications%2Fgeneralledger.php;h=8aca3627a92e77b7bb5327c7088941630dbe63e4;hb=5cd13431fe25eb8cd98f67020c55dab124c7e930;hp=c227dffae1433c91112c99a205b4dfbfadfc3c57;hpb=163193c6f26af6c3985c65e311155f0186a0ec2d;p=fa-stable.git diff --git a/applications/generalledger.php b/applications/generalledger.php index c227dffa..8aca3627 100644 --- a/applications/generalledger.php +++ b/applications/generalledger.php @@ -42,8 +42,10 @@ class general_ledger_app extends application $this->add_rapp_function(1, _("Trial &Balance"), "gl/inquiry/gl_trial_balance.php?", 'SA_GLANALYTIC'); - $this->add_rapp_function(1, _("Balance &Sheet"), + $this->add_rapp_function(1, _("Balance &Sheet Drilldown"), "gl/inquiry/balance_sheet.php?", 'SA_GLANALYTIC'); + $this->add_rapp_function(1, _("&Profit and Loss Drilldown"), + "gl/inquiry/profit_loss.php?", 'SA_GLANALYTIC'); $this->add_rapp_function(1, _("Banking &Reports"), "reporting/reports_main.php?Class=5", 'SA_BANKREP'); $this->add_rapp_function(1, _("General Ledger &Reports"),