X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=applications%2Fgeneralledger.php;h=8aca3627a92e77b7bb5327c7088941630dbe63e4;hb=2198319ddf12a9c3b286a2400aa15d2e72d82b06;hp=676d3b1028ef9860e96bc7900c761a310ea7580c;hpb=ebc600101ceab69c06eac4b1bd4d1782af45de05;p=fa-stable.git diff --git a/applications/generalledger.php b/applications/generalledger.php index 676d3b10..8aca3627 100644 --- a/applications/generalledger.php +++ b/applications/generalledger.php @@ -42,6 +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 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"),