X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=applications%2Fmanufacturing.php;h=ffcfc021791153510409d1e068b1cc18e827aa41;hb=c31829537f02787dd94654820dd74168c054b8c4;hp=30cb430c6a81af41b565c24664d044cc81007c69;hpb=818719f38b8327cdca616d58b13913dbd174d96a;p=fa-stable.git diff --git a/applications/manufacturing.php b/applications/manufacturing.php index 30cb430c..ffcfc021 100644 --- a/applications/manufacturing.php +++ b/applications/manufacturing.php @@ -1,28 +1,27 @@ . + See the License here . ***********************************************************************/ - include_once("./modules/installed_modules.php"); class manufacturing_app extends application { 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?"); $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, _("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");