Skip to main content

You work for Centervale Apparel, a large clothing manufacturing firm. Centervale Apparel has budgeted $9.7 million for new technology initiatives in the coming year but the project requests currently in the queue for next year total about $15 million.

You work for Centervale Apparel, a large clothing manufacturing firm. Centervale Apparel has budgeted $9.7 million for new technology initiatives in the coming year but the project requests currently in the queue for next year total about $15 million. Your boss, the executive director of operations, has asked you to put together a proposal for this project to replace legacy order fulfillment technologies by implementing a supply chain management (SCM) system. Your boss wants to ensure this project will be prioritized over other projects on the list and will be implemented in the coming year. Use the following data to prepare a proposal using a balanced scorecard approach to demonstrate the project’s value to Centervale Apparel.
Here is your brief:
Business Problem: The order fulfillment team has been using several legacy technology systems to manage inventory and distribution. The current systems do not work together, requiring redundant information input and processing. Because of the redundant processes, work is duplicated requiring multiple data entry points and sometimes results in inaccurate and irreconcilable data. There is a constant overage or shortage of supply due to the time it takes for data to get from one point to another. This causes unhappy customers and inventory carrying costs that could be avoided.
Project Description:Replace legacy order fulfillment technologies by implementing a SCM system.
Project Cost:The project will cost approximately $1.2 million including infrastructure and resources to complete the implementation and $250,000 annually to support and maintain the new system with a ten-year lifecycle for the system.
Project Benefit: It is estimated that the implementation of a supply chain management system will improve the order fulfillment processing time and reduce inventory-carrying costs. Implementing the SCM system will also enable the retirement of several legacy systems. Estimated annual cost savings are:
  • Data entry staff reduced from 10 FTE to 8 FTE = $100,000/yr savings
  • Reduction in inventory carrying costs = $300,000/yr savings
  • Improved order fulfillment = 10–20% decrease in order to delivery time. This will improve customer satisfaction and retention
  • Improved data accuracy
  • Legacy system maintenance retirement savings = $100,000/yr
Using the information that details the primary business goals for the coming year, you will need to demonstrate how implementing the SCM system will help achieve the business objectives.
Note: Customers are retail companies who order from this clothing manufacturer. Assume a ten-year lifecycle for the SCM system.
Using the module readings and the Argosy University online library resources, research methods of developing proposals by applying the balanced scorecard approach. Select two scholarly resources for use in this assignment. You will use these resources to justify your recommendations.
The proposal should include the following:
  • Describe the measureable value. This should include a cost-benefit analysis, such as payback period or ROI that relies on tangible measures of organizational value through cost savings, revenue enhancements, or improvements in the speed, quality, or efficiency of key processes that help achieve competitive advantage (note the difference between tangible and intangible measures in this proposal).
  • Evaluate and choose alternatives. Make sure to identify any alternatives to the project implementation and provide a justification for each.
  • Complete a risk assessment of all risks associated with implementing the project using an enterprise risk management (ERM) model.
  • Describe total cost of ownership and include descriptions of implementation project and ongoing maintenance costs.
  • Explain the benefits of the project, which include tangible and intangible benefits.
  • Fully justify a recommendation with a compelling proposal that aligns to the business goals.

Comments

Popular posts from this blog

Why was this movie important to hollywood? What was the feeling of it, the colors, techniques, theme, director, style, music, anything! What was special about Alfred Hitchcock and this film?

  Directions For this assignment, you will need to choose a topic or person from any of the various eras, movements or decades that we've discussed this semester and do a presentation on them using any media format you choose. (IM CHOOSING THE MOVIE PSYCHO-    Why was this movie important to hollywood? What was the feeling of it, the colors, techniques, theme, director, style, music, anything!  What was special about Alfred Hitchcock and this film? The subject matter doesn't have to be limited to an actor, director or filmmaker, but  the topic of your presentation could be on the inventions of any of the equipment, editing or filming techniques that you've learned about.  Basically, you can pick an area to cover and do your presentation on that.  The point is that you take a deeper dive into the subject by exploring information about it that may not have been  covered in this course.  It does have to...

Account Cost Systems and Cost Behaviors

  ACC501 Account Cost Systems and Cost Behaviors You are applying for a managerial position at an innovative and rapidly growing company. This is a dynamic company that wants an individual who adds value to the organization. Managers at this company wear many hats, so the position requires managing products, people, and financial aspects of running the company. As part of the interview process, you are required to make a presentation covering four different topics, one per module for this course. You choose the company and the new product that you want to showcase in your presentation. It can be real or fictitious (based on an industry). This is for background purposes only. The presentation is to showcase your abilities and what you can contribute to the organization. IBIS World (access on the Trident Portal through the Online Library > Additional Library Resources > IBISWorld link) and BizStats have estimates of cost of goods sold ...

Starting with this provided code, add the following functionality

1.Starting with this provided code, add the following functionality: Replace hardcoded strings “Zero”, “One”, “Two”, “Three” in the ArrayList based on user typed input (use Scanner or JOptionPane classes). The user will be prompted for the String to be stored in the ArrayList and then hit enter. The user will be able to continue to add items to the ArrayList until they just hit enter without typing anything. Once the user does this (hits enter without typing anything), the program will display all of the elements of the ArrayList, both the index and String values, in a table. It will do this via a single loop making use of an iterator method. 2. Starting with this provided code, add the following functionality: Use a Try/Catch block so that the exception is caught and the program exits a bit more gracefully. Save this file as TryCatch.java. (Be sure to rename the Public Class accordingly.) Starting with the provided code again (without the Try/Catch block), fix the code so that ...