Fixed tab hot keys.
authorJanusz Dobrowolski <janusz@frontaccounting.eu>
Tue, 24 Feb 2009 21:00:32 +0000 (21:00 +0000)
committerJanusz Dobrowolski <janusz@frontaccounting.eu>
Tue, 24 Feb 2009 21:00:32 +0000 (21:00 +0000)
applications/customers.php
applications/dimensions.php
applications/generalledger.php
applications/inventory.php
applications/manufacturing.php
applications/setup.php
applications/suppliers.php

index 96d1f81286bf6fe6cb8cd71868c4b84739412464..78e49e5447574e5d81d4bc7c0ef77778b90890e0 100644 (file)
@@ -14,7 +14,7 @@
                function customers_app() 
                {
                        global $installed_modules;
-                       $this->application("orders",_("Sales"));
+                       $this->application("orders",_("&Sales"));
                
                        $this->add_module(_("Transactions"));
                        $this->add_lapp_function(0, _("Sales &Order Entry"),"sales/sales_order_entry.php?NewOrder=Yes");
index f23715bef01a179fbfe7e1ecb3a01a574af74aac..4bd23fae7a2940ed910d4ccae547f9c9197112e7 100644 (file)
@@ -15,7 +15,7 @@
                {
                        global $installed_modules;
                        $dim = get_company_pref('use_dimension');
-                       $this->application("proj",_("Dimensions"));
+                       $this->application("proj",_("&Dimensions"));
 
                        if ($dim > 0)
                        {
index 9cadfe626472f8714836e75a88a0cd14c84201a0..8c0e11fba1276176ac37ddc1d73958f3b6a8bc88 100644 (file)
@@ -14,7 +14,7 @@
                function general_ledger_app() 
                {
                        global $installed_modules;
-                       $this->application("GL",_("Banking and General Ledger"));
+                       $this->application("GL",_("&Banking and General Ledger"));
 
                        $this->add_module(_("Transactions"));
                        $this->add_lapp_function(0, _("&Payments"),"gl/gl_bank.php?NewPayment=Yes");
index 9ef37bd0aa1633cf2d7078942fd784bed15b8577..022ad67b7abca08ffab26c29d4267d2b51c5bb75 100644 (file)
@@ -14,7 +14,7 @@
                function inventory_app() 
                {
                        global $installed_modules;
-                       $this->application("stock",_("Items and Inventory"));
+                       $this->application("stock",_("&Items and Inventory"));
 
                        $this->add_module(_("Transactions"));
                        $this->add_lapp_function(0, _("Inventory Location &Transfers"),"inventory/transfers.php?NewTransfer=1");
index c4244a379312101d3671ff876fabea7c028aa93e..db225f4c7a50598620a4ea0db264d17778495168 100644 (file)
@@ -14,7 +14,7 @@
                function manufacturing_app()
                {
                        global $installed_modules;
-                       $this->application("manuf",_("Manufacturing"));
+                       $this->application("manuf",_("&Manufacturing"));
 
                        $this->add_module(_("Transactions"));
                        $this->add_lapp_function(0, _("Work &Order Entry"),"manufacturing/work_order_entry.php?");
index 801d05300c36d3dcf20a4bb6743da2755c72353e..3bb5578deae8ac5a518ef32ff83cd1f4e2f9ac8c 100644 (file)
@@ -14,7 +14,7 @@
                function setup_app()
                {
                        global $installed_modules;
-                       $this->application("system",_("Setup"));
+                       $this->application("system",_("S&etup"));
 
                        $this->add_module(_("Company Setup"));
                        $this->add_lapp_function(0, _("&Company Setup"),"admin/company_preferences.php?");
index 7058716e107b9b3e2fdc4635a59a4567986c5871..345b3d10e95e8786bc4aed5e83108b11999e89c5 100644 (file)
@@ -14,7 +14,7 @@
                function suppliers_app() 
                {
                        global $installed_modules;
-                       $this->application("AP",_("Purchases"));
+                       $this->application("AP",_("&Purchases"));
                        
                        $this->add_module(_("Transactions"));
                        $this->add_lapp_function(0, _("Purchase &Order Entry"),"purchasing/po_entry_items.php?NewOrder=Yes");