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");
{
global $installed_modules;
$dim = get_company_pref('use_dimension');
- $this->application("proj",_("Dimensions"));
+ $this->application("proj",_("&Dimensions"));
if ($dim > 0)
{
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");
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");
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?");
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?");
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");