X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=applications%2Fmanufacturing.php;h=ef6543ec0c8868f86c42b344cf8dba4d6ddd6d23;hb=62d814189db1479e1034be8930dd3735b23a353a;hp=ab8cb507d8ffe18621eb16af1d1ef5f72d3c9bcc;hpb=e6ca84d2715f96cedaff6d3312d7defda9a5e3d8;p=fa-stable.git 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)