From: Janusz Dobrowolski Date: Mon, 6 Oct 2008 16:59:08 +0000 (+0000) Subject: Access keys added to menu options strings. X-Git-Tag: v2.4.2~19^2~1857 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=cabe16222826c897b306107ffb176dcc61eadb8c;p=fa-stable.git Access keys added to menu options strings. --- diff --git a/applications/customers.php b/applications/customers.php index c6d5519c..92b10dcd 100644 --- a/applications/customers.php +++ b/applications/customers.php @@ -9,35 +9,35 @@ $this->application("orders",_("Sales")); $this->add_module(_("Transactions")); - $this->add_lapp_function(0, _("Sales Order Entry"),"sales/sales_order_entry.php?NewOrder=Yes"); - $this->add_lapp_function(0, _("Direct Delivery"),"sales/sales_order_entry.php?NewDelivery=0"); - $this->add_lapp_function(0, _("Direct Invoice"),"sales/sales_order_entry.php?NewInvoice=0"); + $this->add_lapp_function(0, _("Sales &Order Entry"),"sales/sales_order_entry.php?NewOrder=Yes"); + $this->add_lapp_function(0, _("Direct &Delivery"),"sales/sales_order_entry.php?NewDelivery=0"); + $this->add_lapp_function(0, _("Direct &Invoice"),"sales/sales_order_entry.php?NewInvoice=0"); $this->add_lapp_function(0, "",""); - $this->add_lapp_function(0, _("Delivery Against Sales Orders"),"sales/inquiry/sales_orders_view.php?OutstandingOnly=1"); - $this->add_lapp_function(0, _("Invoice Against Sales Delivery"),"sales/inquiry/sales_deliveries_view.php?OutstandingOnly=1"); + $this->add_lapp_function(0, _("&Delivery Against Sales Orders"),"sales/inquiry/sales_orders_view.php?OutstandingOnly=1"); + $this->add_lapp_function(0, _("&Invoice Against Sales Delivery"),"sales/inquiry/sales_deliveries_view.php?OutstandingOnly=1"); - $this->add_rapp_function(0, _("Template Delivery"),"sales/inquiry/sales_orders_view.php?DeliveryTemplates=Yes"); - $this->add_rapp_function(0, _("Template Invoice"),"sales/inquiry/sales_orders_view.php?InvoiceTemplates=Yes"); + $this->add_rapp_function(0, _("&Template Delivery"),"sales/inquiry/sales_orders_view.php?DeliveryTemplates=Yes"); + $this->add_rapp_function(0, _("&Template Invoice"),"sales/inquiry/sales_orders_view.php?InvoiceTemplates=Yes"); $this->add_rapp_function(0, "",""); - $this->add_rapp_function(0, _("Customer Payments"),"sales/customer_payments.php?"); - $this->add_rapp_function(0, _("Customer Credit Notes"),"sales/credit_note_entry.php?NewCredit=Yes"); - $this->add_rapp_function(0, _("Allocate Customer Payments or Credit Notes"),"sales/allocations/customer_allocation_main.php?"); + $this->add_rapp_function(0, _("Customer &Payments"),"sales/customer_payments.php?"); + $this->add_rapp_function(0, _("Customer &Credit Notes"),"sales/credit_note_entry.php?NewCredit=Yes"); + $this->add_rapp_function(0, _("&Allocate Customer Payments or Credit Notes"),"sales/allocations/customer_allocation_main.php?"); $this->add_module(_("Inquiries and Reports")); - $this->add_lapp_function(1, _("Sales Order Inquiry"),"sales/inquiry/sales_orders_view.php?"); - $this->add_lapp_function(1, _("Customer Transaction Inquiry"),"sales/inquiry/customer_inquiry.php?"); + $this->add_lapp_function(1, _("Sales Order &Inquiry"),"sales/inquiry/sales_orders_view.php?"); + $this->add_lapp_function(1, _("Customer Transaction &Inquiry"),"sales/inquiry/customer_inquiry.php?"); $this->add_lapp_function(1, "",""); - $this->add_lapp_function(1, _("Customer Allocation Inquiry"),"sales/inquiry/customer_allocation_inquiry.php?"); + $this->add_lapp_function(1, _("Customer Allocation &Inquiry"),"sales/inquiry/customer_allocation_inquiry.php?"); - $this->add_rapp_function(1, _("Customer and Sales Reports"),"reporting/reports_main.php?Class=0"); + $this->add_rapp_function(1, _("Customer and Sales &Reports"),"reporting/reports_main.php?Class=0"); $this->add_module(_("Maintenance")); - $this->add_lapp_function(2, _("Add and Manage Customers"),"sales/manage/customers.php?"); - $this->add_lapp_function(2, _("Customer Branches"),"sales/manage/customer_branches.php?"); - $this->add_rapp_function(2, _("Sales Types"),"sales/manage/sales_types.php?"); - $this->add_rapp_function(2, _("Sales Persons"),"sales/manage/sales_people.php?"); - $this->add_rapp_function(2, _("Sales Areas"),"sales/manage/sales_areas.php?"); - $this->add_rapp_function(2, _("Credit Status Setup"),"sales/manage/credit_status.php?"); + $this->add_lapp_function(2, _("Add and Manage &Customers"),"sales/manage/customers.php?"); + $this->add_lapp_function(2, _("Customer &Branches"),"sales/manage/customer_branches.php?"); + $this->add_rapp_function(2, _("Sales T&ypes"),"sales/manage/sales_types.php?"); + $this->add_rapp_function(2, _("Sales &Persons"),"sales/manage/sales_people.php?"); + $this->add_rapp_function(2, _("Sales &Areas"),"sales/manage/sales_areas.php?"); + $this->add_rapp_function(2, _("Credit &Status Setup"),"sales/manage/credit_status.php?"); if (count($installed_modules) > 0) { foreach ($installed_modules as $mod) diff --git a/applications/dimensions.php b/applications/dimensions.php index 3c02861e..f31b6072 100644 --- a/applications/dimensions.php +++ b/applications/dimensions.php @@ -12,13 +12,13 @@ if ($dim > 0) { $this->add_module(_("Transactions")); - $this->add_lapp_function(0, _("Dimension Entry"),"dimensions/dimension_entry.php?"); - $this->add_lapp_function(0, _("Outstanding Dimensions"),"dimensions/inquiry/search_dimensions.php?outstanding_only=1"); + $this->add_lapp_function(0, _("Dimension &Entry"),"dimensions/dimension_entry.php?"); + $this->add_lapp_function(0, _("&Outstanding Dimensions"),"dimensions/inquiry/search_dimensions.php?outstanding_only=1"); $this->add_module(_("Inquiries and Reports")); - $this->add_lapp_function(1, _("Dimension Inquiry"),"dimensions/inquiry/search_dimensions.php?"); + $this->add_lapp_function(1, _("Dimension &Inquiry"),"dimensions/inquiry/search_dimensions.php?"); - $this->add_rapp_function(1, _("Dimension Reports"),"reporting/reports_main.php?Class=4"); + $this->add_rapp_function(1, _("Dimension &Reports"),"reporting/reports_main.php?Class=4"); if (count($installed_modules) > 0) { $i = 0; diff --git a/applications/generalledger.php b/applications/generalledger.php index b610f841..e3b5d6d7 100644 --- a/applications/generalledger.php +++ b/applications/generalledger.php @@ -9,31 +9,31 @@ $this->application("GL",_("Banking and General Ledger")); $this->add_module(_("Transactions")); - $this->add_lapp_function(0, _("Payments"),"gl/gl_bank.php?NewPayment=Yes"); - $this->add_lapp_function(0, _("Deposits"),"gl/gl_bank.php?NewDeposit=Yes"); - $this->add_lapp_function(0, _("Bank Account Transfers"),"gl/bank_transfer.php?"); - $this->add_rapp_function(0, _("Journal Entry"),"gl/gl_journal.php?NewJournal=Yes"); - $this->add_rapp_function(0, _("Budget Entry"),"gl/gl_budget.php?"); + $this->add_lapp_function(0, _("&Payments"),"gl/gl_bank.php?NewPayment=Yes"); + $this->add_lapp_function(0, _("&Deposits"),"gl/gl_bank.php?NewDeposit=Yes"); + $this->add_lapp_function(0, _("Bank Account &Transfers"),"gl/bank_transfer.php?"); + $this->add_rapp_function(0, _("&Journal Entry"),"gl/gl_journal.php?NewJournal=Yes"); + $this->add_rapp_function(0, _("&Budget Entry"),"gl/gl_budget.php?"); $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, _("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, _("Trial &Balance"),"gl/inquiry/gl_trial_balance.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_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, _("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, "",""); - $this->add_lapp_function(2, _("Currencies"),"gl/manage/currencies.php?"); - $this->add_lapp_function(2, _("Exchange Rates"),"gl/manage/exchange_rates.php?"); + $this->add_lapp_function(2, _("&Currencies"),"gl/manage/currencies.php?"); + $this->add_lapp_function(2, _("&Exchange Rates"),"gl/manage/exchange_rates.php?"); - $this->add_rapp_function(2, _("GL Accounts"),"gl/manage/gl_accounts.php?"); - $this->add_rapp_function(2, _("GL Account Groups"),"gl/manage/gl_account_types.php?"); - $this->add_rapp_function(2, _("GL Account Classes"),"gl/manage/gl_account_classes.php?"); + $this->add_rapp_function(2, _("&GL Accounts"),"gl/manage/gl_accounts.php?"); + $this->add_rapp_function(2, _("GL Account &Groups"),"gl/manage/gl_account_types.php?"); + $this->add_rapp_function(2, _("GL Account &Classes"),"gl/manage/gl_account_classes.php?"); if (count($installed_modules) > 0) { foreach ($installed_modules as $mod) diff --git a/applications/inventory.php b/applications/inventory.php index 5fa7d5e1..f5c1b4b6 100644 --- a/applications/inventory.php +++ b/applications/inventory.php @@ -9,27 +9,27 @@ $this->application("stock",_("Items and Inventory")); $this->add_module(_("Transactions")); - $this->add_lapp_function(0, _("Inventory Location Transfers"),"inventory/transfers.php?NewTransfer=1"); - $this->add_lapp_function(0, _("Inventory Adjustments"),"inventory/adjustments.php?NewAdjustment=1"); + $this->add_lapp_function(0, _("Inventory Location &Transfers"),"inventory/transfers.php?NewTransfer=1"); + $this->add_lapp_function(0, _("Inventory &Adjustments"),"inventory/adjustments.php?NewAdjustment=1"); $this->add_module(_("Inquiries and Reports")); - $this->add_lapp_function(1, _("Inventory Item Movements"),"inventory/inquiry/stock_movements.php?"); - $this->add_lapp_function(1, _("Inventory Item Status"),"inventory/inquiry/stock_status.php?"); - $this->add_rapp_function(1, _("Inventory Reports"),"reporting/reports_main.php?Class=2"); + $this->add_lapp_function(1, _("Inventory Item &Movements"),"inventory/inquiry/stock_movements.php?"); + $this->add_lapp_function(1, _("Inventory Item &Status"),"inventory/inquiry/stock_status.php?"); + $this->add_rapp_function(1, _("Inventory &Reports"),"reporting/reports_main.php?Class=2"); $this->add_module(_("Maintenance")); - $this->add_lapp_function(2, _("Items"),"inventory/manage/items.php?"); - $this->add_lapp_function(2, _("Item Categories"),"inventory/manage/item_categories.php?"); - $this->add_lapp_function(2, _("Inventory Locations"),"inventory/manage/locations.php?"); + $this->add_lapp_function(2, _("&Items"),"inventory/manage/items.php?"); + $this->add_lapp_function(2, _("Item &Categories"),"inventory/manage/item_categories.php?"); + $this->add_lapp_function(2, _("Inventory &Locations"),"inventory/manage/locations.php?"); $this->add_rapp_function(2, _("Inventory Movement Types"),"inventory/manage/movement_types.php?"); $this->add_rapp_function(2, _("Item Tax Types"),"taxes/item_tax_types.php?"); $this->add_rapp_function(2, _("Units of Measure"),"inventory/manage/item_units.php?"); - $this->add_rapp_function(2, _("Reorder Levels"),"inventory/reorder_level.php?"); + $this->add_rapp_function(2, _("&Reorder Levels"),"inventory/reorder_level.php?"); $this->add_module(_("Pricing and Costs")); - $this->add_lapp_function(3, _("Sales Pricing"),"inventory/prices.php?"); - $this->add_lapp_function(3, _("Purchasing Pricing"),"inventory/purchasing_data.php?"); - $this->add_rapp_function(3, _("Standard Costs"),"inventory/cost_update.php?"); + $this->add_lapp_function(3, _("Sales &Pricing"),"inventory/prices.php?"); + $this->add_lapp_function(3, _("Purchasing &Pricing"),"inventory/purchasing_data.php?"); + $this->add_rapp_function(3, _("Standard &Costs"),"inventory/cost_update.php?"); if (count($installed_modules) > 0) { foreach ($installed_modules as $mod) diff --git a/applications/manufacturing.php b/applications/manufacturing.php index ab8cb507..ef6543ec 100644 --- a/applications/manufacturing.php +++ b/applications/manufacturing.php @@ -9,18 +9,18 @@ $this->application("manuf",_("Manufacturing")); $this->add_module(_("Transactions")); - $this->add_lapp_function(0, _("Work Order Entry"),"manufacturing/work_order_entry.php?"); - $this->add_lapp_function(0, _("Outstanding Work Orders"),"manufacturing/search_work_orders.php?outstanding_only=1"); + $this->add_lapp_function(0, _("Work &Order Entry"),"manufacturing/work_order_entry.php?"); + $this->add_lapp_function(0, _("&Outstanding Work Orders"),"manufacturing/search_work_orders.php?outstanding_only=1"); $this->add_module(_("Inquiries and Reports")); //$this->add_lapp_function(1, _("Costed Bill Of Material Inquiry"),"manufacturing/inquiry/bom_cost_inquiry.php?"); - $this->add_lapp_function(1, _("Inventory Item Where Used Inquiry"),"manufacturing/inquiry/where_used_inquiry.php?"); - $this->add_lapp_function(1, _("Work Order Inquiry"),"manufacturing/search_work_orders.php?"); - $this->add_rapp_function(1, _("Manufacturing Reports"),"reporting/reports_main.php?Class=3"); + $this->add_lapp_function(1, _("Inventory Item Where Used &Inquiry"),"manufacturing/inquiry/where_used_inquiry.php?"); + $this->add_lapp_function(1, _("Work Order &Inquiry"),"manufacturing/search_work_orders.php?"); + $this->add_rapp_function(1, _("Manufacturing &Reports"),"reporting/reports_main.php?Class=3"); $this->add_module(_("Maintenance")); - $this->add_lapp_function(2, _("Bills Of Material"),"manufacturing/manage/bom_edit.php?"); - $this->add_lapp_function(2, _("Work Centres"),"manufacturing/manage/work_centres.php?"); + $this->add_lapp_function(2, _("&Bills Of Material"),"manufacturing/manage/bom_edit.php?"); + $this->add_lapp_function(2, _("&Work Centres"),"manufacturing/manage/work_centres.php?"); if (count($installed_modules) > 0) { foreach ($installed_modules as $mod) diff --git a/applications/setup.php b/applications/setup.php index 1bc46c46..a4085a58 100644 --- a/applications/setup.php +++ b/applications/setup.php @@ -9,28 +9,28 @@ $this->application("system",_("Setup")); $this->add_module(_("Company Setup")); - $this->add_lapp_function(0, _("Company Setup"),"admin/company_preferences.php?"); - $this->add_lapp_function(0, _("User Accounts Setup"),"admin/users.php?", 15); + $this->add_lapp_function(0, _("&Company Setup"),"admin/company_preferences.php?"); + $this->add_lapp_function(0, _("&User Accounts Setup"),"admin/users.php?", 15); $this->add_lapp_function(0, "",""); - $this->add_lapp_function(0, _("Display Setup"),"admin/display_prefs.php?"); - $this->add_lapp_function(0, _("Forms Setup"),"admin/forms_setup.php?"); - $this->add_rapp_function(0, _("Taxes"),"taxes/tax_types.php?"); - $this->add_rapp_function(0, _("Tax Groups"),"taxes/tax_groups.php?"); + $this->add_lapp_function(0, _("&Display Setup"),"admin/display_prefs.php?"); + $this->add_lapp_function(0, _("&Forms Setup"),"admin/forms_setup.php?"); + $this->add_rapp_function(0, _("&Taxes"),"taxes/tax_types.php?"); + $this->add_rapp_function(0, _("Tax &Groups"),"taxes/tax_groups.php?"); $this->add_rapp_function(0, "",""); - $this->add_rapp_function(0, _("System and General GL Setup"),"admin/gl_setup.php?"); - $this->add_rapp_function(0, _("Fiscal Years"),"admin/fiscalyears.php?"); + $this->add_rapp_function(0, _("System and &General GL Setup"),"admin/gl_setup.php?"); + $this->add_rapp_function(0, _("&Fiscal Years"),"admin/fiscalyears.php?"); $this->add_module(_("Miscellaneous")); - $this->add_lapp_function(1, _("Payment Terms"),"admin/payment_terms.php?"); - $this->add_lapp_function(1, _("Shipping Company"),"admin/shipping_companies.php?"); + $this->add_lapp_function(1, _("Pa&yment Terms"),"admin/payment_terms.php?"); + $this->add_lapp_function(1, _("Shi&pping Company"),"admin/shipping_companies.php?"); $this->add_module(_("Maintanance")); - $this->add_lapp_function(2, _("Void a Transaction"),"admin/void_transaction.php?"); - $this->add_lapp_function(2, _("View or Print Transactions"),"admin/view_print_transaction.php?"); - $this->add_rapp_function(2, _("Backup and Restore"),"admin/backups.php?", 15); - $this->add_rapp_function(2, _("Create/Update Companies"),"admin/create_coy.php?", 14); - $this->add_rapp_function(2, _("Install/Update Languages"),"admin/inst_lang.php?", 14); - $this->add_rapp_function(2, _("Install/Update Modules"),"admin/inst_module.php?", 15); + $this->add_lapp_function(2, _("&Void a Transaction"),"admin/void_transaction.php?"); + $this->add_lapp_function(2, _("View or &Print Transactions"),"admin/view_print_transaction.php?"); + $this->add_rapp_function(2, _("&Backup and Restore"),"admin/backups.php?", 15); + $this->add_rapp_function(2, _("Create/Update &Companies"),"admin/create_coy.php?", 14); + $this->add_rapp_function(2, _("Install/Update &Languages"),"admin/inst_lang.php?", 14); + $this->add_rapp_function(2, _("Install/Update &Modules"),"admin/inst_module.php?", 15); if (count($installed_modules) > 0) { foreach ($installed_modules as $mod) diff --git a/applications/suppliers.php b/applications/suppliers.php index 83c6d527..d8d6b7f7 100644 --- a/applications/suppliers.php +++ b/applications/suppliers.php @@ -9,24 +9,24 @@ $this->application("AP",_("Purchases")); $this->add_module(_("Transactions")); - $this->add_lapp_function(0, _("Purchase Order Entry"),"purchasing/po_entry_items.php?NewOrder=Yes"); - $this->add_lapp_function(0, _("Outstanding Purchase Orders Maintenance"),"purchasing/inquiry/po_search.php?"); - $this->add_rapp_function(0, _("Payments to Suppliers"),"purchasing/supplier_payment.php?"); + $this->add_lapp_function(0, _("Purchase &Order Entry"),"purchasing/po_entry_items.php?NewOrder=Yes"); + $this->add_lapp_function(0, _("&Outstanding Purchase Orders Maintenance"),"purchasing/inquiry/po_search.php?"); + $this->add_rapp_function(0, _("&Payments to Suppliers"),"purchasing/supplier_payment.php?"); $this->add_rapp_function(0, "",""); - $this->add_rapp_function(0, _("Supplier Invoices"),"purchasing/supplier_invoice.php?New=1"); - $this->add_rapp_function(0, _("Supplier Credit Notes"),"purchasing/supplier_credit.php?New=1"); - $this->add_rapp_function(0, _("Allocate Supplier Payments or Credit Notes"),"purchasing/allocations/supplier_allocation_main.php?"); + $this->add_rapp_function(0, _("Supplier &Invoices"),"purchasing/supplier_invoice.php?New=1"); + $this->add_rapp_function(0, _("Supplier &Credit Notes"),"purchasing/supplier_credit.php?New=1"); + $this->add_rapp_function(0, _("&Allocate Supplier Payments or Credit Notes"),"purchasing/allocations/supplier_allocation_main.php?"); $this->add_module(_("Inquiries and Reports")); - $this->add_lapp_function(1, _("Purchase Orders Inquiry"),"purchasing/inquiry/po_search_completed.php?"); - $this->add_lapp_function(1, _("Supplier Transaction Inquiry"),"purchasing/inquiry/supplier_inquiry.php?"); + $this->add_lapp_function(1, _("Purchase Orders &Inquiry"),"purchasing/inquiry/po_search_completed.php?"); + $this->add_lapp_function(1, _("Supplier Transaction &Inquiry"),"purchasing/inquiry/supplier_inquiry.php?"); $this->add_lapp_function(1, "",""); - $this->add_lapp_function(1, _("Supplier Allocation Inquiry"),"purchasing/inquiry/supplier_allocation_inquiry.php?"); + $this->add_lapp_function(1, _("Supplier Allocation &Inquiry"),"purchasing/inquiry/supplier_allocation_inquiry.php?"); - $this->add_rapp_function(1, _("Supplier and Purchasing Reports"),"reporting/reports_main.php?Class=1"); + $this->add_rapp_function(1, _("Supplier and Purchasing &Reports"),"reporting/reports_main.php?Class=1"); $this->add_module(_("Maintenance")); - $this->add_lapp_function(2, _("Suppliers"),"purchasing/manage/suppliers.php?"); + $this->add_lapp_function(2, _("&Suppliers"),"purchasing/manage/suppliers.php?"); if (count($installed_modules) > 0) { foreach ($installed_modules as $mod) diff --git a/config.php b/config.php index 7e9a6e57..625b5421 100644 --- a/config.php +++ b/config.php @@ -23,7 +23,7 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_ $debug = 1; $show_sql = 0; - $go_debug = 0; + $go_debug = 1; if ($go_debug == 1) { error_reporting(E_ALL); @@ -155,13 +155,13 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_ System tabs. This variable should be in future included from separate file for extended module manager */ $applications = array ( - 'orders' => _("Sales"), - 'AP'=>_("Purchases"), - 'stock'=> _("Items and Inventory"), - 'manuf'=> _("Manufacturing"), - 'proj'=>_("Dimensions"), - 'GL'=>_("Banking and General Ledger"), - 'system'=>_("Setup") + 'orders' => _("&Sales"), + 'AP'=>_("&Purchases"), + 'stock'=> _("&Items and Inventory"), + 'manuf'=> _("&Manufacturing"), + 'proj'=>_("&Dimensions"), + 'GL'=>_("&Banking and General Ledger"), + 'system'=>_("S&etup") ); /* default start-up tab (orders/AP/stock/manuf/proj/GL/system) */ $def_app = "orders";