Added Tax Inquiry in Banking and General Ledger tab.
[fa-stable.git] / applications / generalledger.php
index e3b5d6d7db9bb93e04fd8a137886bbb4805a32eb..6e3c48ca96f7be9cf7fa84894421a97ffe60a1c2 100644 (file)
                        $this->add_module(_("Inquiries and Reports"));
                        $this->add_lapp_function(1, _("Bank Account &Inquiry"),"gl/inquiry/bank_inquiry.php?");
                        $this->add_lapp_function(1, _("GL Account &Inquiry"),"gl/inquiry/gl_account_inquiry.php?");
-                       $this->add_lapp_function(1, "","");
                        $this->add_lapp_function(1, _("Trial &Balance"),"gl/inquiry/gl_trial_balance.php?");
+                       $this->add_lapp_function(1, _("Ta&x Inquiry"),"gl/inquiry/tax_inquiry.php?");
 
                        $this->add_rapp_function(1, _("Banking &Reports"),"reporting/reports_main.php?Class=5");
                        $this->add_rapp_function(1, _("General Ledger &Reports"),"reporting/reports_main.php?Class=6");
 
                        $this->add_module(_("Maintenance"));
                        $this->add_lapp_function(2, _("Bank &Accounts"),"gl/manage/bank_accounts.php?");
-                       $this->add_lapp_function(2, _("Payment, Deposit and Transfer &Types"),"gl/manage/bank_trans_types.php?");
+                       $this->add_lapp_function(2, _("Quick Entries"),"gl/manage/gl_quick_entries.php?");
                        $this->add_lapp_function(2, "","");
                        $this->add_lapp_function(2, _("&Currencies"),"gl/manage/currencies.php?");
                        $this->add_lapp_function(2, _("&Exchange Rates"),"gl/manage/exchange_rates.php?");