Rerun
[fa-stable.git] / applications / generalledger.php
index 676d3b1028ef9860e96bc7900c761a310ea7580c..8aca3627a92e77b7bb5327c7088941630dbe63e4 100644 (file)
@@ -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"),